summaryrefslogtreecommitdiff
path: root/Chalice/tests/general-tests/counter.output.txt
diff options
context:
space:
mode:
authorGravatar stefanheule <unknown>2011-08-03 12:14:12 +0200
committerGravatar stefanheule <unknown>2011-08-03 12:14:12 +0200
commit291b302fcf1c64c7ef34e7c379d5bffbdd693c5c (patch)
tree5403179f83b350f42c7de74dfb31791e1b97978d /Chalice/tests/general-tests/counter.output.txt
parent80c0bd8588517ff286ec3188e124b9cd5d1b0eed (diff)
Chalice: Add regression tests for all fixed bugs and separate the tests in 'examples' into "read" examples and general tests.
Diffstat (limited to 'Chalice/tests/general-tests/counter.output.txt')
-rw-r--r--Chalice/tests/general-tests/counter.output.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Chalice/tests/general-tests/counter.output.txt b/Chalice/tests/general-tests/counter.output.txt
new file mode 100644
index 00000000..1d5be0ea
--- /dev/null
+++ b/Chalice/tests/general-tests/counter.output.txt
@@ -0,0 +1,17 @@
+Verification of counter.chalice using parameters=""
+
+ 69.5: Monitor invariant might hot hold. The expression at 4.27 might not evaluate to true.
+ 80.5: Assertion might not hold. The expression at 80.12 might not evaluate to true.
+ 119.5: The target of the release statement might not be locked by the current thread.
+ 128.7: The mu field of the target of the acquire statement might not be above waitlevel.
+ 136.7: The mu field of the target of the acquire statement might not be above waitlevel.
+ 145.5: The target of the release statement might not be locked by the current thread.
+
+The program did not fully verify; the smoke warnings might be misleading if contradictions are introduced by failing proof attempts of the verification.
+ 62.3: The end of method main4 is unreachable.
+ 116.3: The end of method nestedBad0 is unreachable.
+ 128.7: The statements after the acquire statement are unreachable.
+ 136.7: The begging of the lock-block is unreachable.
+ 141.3: The end of method nestedBad3 is unreachable.
+
+Boogie program verifier finished with 6 errors and 5 smoke test warnings.