Skip to content

Commit 8729b3e

Browse files
Natasha Yogananda Jeppudanielsn
Natasha Yogananda Jeppu
authored andcommitted
Regression tests for --xml-ui and plain
1 parent 1e326e4 commit 8729b3e

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed
+4-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
KNOWNBUG
1+
CORE
22
main.c
3-
--show-array-constraints --json-ui
4-
activate-multi-line-match
5-
^EXIT=0$
3+
--show-array-constraints
4+
^EXIT=1$
65
^SIGNAL=0$
7-
\{\n\s*"arrayConstraints": \{\n\s*"arrayEquality": \[.*\],\n\s*"arrayWith": \[.*\]\n\s*\},\n\s*"numOfConstraints": 4\n\s*\}
86
--
97
--
10-
To test output for --show-array-constraints option that displays the count and list of all array constraints added during post processing in json format.
8+
To test output for --show-array-constraints option that displays the count and list of all array constraints added during post processing in json format.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
KNOWNBUG
2+
main.c
3+
--show-array-constraints --json-ui
4+
activate-multi-line-match
5+
^EXIT=0$
6+
^SIGNAL=0$
7+
\{\n\s*"arrayConstraints": \{\n\s*"arrayEquality": \[.*\],\n\s*"arrayWith": \[.*\]\n\s*\},\n\s*"numOfConstraints": 4\n\s*\}
8+
--
9+
--
10+
To test output for --show-array-constraints option that displays the count and list of all array constraints added during post processing in json format.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CORE
2+
main.c
3+
--show-array-constraints --xml-ui
4+
^EXIT=1$
5+
^SIGNAL=0$
6+
--
7+
--
8+
To test output for --show-array-constraints option that displays the count and list of all array constraints added during post processing in json format.

0 commit comments

Comments
 (0)