Skip to content

Commit a883c34

Browse files
committed
KNOWNBUG test for LTL BMC
1 parent 0c80385 commit a883c34

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
KNOWNBUG
2+
smv_ltlspec_F4.smv
3+
--bound 3
4+
^\[spec1\] F \(some_input <-> X some_input\): REFUTED$
5+
^EXIT=10$
6+
^SIGNAL=0$
7+
--
8+
^warning: ignoring
9+
--
10+
The BMC engine gives the wrong answer.

regression/smv/LTL/smv_ltlspec_F4.smv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
MODULE main
2+
3+
VAR some_input : boolean;
4+
5+
-- Expected to fail. The input can alternate infinitely often.
6+
LTLSPEC F (some_input <-> X some_input)

0 commit comments

Comments
 (0)