Skip to content
Snippets Groups Projects
Commit 097ebb6a authored by Patrick Baudin's avatar Patrick Baudin Committed by Virgile Prevosto
Browse files

[Value] adds test oracles for -config symblocs

parent 9d75da0d
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 0 deletions
MACRO: EVA_OPTIONS -eva-show-progress -eva-msg-key=-summary -eva-auto-loop-unroll 0 -eva-domains symbolic-locations MACRO: EVA_OPTIONS -eva-show-progress -eva-msg-key=-summary -eva-auto-loop-unroll 0 -eva-domains symbolic-locations
MACRO: EVA_CONFIG @EVA_OPTIONS@ -no-autoload-plugins -load-module from,inout,eva,scope,variadic -machdep x86_32 MACRO: EVA_CONFIG @EVA_OPTIONS@ -no-autoload-plugins -load-module from,inout,eva,scope,variadic -machdep x86_32
# Compare the result with the oracle of the default config.
FILTER: diff --new-file @PTEST_DIR@/oracle/@PTEST_ORACLE@ -
OPT: -eva @EVA_CONFIG@ -journal-disable -out -input -deps OPT: -eva @EVA_CONFIG@ -journal-disable -out -input -deps
103,104c103,104
< t ∈ {1; 2; 4}
< u ∈ {2; 3; 4; 5}
---
> t ∈ {4}
> u ∈ {5}
110c110
< t2 ∈ {0; 3; 6}
---
> t2 ∈ {6}
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