File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
address_space_size_limit1
strings-smoke-tests/java_format Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
CORE
2
2
test.c
3
3
--no-simplify --unwind 300 --object-bits 8
4
+ ^EXIT=6$
5
+ ^SIGNAL=0$
4
6
too many addressed objects
5
- --
7
+ --
Original file line number Diff line number Diff line change 1
1
CORE
2
2
main.c
3
3
4
- ^EXIT=0 $
4
+ ^EXIT=6 $
5
5
^SIGNAL=0$
6
- ^VERIFICATION SUCCESSFUL$
6
+ pointer handling for concurrency is unsound
7
7
--
8
8
^warning: ignoring
9
+ --
10
+ The test uses "__CPROVER_ASYNC_1:" and the async-called function foo
11
+ does pointer operations over allocated memory - which is not handled sound
12
+ way in CBMC.
Original file line number Diff line number Diff line change @@ -5,5 +5,4 @@ test.class
5
5
^SIGNAL=0$
6
6
^\[.*assertion.1\].* line 6.* SUCCESS$
7
7
^\[.*assertion.2\].* line 7.* FAILURE$
8
- --
9
- ^ignoring
8
+ --
You can’t perform that action at this time.
0 commit comments