Skip to content

Commit 3c31174

Browse files
authored
Merge pull request #452 from diffblue/smvlang-pretty-names
SMV: set pretty names for top-level identifiers
2 parents 6e0ac27 + 3ec49b5 commit 3c31174

22 files changed

+103
-68
lines changed

regression/ebmc/BDD/BDD1.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ BDD1.smv
33
--bdd
44
^EXIT=0$
55
^SIGNAL=0$
6-
^\[main::spec1\] AG \(!main::var::some_var = off\): PROVED$
6+
^\[main::spec1\] AG \(!some_var = off\): PROVED$
77
--
88
^warning: ignoring

regression/ebmc/range_type/range_type1.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ range_type1.smv
33
--bound 10
44
^EXIT=0$
55
^SIGNAL=0$
6-
^\[main::spec1\] AG main::var::x != 4: PROVED up to bound 10$
6+
^\[main::spec1\] AG x != 4: PROVED up to bound 10$
77
--
88
^warning: ignoring

regression/ebmc/range_type/range_type2.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ range_type2.smv
44
^EXIT=0$
55
^SIGNAL=0$
66
^\[main::spec1\] AG TRUE: PROVED up to bound 10$
7-
^\[main::spec2\] AG main::var::NET_tmp9: PROVED up to bound 10$
7+
^\[main::spec2\] AG NET_tmp9: PROVED up to bound 10$
88
--
99
^warning: ignoring

regression/ebmc/range_type/range_type4.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ range_type4.smv
33
--bound 10
44
^EXIT=0$
55
^SIGNAL=0$
6-
^\[main::spec1\] AG \(!main::var::x = 6\): PROVED up to bound 10$
6+
^\[main::spec1\] AG \(!x = 6\): PROVED up to bound 10$
77
--
88
^warning: ignoring

regression/ebmc/range_type/range_type5.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ range_type5.smv
33
--bound 3
44
^EXIT=0$
55
^SIGNAL=0$
6-
^\[main::spec1\] AG \(!main::var::x = 6\): PROVED up to bound 3$
6+
^\[main::spec1\] AG \(!x = 6\): PROVED up to bound 3$
77
--
88
^warning: ignoring

regression/ebmc/small-test1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ main.smv
33
--bound 10 --trace
44
^EXIT=10$
55
^SIGNAL=0$
6-
^\[main::spec1\] AG main::var::x = 1: REFUTED$
6+
^\[main::spec1\] AG x = 1: REFUTED$
77
--
88
^warning: ignoring

regression/ebmc/small-test2/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ main.smv
33
--bound 2
44
^EXIT=10$
55
^SIGNAL=0$
6-
^\[main::spec1\] AG main::var::z: REFUTED$
6+
^\[main::spec1\] AG z: REFUTED$
77
--
88
^warning: ignoring

regression/ebmc/smv/bdd_unsupported_property.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bdd_unsupported_property.smv
33
--bdd
44
^EXIT=10$
55
^SIGNAL=0$
6-
^\[main::spec1\] !G main::var::x = FALSE: FAILURE: property not supported by BDD engine$
7-
^\[main::spec2\] G main::var::x = FALSE: REFUTED$
6+
^\[main::spec1\] !G x = FALSE: FAILURE: property not supported by BDD engine$
7+
^\[main::spec2\] G x = FALSE: REFUTED$
88
--
99
^warning: ignoring

regression/ebmc/smv/bmc_unsupported_property1.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bmc_unsupported_property1.smv
33

44
^EXIT=10$
55
^SIGNAL=0$
6-
^\[main::spec1\] EG main::var::x = FALSE: FAILURE: property not supported by BMC engine$
7-
^\[main::spec2\] G main::var::x = FALSE: REFUTED$
6+
^\[main::spec1\] EG x = FALSE: FAILURE: property not supported by BMC engine$
7+
^\[main::spec2\] G x = FALSE: REFUTED$
88
--
99
^warning: ignoring

regression/ebmc/smv/bmc_unsupported_property2.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ bmc_unsupported_property2.smv
33

44
^EXIT=10$
55
^SIGNAL=0$
6-
^\[main::spec1\] EG main::var::x = FALSE: FAILURE: property not supported by BMC engine$
7-
^\[main::spec2\] G main::var::x = TRUE: PROVED up to bound 1$
6+
^\[main::spec1\] EG x = FALSE: FAILURE: property not supported by BMC engine$
7+
^\[main::spec2\] G x = TRUE: PROVED up to bound 1$
88
--
99
^warning: ignoring

0 commit comments

Comments
 (0)