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
fbce50cd
Commit
fbce50cd
authored
4 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
Add execnow in ptests alias
parent
dd7f3e86
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ptests/ptests.ml
+10
-0
10 additions, 0 deletions
ptests/ptests.ml
tests/float/absorb.c
+3
-3
3 additions, 3 deletions
tests/float/absorb.c
tests/float/oracle/absorb.res.oracle
+24
-2
24 additions, 2 deletions
tests/float/oracle/absorb.res.oracle
tests/jcdb/jcdb.c
+1
-1
1 addition, 1 deletion
tests/jcdb/jcdb.c
with
38 additions
and
6 deletions
ptests/ptests.ml
+
10
−
0
View file @
fbce50cd
...
...
@@ -1716,6 +1716,7 @@ let dispatcher ~result_fmt ~oracle_fmt file directory config =
in
Format
.
fprintf
result_fmt
"\
(rule
(alias ptests)
(targets %a %a)
(action (system %S))
)
...
...
@@ -1724,6 +1725,15 @@ let dispatcher ~result_fmt ~oracle_fmt file directory config =
print_list
res
.
ex_bin
res
.
ex_cmd
;
List
.
iter
(
fun
log
->
Format
.
fprintf
result_fmt
"(rule
\n
\
(alias ptests)
\n
\
(action (diff %S %S))
\n
\
)
\n
"
(
Filename
.
concat
".."
(
Filename
.
concat
SubDir
.
oracle_dirname
log
))
log
)
res
.
ex_log
;
incr
e
in
let
treat_option
option
=
...
...
This diff is collapsed.
Click to expand it.
tests/float/absorb.c
+
3
−
3
View file @
fbce50cd
/* run.config
COMMENT: run.config is intentionally not-*
EXECNOW: BIN absorb.sav LOG absorb_sav.res LOG absorb_sav.err
FRAMAC_PLUGIN=tests/.empty @frama-c@
-journal-disable -save absorb.sav @PTEST_FILE@ > absorb_sav.res 2> absorb_sav.err
EXECNOW: BIN absorb.sav2 LOG absorb_sav2.res LOG absorb_sav2.err @frama-c@ -load absorb.sav -eva @EVA_CONFIG@ -journal-disable -float-hex -save absorb.sav2 > absorb_sav2.res 2> absorb_sav2.err
OPT: -load absorb.sav2 -deps -out -input
EXECNOW: BIN absorb.sav LOG absorb_sav.res LOG absorb_sav.err
PTESTS_IT_DOESNT_START_WITH_FRAMAC=yes @frama-c@ -no-autoload-plugins
-journal-disable -save absorb.sav @PTEST_FILE@ > absorb_sav.res 2> absorb_sav.err
EXECNOW: BIN absorb.sav2 LOG absorb_sav2.res LOG absorb_sav2.err
PTESTS_IT_DOESNT_START_WITH_FRAMAC=yes
@frama-c@ -load
%{dep:
absorb.sav
}
-eva @EVA_CONFIG@ -journal-disable -float-hex -save absorb.sav2 > absorb_sav2.res 2> absorb_sav2.err
OPT: -load
%{dep:
absorb.sav2
}
-deps -out -input
*/
/* run.config*
DONTRUN:
...
...
This diff is collapsed.
Click to expand it.
tests/float/oracle/absorb.res.oracle
+
24
−
2
View file @
fbce50cd
[kernel] User Error: Frama-C state file 'absorb.sav2' does not exist
[kernel] Frama-C aborted: invalid user input.
[kernel] Warning: ignoring source files specified on the command line while loading a global initial context.
[from] Computing for function main
[from] Computing for function Frama_C_interval <-main
[from] Done for function Frama_C_interval
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate:
[from] Function Frama_C_interval:
Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
\result FROM Frama_C_entropy_source; min; max
[from] Function main:
Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
x FROM x; y (and SELF)
y FROM x; y (and SELF)
z FROM y
t FROM Frama_C_entropy_source
min_f FROM \nothing
min_fl FROM \nothing
den FROM \nothing
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
Frama_C_entropy_source; x; y; z; t; min_f; min_fl; den; b; tmp
[inout] Inputs for function main:
Frama_C_entropy_source; x; y; min_f
This diff is collapsed.
Click to expand it.
tests/jcdb/jcdb.c
+
1
−
1
View file @
fbce50cd
...
...
@@ -4,7 +4,7 @@ CMXS: @PTEST_NAME@
OPT: -json-compilation-database ./ -print
OPT: jcdb2.c -json-compilation-database with_arguments.json -print
OPT: -json-compilation-database with_arguments.json -load-module %{dep:@PTEST_NAME@.cmxs}
EXECNOW: LOG list_files.res LOG list_files.err
share
/analysis-scripts/list_files.py compile_commands_working.json > list_files.res 2> list_files.err
EXECNOW: LOG list_files.res LOG list_files.err
%{read:../syntax/framac_share_path}
/analysis-scripts/list_files.py
%{dep:
compile_commands_working.json
}
> list_files.res 2> list_files.err
*/
#include
<stdio.h>
...
...
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