Skip to content

Commit 112d111

Browse files
author
Enrico Steffinlongo
committed
Run additional regressions with new SMT solver
Adding other 2 regression tests now passing to be run with new SMT solver Specifically: - dynamic_size1/stack_object.desc - ptr_arithmetic_on_null/type_conflict.desc
1 parent 52688d7 commit 112d111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regression/cbmc/dynamic_size1/stack_object.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE no-new-smt
1+
CORE
22
stack_object.c
33
--pointer-check
44
^EXIT=0$

regression/cbmc/ptr_arithmetic_on_null/type_conflict.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CORE gcc-only no-new-smt
1+
CORE gcc-only
22
main.c
33
-DMISSING_CAST
44
pointer subtraction over different types

0 commit comments

Comments
 (0)