Skip to content

Commit 40dcadc

Browse files
committed
Enable SMT2 tests which pass with the overflow implementation
1 parent 508fece commit 40dcadc

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

regression/cbmc-incr-smt2/bitvector-flag-tests/signed_overflow.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
CORE
22
signed_overflow.c
33
--incremental-smt2-solver 'z3 --smt2 -in' --signed-overflow-check --trace
44
^VERIFICATION FAILED$

regression/cbmc/overflow/leftshift_overflow-c89.desc

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

regression/cbmc/overflow/leftshift_overflow-c99.desc

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

regression/cbmc/overflow/mod_overflow.desc

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

regression/cbmc/overflow/signed_addition_overflow1.desc

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

regression/cbmc/overflow/signed_addition_overflow2.desc

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

regression/cbmc/overflow/signed_addition_overflow3.desc

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

regression/cbmc/overflow/signed_addition_overflow4.desc

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

regression/cbmc/overflow/signed_multiplication1.desc

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

regression/cbmc/overflow/signed_subtraction1.desc

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

0 commit comments

Comments
 (0)