summaryrefslogtreecommitdiff
path: root/Test/snapshots
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2014-10-19 19:39:35 +0200
committerGravatar wuestholz <unknown>2014-10-19 19:39:35 +0200
commit039629ed61cd9537a7b99e0e2993d8d641d79d76 (patch)
treeb6f832c96897e455aaf8ae5980d570c1640f2e58 /Test/snapshots
parent92aa9a93dd286f10cebd2e10e2bdd2065d51b1aa (diff)
Worked on the verification result caching.
Diffstat (limited to 'Test/snapshots')
-rw-r--r--Test/snapshots/Snapshots28.v1.bpl2
-rw-r--r--Test/snapshots/runtest.snapshot.expect11
2 files changed, 7 insertions, 6 deletions
diff --git a/Test/snapshots/Snapshots28.v1.bpl b/Test/snapshots/Snapshots28.v1.bpl
index 881fa496..0312b6a6 100644
--- a/Test/snapshots/Snapshots28.v1.bpl
+++ b/Test/snapshots/Snapshots28.v1.bpl
@@ -12,5 +12,5 @@ implementation {:id "M"} {:checksum "2"} M()
}
assert 0 == 0;
- assert x == 0; // TODO(wuestholz): This should fail.
+ assert x == 0;
}
diff --git a/Test/snapshots/runtest.snapshot.expect b/Test/snapshots/runtest.snapshot.expect
index 3b47d2f3..e2355cd6 100644
--- a/Test/snapshots/runtest.snapshot.expect
+++ b/Test/snapshots/runtest.snapshot.expect
@@ -507,9 +507,10 @@ Processing command (at Snapshots28.v0.bpl(14,5)) assert x == 0 /* checksum: 01-A
>>> did nothing
Boogie program verifier finished with 1 verified, 0 errors
-Processing command (at Snapshots28.v1.bpl(14,5)) assert 0 == 0 /* checksum: AB-78-39-B7-C9-1E-4B-24-B5-1A-52-BE-B2-1A-90-D9 */ ;
- >>> turned assertion into assume statement
-Processing command (at Snapshots28.v1.bpl(15,5)) assert x == 0 /* checksum: 01-A7-D9-2B-A8-C4-4F-BB-44-22-BE-B6-E1-5F-6E-BF */ ;
- >>> turned assertion into assume statement
+Processing command (at Snapshots28.v1.bpl(14,5)) assert 0 == 0 /* checksum: B7-69-FE-C9-83-D5-67-99-AA-4C-CE-F9-C4-21-A6-3E */ ;
+ >>> did nothing
+Processing command (at Snapshots28.v1.bpl(15,5)) assert x == 0 /* checksum: 9D-98-FC-55-22-AD-23-60-39-30-A2-93-D3-86-04-7A */ ;
+ >>> did nothing
+Snapshots28.v1.bpl(15,5): Error BP5001: This assertion might not hold.
-Boogie program verifier finished with 1 verified, 0 errors
+Boogie program verifier finished with 0 verified, 1 error