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
c70ccbbe
Commit
c70ccbbe
authored
6 years ago
by
Andre Maroneze
Committed by
Virgile Prevosto
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[Eva] improve message for check of invalid properties
parent
aceb64d1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/value/engine/transfer_logic.ml
+1
-1
1 addition, 1 deletion
src/plugins/value/engine/transfer_logic.ml
tests/value/oracle/logic.res.oracle
+1
-2
1 addition, 2 deletions
tests/value/oracle/logic.res.oracle
with
2 additions
and
3 deletions
src/plugins/value/engine/transfer_logic.ml
+
1
−
1
View file @
c70ccbbe
...
@@ -629,7 +629,7 @@ module Make
...
@@ -629,7 +629,7 @@ module Make
"valid"
"valid"
|
Alarmset
.
False
,
`True
->
|
Alarmset
.
False
,
`True
->
change_status
Property_status
.
False_if_reachable
;
change_status
Property_status
.
False_if_reachable
;
"invalid (stopping propagation)"
"invalid
"
^
(
if
reduce
then
"
(stopping propagation)"
else
""
)
|
Alarmset
.
False
,
`Unknown
->
|
Alarmset
.
False
,
`Unknown
->
change_status
Property_status
.
False_if_reachable
;
change_status
Property_status
.
False_if_reachable
;
"invalid"
"invalid"
...
...
This diff is collapsed.
Click to expand it.
tests/value/oracle/logic.res.oracle
+
1
−
2
View file @
c70ccbbe
...
@@ -253,8 +253,7 @@
...
@@ -253,8 +253,7 @@
[eva:alarm] tests/value/logic.c:301: Warning: assertion got status unknown.
[eva:alarm] tests/value/logic.c:301: Warning: assertion got status unknown.
[eva:alarm] tests/value/logic.c:303: Warning:
[eva:alarm] tests/value/logic.c:303: Warning:
assertion got status invalid (stopping propagation).
assertion got status invalid (stopping propagation).
[eva:alarm] tests/value/logic.c:306: Warning:
[eva:alarm] tests/value/logic.c:306: Warning: check got status invalid.
check got status invalid (stopping propagation).
[eva] tests/value/logic.c:307: Frama_C_show_each_reachable: {42}
[eva] tests/value/logic.c:307: Frama_C_show_each_reachable: {42}
[eva] Recording results for check_and_assert
[eva] Recording results for check_and_assert
[eva] Done for function check_and_assert
[eva] Done for function check_and_assert
...
...
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