Skip to content

Commit 1932655

Browse files
author
Enrico Steffinlongo
committed
Run additional regressions with new SMT solver
This commit adds 130 tests from regression/cbmc to the list of tests that is run with the new incremental SMT2 solver. Notice that some tests are related to unsupported features, that however are removed by the simplification steps before the solver is invoked making them tractable.
1 parent 5cfcbc4 commit 1932655

File tree

125 files changed

+126
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+126
-126
lines changed

regression/cbmc/Array_UF21/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE no-new-smt
1+
CORE
22
main.c
33
--arrays-uf-always --bounds-check
44
^VERIFICATION FAILED$

regression/cbmc/Float-equality2/test.desc

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

44
(Starting CEGAR Loop|VCC\(s\), 0 remaining after simplification$)

regression/cbmc/Float-overflow1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE no-new-smt
1+
CORE
22
main.c
33
--floatbv --float-overflow-check
44
^EXIT=0$

regression/cbmc/Float-overflow2/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE no-new-smt
1+
CORE
22
main.c
33
--floatbv --float-overflow-check
44
^EXIT=10$

regression/cbmc/Float-rounding/compile_time_rounding.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE no-new-smt
1+
CORE
22
compile_time_rounding.c
33

44
^EXIT=0$

regression/cbmc/Float1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE no-new-smt
1+
CORE
22
main.c
33
--floatbv
44
^EXIT=0$

regression/cbmc/Float11/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE no-new-smt
1+
CORE
22
main.c
33
--floatbv
44
^EXIT=0$

regression/cbmc/Float13/test.desc

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

44
^EXIT=0$

regression/cbmc/Float14/test.desc

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

44
^EXIT=0$

regression/cbmc/Float2/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE no-new-smt
1+
CORE
22
main.c
33
--floatbv
44
^EXIT=0$

0 commit comments

Comments
 (0)