We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbdfb1e + 168a9aa commit c402335Copy full SHA for c402335
regression/smv/modules/trace1.desc
@@ -0,0 +1,21 @@
1
+KNOWNBUG
2
+trace1.smv
3
+--numbered-trace
4
+^\[.*\] AG \!a\.c\.d: REFUTED$
5
+^Counterexample with 2 states:$
6
+^b\.d@0 = FALSE$
7
+^a\.c\.d@0 = FALSE$
8
+^a\.c\.d@1 = TRUE$
9
+^EXIT=10$
10
+^SIGNAL=0$
11
+--
12
+^warning: ignoring
13
+^a@0 = .*$
14
+^b@0 = .*$
15
+^a.c@0 = .*$
16
+^a@1 = .*$
17
+^b@1 = .*$
18
+^a.c@1 = .*$
19
+^b.d@1 = .*$
20
21
+The trace contains entries for the module instances.
regression/smv/modules/trace1.smv
@@ -0,0 +1,12 @@
+MODULE main
+ VAR a : foo;
+ VAR b : moo;
+
+SPEC AG !a.c.d
+MODULE foo
+ VAR c : moo;
+MODULE moo
+ VAR d : boolean;
+ INIT d = FALSE
0 commit comments