Skip to content

Commit 181cb05

Browse files
committed
Fixed goto-instrument regressions
1 parent a591454 commit 181cb05

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

regression/goto-instrument/harness1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--model-argc-argv 3 --dump-c --harness
3+
--model-argc-argv 3 --dump-c --harness _ --no-standard-checks
44
^EXIT=0$
55
^SIGNAL=0$
66
Adding up to 3 command line arguments

regression/goto-instrument/insert-final-assert-false1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
--insert-final-assert-false main
3+
--insert-final-assert-false main _ --no-standard-checks
44
^EXIT=0$
55
^SIGNAL=0$
66
insert-final-assert-false \(should fail\) : SUCCESS

regression/goto-instrument/labels1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.c
3-
3+
--malloc-may-fail _ --no-standard-checks
44
Labels: label_zero$
55
Labels: label_one$
66
Labels: label_two$

regression/goto-instrument/lexical-loops1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test.c
3-
--show-lexical-loops
3+
--show-lexical-loops _ --no-standard-checks
44
2 is head of \{ 2, 3, 4, 5 \(backedge\) \}
55
^EXIT=0$
66
^SIGNAL=0$

regression/goto-instrument/lexical-loops5/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test.c
3-
--show-lexical-loops
3+
--show-lexical-loops _ --no-standard-checks
44
2 is head of \{ 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 \(backedge\) \}
55
5 is head of \{ 5, 6, 7, 8 \(backedge\) \}
66
^EXIT=0$

regression/goto-instrument/region-analysis-1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test.c
3-
--show-sese-regions
3+
--show-sese-regions _ --no-standard-checks
44
^Region starting at \(1, [0-9]+\) IF .*2.* THEN GOTO 1 ends at \(5, [0-9]+\) 2: SKIP$
55
^Region starting at \(0, [0-9]+\) IF .*5.* THEN GOTO 3 ends at \(8, [0-9]+\) 4: SKIP$
66
^Function contains 2 single-entry, single-exit regions:$

regression/goto-instrument/region-analysis-2/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test.c
3-
--show-sese-regions
3+
--show-sese-regions _ --no-standard-checks
44
^Function contains 2 single-entry, single-exit regions:$
55
^Region starting at \(4, [0-9]+\) IF .*2.* THEN GOTO 1 ends at \(8, [0-9]+\) 2: SKIP$
66
^Region starting at \(0, [0-9]+\) IF .*7.* THEN GOTO 3 ends at \(11, [0-9]+\) 4: SKIP$

regression/goto-instrument/region-analysis-3/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test.c
3-
--show-sese-regions
3+
--show-sese-regions _ --no-standard-checks
44
^Function contains 2 single-entry, single-exit regions:$
55
^Region starting at \(1, [0-9]+\) IF .*2.* THEN GOTO 1 ends at \(5, [0-9]+\) 2: SKIP$
66
^Region starting at \(0, [0-9]+\) IF .*5.* THEN GOTO 3 ends at \(12, [0-9]+\) 5: END_FUNCTION$

regression/goto-instrument/region-analysis-9/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test.c
3-
--show-sese-regions
3+
--show-sese-regions _ --no-standard-checks
44
^Function contains 2 single-entry, single-exit regions:$
55
^Region starting at \(2, [0-9]+\) .*::x := 0 ends at \(21, [0-9]+\) 6: ASSIGN main::argc := main::argc \+ 1$
66
^Region starting at \(0, [0-9]+\) IF .*5.* THEN GOTO 7 ends at \(24, [0-9]+\) 8: SKIP$

regression/goto-instrument/restrict-function-pointer-by-name-global/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
test.c
3-
--restrict-function-pointer-by-name fp/f,g
3+
--restrict-function-pointer-by-name fp/f,g _ --no-standard-checks
44
\[main\.pointer_dereference\.1\] line \d+ dereferenced function pointer must be one of \[(f, g)|(g, f)\]: SUCCESS
55
\[main.assertion.1\] line \d+ assertion: FAILURE
66
\[main.assertion.2\] line \d+ assertion: FAILURE

0 commit comments

Comments
 (0)