File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
regression/cbmc-incr-oneloop/alarm2 Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ KNOWNBUG
2
+ main.c
3
+ --incremental-loop main.0 --unwind-min 5 --unwind-max 10 --trace --beautify --no-sat-preprocessor --stop-on-fail
4
+ ^EXIT=10$
5
+ ^SIGNAL=0$
6
+ ^VERIFICATION FAILED$
7
+ ^State \d+ file main.c function havocIO line 501 thread \d+$
8
+ --
9
+ ^warning: ignoring
10
+ --
11
+ This will fail the invariant on `build_goto_trace.cpp:320` asserting certain
12
+ properties of the last trace step. It is possible this combination of options is
13
+ incompatible.
Original file line number Diff line number Diff line change
1
+ CORE
2
+ main.c
3
+ --incremental-loop main.0 --unwind-min 5 --unwind-max 10 --trace
4
+ ^EXIT=10$
5
+ ^SIGNAL=0$
6
+ ^VERIFICATION FAILED$
7
+ ^State \d+ file main.c function havocIO line 501 thread \d+$
8
+ --
9
+ ^warning: ignoring
You can’t perform that action at this time.
0 commit comments