Skip to content

Commit 98f6e71

Browse files
authored
Merge pull request #8331 from diffblue/change-default-verbosity
change default verbosity to M_STATUS
2 parents f75a90a + fddfa12 commit 98f6e71

File tree

70 files changed

+71
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+71
-71
lines changed

regression/cbmc-concurrency/constant_prop1/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+
--verbosity 8
44
^EXIT=0$
55
^SIGNAL=0$
66
^VERIFICATION SUCCESSFUL$

regression/cbmc-incr-oneloop/alarm1/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-
--no-standard-checks --incremental-loop main.0 --unwind-max 15
3+
--no-standard-checks --incremental-loop main.0 --unwind-max 15 --verbosity 8
44
activate-multi-line-match
55
^EXIT=0$
66
^SIGNAL=0$

regression/cbmc-incr-oneloop/alarm2/test-json-output.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-
--incremental-loop main.0 --unwind-min 5 --unwind-max 10 --json-ui
3+
--incremental-loop main.0 --unwind-min 5 --unwind-max 10 --json-ui --verbosity 8
44
^EXIT=10$
55
^SIGNAL=0$
66
"messageText": "VERIFICATION FAILED"

regression/cbmc-incr-oneloop/alarm2/test-xml-output.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-
--incremental-loop main.0 --unwind-min 5 --unwind-max 10 --xml-ui
3+
--incremental-loop main.0 --unwind-min 5 --unwind-max 10 --xml-ui --verbosity 8
44
^EXIT=10$
55
^SIGNAL=0$
66
<text>VERIFICATION FAILED</text>

regression/cbmc-incr-oneloop/alarm2/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-
--incremental-loop main.0 --unwind-min 5 --unwind-max 10
3+
--incremental-loop main.0 --unwind-min 5 --unwind-max 10 --verbosity 8
44
activate-multi-line-match
55
Current unwinding: 1
66
Incremental status: INCONCLUSIVE

regression/cbmc-incr-oneloop/minmaxunwind4/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-
--no-standard-checks --unwind-min 6 --unwind-max 8 --incremental-loop main.0 --ignore-properties-before-unwind-min
3+
--no-standard-checks --unwind-min 6 --unwind-max 8 --incremental-loop main.0 --ignore-properties-before-unwind-min --verbosity 8
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

regression/cbmc-incr-oneloop/multiple-asserts/test-no-cp.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-
--no-standard-checks --incremental-loop main.0 --no-propagation
3+
--no-standard-checks --incremental-loop main.0 --no-propagation --verbosity 8
44
activate-multi-line-match
55
Incremental status: INCONCLUSIVE\nCurrent unwinding: 2
66
Incremental status: INCONCLUSIVE\nCurrent unwinding: 6

regression/cbmc-incr-oneloop/multiple-asserts/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-
--incremental-loop main.0
3+
--incremental-loop main.0 --verbosity 8
44
activate-multi-line-match
55
Incremental status: INCONCLUSIVE\nCurrent unwinding: 2
66
Incremental status: INCONCLUSIVE\nCurrent unwinding: 6

regression/cbmc-incr-oneloop/unwind-more-loops1/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-
--no-standard-checks --incremental-loop main.1 --unwind 2
3+
--no-standard-checks --incremental-loop main.1 --unwind 2 --verbosity 8
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

regression/cbmc-incr-oneloop/unwindset-more-loops1/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-
--no-standard-checks --incremental-loop main.3 --unwindset main.1:2,main.2:8
3+
--no-standard-checks --incremental-loop main.3 --unwindset main.1:2,main.2:8 --verbosity 8
44
^EXIT=10$
55
^SIGNAL=0$
66
^VERIFICATION FAILED$

0 commit comments

Comments
 (0)