Skip to content

Commit 460c6eb

Browse files
committed
Mark tests under regression/systemc/ as winbug.
1 parent e800669 commit 460c6eb

File tree

16 files changed

+22
-16
lines changed

16 files changed

+22
-16
lines changed

regression/systemc/Array2/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
CORE winbug
22
main.cpp
33
-DNO_IO -DNO_STRING
44
^EXIT=0$

regression/systemc/Array3/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
CORE winbug
22
main.cpp
33
-DNO_IO -DNO_STRING
44
^EXIT=0$

regression/systemc/Array4/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE
1+
CORE winbug
22
main.cpp
33
-DNO_IO -DNO_STRING
44
^EXIT=0$

regression/systemc/BitvectorCpp1/test.desc

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

44
^EXIT=0$

regression/systemc/BitvectorCpp2/test.desc

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

44
^EXIT=0$

regression/systemc/BitvectorSc3/test.desc

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

44
^EXIT=0$

regression/systemc/CMakeLists.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
add_test_pl_tests(
2-
"$<TARGET_FILE:cbmc> --validate-goto-model --validate-ssa-equation"
8+
"$<TARGET_FILE:cbmc> --validate-goto-model --validate-ssa-equation" ${exclude_win_broken_tests}
39
)

regression/systemc/EqualOp3/test.desc

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

44
^EXIT=10$

regression/systemc/ForwardDecl1/test.desc

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

44
^EXIT=0$

regression/systemc/FunTempl1/test.desc

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

44
^EXIT=0$

0 commit comments

Comments
 (0)