Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
f5331b9f
Commit
f5331b9f
authored
2 years ago
by
Loïc Correnson
Committed by
Allan Blanchard
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[wp] fixed qed time for non-valid
parent
31e5cc58
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/wp/Stats.ml
+4
-5
4 additions, 5 deletions
src/plugins/wp/Stats.ml
with
4 additions
and
5 deletions
src/plugins/wp/Stats.ml
+
4
−
5
View file @
f5331b9f
...
@@ -108,12 +108,11 @@ let consolidated = function
...
@@ -108,12 +108,11 @@ let consolidated = function
results
in
results
in
r
.
verdict
,
r
.
verdict
,
(
if
cached
then
1
else
0
)
,
(
if
cached
then
1
else
0
)
,
if
p
=
Qed
then
if
p
=
Qed
then
[
Qed
,
pqed
r
]
[
Qed
,
pqed
r
]
else
else
pmerge
if
VCS
.
is_valid
r
[
Qed
,
psolver
r
]
then
pmerge
[
Qed
,
psolver
r
]
[
p
,
presult
r
]
(
if
VCS
.
is_valid
r
then
[
p
,
presult
r
]
else
[]
)
else
[]
let
results
prs
=
let
results
prs
=
let
verdict
,
cached
,
provers
=
consolidated
prs
in
let
verdict
,
cached
,
provers
=
consolidated
prs
in
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment