Skip to content

Commit f92881c

Browse files
committed
Remove broken-smt-backend tags where tests currently pass
No bisecting was done, but the tests appear to work fine at present.
1 parent a0df52d commit f92881c

File tree

21 files changed

+27
-24
lines changed

21 files changed

+27
-24
lines changed

regression/cbmc/Array_operations1/test.desc

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

44
^EXIT=10$

regression/cbmc/Float-equality1/test_no_equality.desc

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

44
^EXIT=0$

regression/cbmc/array-cell-sensitivity7/test_execution.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE broken-smt-backend
1+
CORE
22
test.c
33

44
^VERIFICATION FAILED$

regression/cbmc/array-cell-sensitivity8/test_execution.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE broken-smt-backend
1+
CORE
22
test.c
33

44
^VERIFICATION FAILED$

regression/cbmc/byte_update12/test.desc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ main.c
66
^VERIFICATION SUCCESSFUL$
77
--
88
^warning: ignoring
9+
--
10+
This test fails with the CPROVER SMT2 solver on Ubuntu 18.04 only.

regression/cbmc/byte_update14/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE broken-smt-backend
1+
CORE
22
test.c
33

44
^VERIFICATION FAILED$

regression/cbmc/compact-trace/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE broken-smt-backend
1+
CORE
22
main.c
33
--compact-trace
44
activate-multi-line-match

regression/cbmc/gcc_vector1/test.desc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ main.c
66
^VERIFICATION SUCCESSFUL$
77
--
88
^warning: ignoring
9+
--
10+
This test fails with the CPROVER SMT2 solver on Ubuntu 18.04 only.

regression/cbmc/gcc_vector3/test.desc

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

44
^EXIT=0$

regression/cbmc/json-interface1/test_wrong_flag.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE broken-smt-backend
1+
CORE
22
--json-interface
33
< test_wrong_flag.json
44
^EXIT=6$

regression/cbmc/json-interface1/test_wrong_option.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE broken-smt-backend
1+
CORE
22
--json-interface
33
< test_wrong_option.json
44
^EXIT=6$

regression/cbmc/memory_allocation1/test.desc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ main.c
1010
^VERIFICATION FAILED$
1111
--
1212
^warning: ignoring
13+
--
14+
This test fails with the CPROVER SMT2 solver on Windows only.

regression/cbmc/printf1/test.desc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ main.c
99
^PRINT f1 123\.000000, -123\.000000, 123\.123000, 0\.123000$
1010
--
1111
^warning: ignoring
12+
--
13+
This test fails with the CPROVER SMT2 solver on Windows only.

regression/cbmc/stack-trace/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE broken-smt-backend
1+
CORE
22
main.c
33
--stack-trace
44
activate-multi-line-match

regression/cbmc/union12/test.desc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ Despite the large array inside the union, the test should complete within 10
1313
seconds. Simplify extractbits(concatenation(...)) is essential to make this
1414
possible. With 77236cc34 (Avoid nesting of ID_with/byte_update by rewriting
1515
byte_extract to use the root object) the test already is trivial, however.
16+
17+
This test fails with the CPROVER SMT2 solver on Windows only.

regression/cbmc/union15/test.desc

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

44
^EXIT=0$

regression/cbmc/union6/test.desc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
CORE broken-smt-backend
1+
CORE
22
main.c
33
--little-endian
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$
77
--
88
^warning: ignoring
9-
--
10-
This test reports a VERIFICATION ERROR when running with the SMT2 solver on
11-
Windows only.

regression/cbmc/union7/test.desc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
CORE broken-smt-backend
1+
CORE
22
main.c
33
--big-endian
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$
77
--
88
^warning: ignoring
9-
--
10-
This test reports a VERIFICATION ERROR when running with the SMT2 solver on
11-
Windows only.

regression/cbmc/va_list2/test.desc

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

44
^EXIT=0$

regression/cbmc/va_list3/test.desc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ main.c
66
^VERIFICATION SUCCESSFUL$
77
--
88
^warning: ignoring
9+
--
10+
This test fails with the CPROVER SMT2 solver on Windows only.
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE broken-smt-backend
1+
CORE
22
main.c
33

44
^EXIT=10$
@@ -7,9 +7,6 @@ main.c
77
--
88
^warning: ignoring
99
--
10-
This test actually passes when using the SMT2 back-end, but takes 68 seconds to
11-
do so.
12-
1310
Field-sensitive encoding of array accesses for an array of 2^16 elements is very
1411
expensive. We might consider some bounds up to which we actually do field
1512
expansion, or at least need to mark this test as "THOROUGH."

0 commit comments

Comments
 (0)