Skip to content
Snippets Groups Projects
Commit 66b33b05 authored by Patrick Baudin's avatar Patrick Baudin
Browse files

[Tests] finalize the merge about the tests.

parent e3d8d9e1
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ DEFAULT_SUITES= wp wp_acsl wp_plugin wp_bts wp_store wp_hoare ...@@ -2,7 +2,7 @@ DEFAULT_SUITES= wp wp_acsl wp_plugin wp_bts wp_store wp_hoare
DEFAULT_SUITES= wp_typed wp_usage wp_gallery wp_manual wp_tip DEFAULT_SUITES= wp_typed wp_usage wp_gallery wp_manual wp_tip
# todo: to fixes # todo: to fixes
IGNORE= DEFAULT_SUITES= wp_region DEFAULT_SUITES= wp_region
IGNORE= qualif_SUITES= wp wp_plugin wp_acsl wp_bts wp_store wp_hoare IGNORE= qualif_SUITES= wp wp_plugin wp_acsl wp_bts wp_store wp_hoare
IGNORE= qualif_SUITES= wp_typed wp_usage wp_gallery wp_manual wp_tip wp_region IGNORE= qualif_SUITES= wp_typed wp_usage wp_gallery wp_manual wp_tip wp_region
<<<<<<< HEAD
CMD: @frama-c@ @OPTIONS@ CMD: @frama-c@ @OPTIONS@
#LOG: @PTEST_NAME@/region/job.dot #LOG: @PTEST_NAME@/region/job.dot
OPT: -wp-prover none -wp-region -wp-msg-key dot,chunk,roots,garbled -wp-warn-key pedantic-assigns=inactive -wp-out @PTEST_NAME@ -wp-fct job OPT: -wp-prover none -wp-region -wp-msg-key dot,chunk,roots,garbled -wp-warn-key pedantic-assigns=inactive -wp-out @PTEST_NAME@ -wp-fct job
||||||| ac7807782d
CMD: @frama-c@ -no-autoload-plugins -load-module wp
LOG: @PTEST_NAME@/region/job.dot
OPT: -wp-prover none -wp-region -wp-msg-key dot,chunk,roots,garbled -wp-out @PTEST_DIR@/result/@PTEST_NAME@ -wp-fct job
=======
CMD: @frama-c@ -no-autoload-plugins -load-module wp
LOG: @PTEST_NAME@/region/job.dot
OPT: -wp-prover none -wp-region -wp-msg-key dot,chunk,roots,garbled -wp-warn-key pedantic-assigns=inactive -wp-out @PTEST_DIR@/result/@PTEST_NAME@ -wp-fct job
>>>>>>> origin/master
/* run.config /* run.config
STDOPT: #"-load-module pdg -eva -out -input -deps -main g" STDOPT: #"-eva -out -input -deps -main g"
STDOPT: #"-load-module pdg -eva -out -input -deps -main h" STDOPT: #"-eva -out -input -deps -main h"
STDOPT: #"-load-module pdg -eva -out -input -deps -main f" STDOPT: #"-eva -out -input -deps -main f"
*/ */
struct Tstr; struct Tstr;
extern int X; extern int X;
......
/* run.config /* run.config
STDOPT: +"-eva -pdg -out -input -deps -eva-no-results-function no_results -eva-no-builtins-auto -load-module pdg -pdg -then -main main_asm" STDOPT: +"-eva -pdg -out -input -deps -eva-no-results-function no_results -eva-no-builtins-auto -pdg -then -main main_asm"
*/ */
volatile int nondet; volatile int nondet;
int no_results() {return 1;} int no_results() {return 1;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment