File tree Expand file tree Collapse file tree 8 files changed +8
-20
lines changed
Expand file tree Collapse file tree 8 files changed +8
-20
lines changed Original file line number Diff line number Diff line change 1- if ("${CMAKE_SYSTEM_NAME} " STREQUAL "Windows" )
2- set (exclude_win_broken_tests -X winbug)
3- else ()
4- set (exclude_win_broken_tests "" )
5- endif ()
6-
71add_test_pl_tests(
8- "perl ../timeout.pl 8 $<TARGET_FILE:cbmc> --slice-formula" ${exclude_win_broken_tests}
2+ "perl ../timeout.pl 8 $<TARGET_FILE:cbmc> --slice-formula"
93)
Original file line number Diff line number Diff line change 1- CORE winbug
1+ CORE
22main.c
33--incremental-loop main.0 --unwind-max 15
44activate-multi-line-match
Original file line number Diff line number Diff line change 1- CORE winbug
1+ CORE
22main.c
33--incremental-loop main.0 --unwind-max 15 --unwinding-assertions
44^EXIT=10$
Original file line number Diff line number Diff line change 1- CORE winbug
1+ CORE
22main.c
33--incremental-loop main.0 --unwind-max 10
44^EXIT=0$
Original file line number Diff line number Diff line change 1- if ("${CMAKE_SYSTEM_NAME} " STREQUAL "Windows" )
2- set (exclude_win_broken_tests -X winbug)
3- else ()
4- set (exclude_win_broken_tests "" )
5- endif ()
6-
71add_test_pl_tests(
8- "perl ../timeout.pl 30 $<TARGET_FILE:cbmc> --incremental --magic-numbers" ${exclude_win_broken_tests}
2+ "perl ../timeout.pl 30 $<TARGET_FILE:cbmc> --incremental --magic-numbers"
93)
Original file line number Diff line number Diff line change 1- CORE winbug
1+ CORE
22main.c
33--unwind-max 25 --no-unwinding-assertions
44^EXIT=0$
Original file line number Diff line number Diff line change 1- CORE winbug
1+ CORE
22main.c
33
44^EXIT=10$
Original file line number Diff line number Diff line change 1- CORE winbug
1+ CORE
22main.c
33--unwind-max 10 --no-unwinding-assertions
44^EXIT=0$
You can’t perform that action at this time.
0 commit comments