Skip to content

Commit

Permalink
Merge pull request #474 from diffblue/GF1
Browse files Browse the repository at this point in the history
BDD engine: KNOWNBUG for G F properties
  • Loading branch information
tautschnig authored May 1, 2024
2 parents 42959d8 + 0677d0a commit 56faf94
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions regression/ebmc/BDD/GF1.desc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
KNOWNBUG
GF1.smv
--bdd
^\[main::spec1\] G F some_var: REFUTED$
^EXIT=10$
^SIGNAL=0$
--
^warning: ignoring
--
Wrong result by BDD engine.
6 changes: 6 additions & 0 deletions regression/ebmc/BDD/GF1.smv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
MODULE main

VAR some_var : boolean;

-- should fail
LTLSPEC G F some_var

0 comments on commit 56faf94

Please sign in to comment.