File tree Expand file tree Collapse file tree 8 files changed +16
-8
lines changed
identifier_names_illegal_characters Expand file tree Collapse file tree 8 files changed +16
-8
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+
17add_test_pl_tests(
2- "perl ../timeout.pl 8 $<TARGET_FILE:cbmc> --slice-formula"
8+ "perl ../timeout.pl 8 $<TARGET_FILE:cbmc> --slice-formula" ${exclude_win_broken_tests}
39)
Original file line number Diff line number Diff line change 1- CORE
1+ CORE winbug
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
1+ CORE winbug
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
1+ CORE winbug
22main.c
33--incremental-loop main.0 --unwind-max 10
44^EXIT=0$
Original file line number Diff line number Diff line change 11if (WIN32 )
22 set (is_windows true )
3+ set (exclude_win_broken_tests -X winbug)
34else ()
45 set (is_windows false )
6+ set (exclude_win_broken_tests "" )
57endif ()
68
79add_test_pl_tests(
8- "${CMAKE_CURRENT_SOURCE_DIR} /chain.sh $<TARGET_FILE:goto-cc> $<TARGET_FILE:cbmc> $<TARGET_FILE:goto-instrument> ${is_windows} "
10+ "${CMAKE_CURRENT_SOURCE_DIR} /chain.sh $<TARGET_FILE:goto-cc> $<TARGET_FILE:cbmc> $<TARGET_FILE:goto-instrument> ${is_windows} " ${exclude_win_broken_tests}
911)
Original file line number Diff line number Diff line change 1- CORE
1+ CORE winbug
22test.c
33
44^EXIT=0$
Original file line number Diff line number Diff line change 11add_test_pl_tests(
2- "$<TARGET_FILE:goto-cc>" -X goto-link
2+ "$<TARGET_FILE:goto-cc>" -X goto-link -X winbug
33)
Original file line number Diff line number Diff line change 1- CORE
1+ CORE winbug
22
33--verbosity 10 /c main1.c main2.c /Fodir
44^EXIT=64$
You can’t perform that action at this time.
0 commit comments