File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ add_test_pl_tests(
5
5
add_test_pl_profile (
6
6
"cbmc-paths-lifo"
7
7
"$<TARGET_FILE:cbmc> --paths lifo"
8
- "-C;-X;thorough-paths;-X;smt-backend;-s;paths-lifo"
8
+ "-C;-X;thorough-paths;-X;smt-backend;-X;paths-lifo-expected-failure;- s;paths-lifo"
9
9
"CORE"
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ test-cprover-smt2:
7
7
@../test.pl -e -p -c " ../../../src/cbmc/cbmc --cprover-smt2" -X broken-smt-backend
8
8
9
9
test-paths-lifo :
10
- @../test.pl -e -p -c " ../../../src/cbmc/cbmc --paths lifo" -X thorough-paths -X smt-backend
10
+ @../test.pl -e -p -c " ../../../src/cbmc/cbmc --paths lifo" -X thorough-paths -X smt-backend -X paths-lifo-expected-failure
11
11
12
12
tests.log : ../test.pl test
13
13
You can’t perform that action at this time.
0 commit comments