Skip to content

Commit 84a0482

Browse files
authored
Merge pull request #236 from diffblue/two-tests-now-work
two 'eventually' tests now work
2 parents e67b22c + 841d51f commit 84a0482

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

regression/ebmc/SVA-LTL/lasso1-counterexample.desc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
KNOWNBUG
1+
CORE
22
lasso1.sv
3-
--bound 10 --trace
3+
--bound 10 --waveform
44
^EXIT=10$
55
^SIGNAL=0$
66
^\[top\.property\.p0\] .* FAILURE$
7+
^ 0 1 2 3 4 5 6 7 8 9 10$
8+
^top\.counter 0 1 2 3 4 5 6 7 8 9 3$
79
--
810
--
9-
The reported counterexample should be longer, to include the loop.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
KNOWNBUG
1+
CORE
22
lasso1.sv
33
--bound 5
44
^EXIT=0$
55
^SIGNAL=0$
66
^\[top\.property\.p0\] .* SUCCESS$
77
--
88
--
9-
The bound is too small to find the counterexample, and hence, SUCCESS should
10-
be reported.

0 commit comments

Comments
 (0)