Skip to content

Commit 77a0496

Browse files
authored
Merge pull request #5584 from tautschnig/re-enable-cbmc-incr
Re-enable cbmc-incr* regression tests on Windows
2 parents c1c0356 + 4a1db46 commit 77a0496

File tree

8 files changed

+8
-20
lines changed

8 files changed

+8
-20
lines changed
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
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-
71
add_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
)

regression/cbmc-incr-oneloop/alarm1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE winbug
1+
CORE
22
main.c
33
--incremental-loop main.0 --unwind-max 15
44
activate-multi-line-match

regression/cbmc-incr-oneloop/alarm3/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE winbug
1+
CORE
22
main.c
33
--incremental-loop main.0 --unwind-max 15 --unwinding-assertions
44
^EXIT=10$

regression/cbmc-incr-oneloop/cruise1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE winbug
1+
CORE
22
main.c
33
--incremental-loop main.0 --unwind-max 10
44
^EXIT=0$

regression/cbmc-incr/CMakeLists.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
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-
71
add_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
)

regression/cbmc-incr/alarm1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE winbug
1+
CORE
22
main.c
33
--unwind-max 25 --no-unwinding-assertions
44
^EXIT=0$

regression/cbmc-incr/alarm3/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE winbug
1+
CORE
22
main.c
33

44
^EXIT=10$

regression/cbmc-incr/cruise1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE winbug
1+
CORE
22
main.c
33
--unwind-max 10 --no-unwinding-assertions
44
^EXIT=0$

0 commit comments

Comments
 (0)