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
5669df8c
Commit
5669df8c
authored
6 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[aorai] adjust error message of uninitialized meta-variables
parent
3cf3ee20
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/aorai/aorai_metavariables.ml
+1
-1
1 addition, 1 deletion
src/plugins/aorai/aorai_metavariables.ml
src/plugins/aorai/tests/ya/oracle/metavariables-wrong.res.oracle
+2
-2
2 additions, 2 deletions
...gins/aorai/tests/ya/oracle/metavariables-wrong.res.oracle
with
3 additions
and
3 deletions
src/plugins/aorai/aorai_metavariables.ml
+
1
−
1
View file @
5669df8c
...
@@ -106,7 +106,7 @@ struct
...
@@ -106,7 +106,7 @@ struct
let
alarm
(
src
,
tr
,
dst
)
vars
=
let
alarm
(
src
,
tr
,
dst
)
vars
=
Aorai_option
.
abort
Aorai_option
.
abort
"The metavariables %a may not be initialized before the transition \
"The metavariables %a may not be initialized before the transition \
from %a to %a
(%a).
"
from %a to %a
:@
\n
%a
"
pretty_set
vars
pretty_set
vars
pretty_state
src
pretty_state
src
pretty_state
dst
pretty_state
dst
...
...
This diff is collapsed.
Click to expand it.
src/plugins/aorai/tests/ya/oracle/metavariables-wrong.res.oracle
+
2
−
2
View file @
5669df8c
[kernel] Parsing tests/aorai/metavariables-wrong.i (no preprocessing)
[kernel] Parsing tests/aorai/metavariables-wrong.i (no preprocessing)
[aorai] Welcome to the Aorai plugin
[aorai] Welcome to the Aorai plugin
[aorai] User Error: The metavariables aorai_x may not be initialized before the transition from e to f_0
(
[aorai] User Error: The metavariables aorai_x may not be initialized before the transition from e to f_0
:
(Call(h))
(Call(h))
and
and
((aorai_x) > (0))
).
((aorai_x) > (0))
[kernel] Plug-in aorai aborted: invalid user input.
[kernel] Plug-in aorai aborted: invalid user input.
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