File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
sensitivity-test-constants-array
sensitivity-test-constants-array-of-constants-array Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
CORE
2
2
sensitivity_test_constants_array_of_constants_array.c
3
- --variable --arrays --verify
3
+ --variable --arrays --verify --pointers
4
4
^EXIT=0$
5
5
^SIGNAL=0$
6
6
^\[main.assertion.1\] .* a\[1\]\[2\]==0: Success$
@@ -17,10 +17,10 @@ sensitivity_test_constants_array_of_constants_array.c
17
17
^\[main.assertion.12\] .* 1\[b\]\[2\]==0: Failure \(if reachable\)$
18
18
^\[main.assertion.13\] .* \*\(1\[b\]\+2\)==5: Success$
19
19
^\[main.assertion.14\] .* \*\(1\[b\]\+2\)==0: Failure \(if reachable\)$
20
- ^\[main.assertion.15\] .* \(\*\(1\+b\)\)\[2\]==5: Unknown $
21
- ^\[main.assertion.16\] .* \(\*\(1\+b\)\)\[2\]==0: Unknown $
22
- ^\[main.assertion.17\] .* \*\(\*\(1\+b\)\+2\)==5: Unknown $
23
- ^\[main.assertion.18\] .* \*\(\*\(1\+b\)\+2\)==0: Unknown $
20
+ ^\[main.assertion.15\] .* \(\*\(1\+b\)\)\[2\]==5: Success $
21
+ ^\[main.assertion.16\] .* \(\*\(1\+b\)\)\[2\]==0: Failure \(if reachable\) $
22
+ ^\[main.assertion.17\] .* \*\(\*\(1\+b\)\+2\)==5: Success $
23
+ ^\[main.assertion.18\] .* \*\(\*\(1\+b\)\+2\)==0: Failure \(if reachable\) $
24
24
^\[main.assertion.19\] .* 2\[1\[b\]\]==5: Success$
25
25
^\[main.assertion.20\] .* 2\[1\[b\]\]==0: Failure \(if reachable\)$
26
26
^\[main.assertion.21\] .* \*\(2\+1\[b\]\)==5: Unknown$
Original file line number Diff line number Diff line change 1
1
CORE
2
2
sensitivity_test_constants_array.c
3
- --variable --arrays --verify
3
+ --variable --arrays --verify --pointers
4
4
^EXIT=0$
5
5
^SIGNAL=0$
6
6
^\[main.assertion.1\] .* a\[1\]==0: Success$
@@ -9,8 +9,8 @@ sensitivity_test_constants_array.c
9
9
^\[main.assertion.4\] .* b\[1\]==1: Failure \(if reachable\)$
10
10
^\[main.assertion.5\] .* \*\(b\+1\)==0: Success$
11
11
^\[main.assertion.6\] .* \*\(b\+1\)==1: Failure \(if reachable\)$
12
- ^\[main.assertion.7\] .* \*\(1\+b\)==0: Unknown $
13
- ^\[main.assertion.8\] .* \*\(1\+b\)==1: Unknown $
12
+ ^\[main.assertion.7\] .* \*\(1\+b\)==0: Success $
13
+ ^\[main.assertion.8\] .* \*\(1\+b\)==1: Failure \(if reachable\) $
14
14
^\[main.assertion.9\] .* 1\[b\]==0: Success$
15
15
^\[main.assertion.10\] .* 1\[b\]==1: Failure \(if reachable\)$
16
16
^\[main.assertion.11\] .* c\[0\]==0: Success$
You can’t perform that action at this time.
0 commit comments