File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
regression/cbmc/points-to-sets Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
CORE
2
2
main.c
3
3
--show-points-to-sets
4
- ^EXIT=(0|127|134|137) $
4
+ ^EXIT=1 $
5
5
^SIGNAL=0$
6
- --- begin invariant violation report ---
7
- Invariant check failed
8
- Condition: false
9
- Reason: Cannot print json data on PLAIN UI
10
6
--
11
7
--
12
8
To test output for --show-points-to-sets option that displays the size and contents of points-to sets in json format.
Original file line number Diff line number Diff line change 1
1
CORE
2
2
main.c
3
3
--show-points-to-sets --xml-ui
4
- ^EXIT=(0|127|134|137) $
4
+ ^EXIT=1 $
5
5
^SIGNAL=0$
6
- --- begin invariant violation report ---
7
- Invariant check failed
8
- Condition: false
9
- Reason: Cannot print json data on XML UI
10
6
--
11
7
--
12
8
To test output for --show-points-to-sets option that displays the size and contents of points-to sets in json format.
You can’t perform that action at this time.
0 commit comments