summaryrefslogtreecommitdiff
path: root/Test/dafny0/Termination.dfy.expect
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2014-05-29 21:41:00 +0200
committerGravatar wuestholz <unknown>2014-05-29 21:41:00 +0200
commit607ef28aadb281ab61a2be493a637126e967a388 (patch)
treeaae16c049c860e443920f9c6ee31af4e35f8a800 /Test/dafny0/Termination.dfy.expect
parentdc0a9130355352d0f47e07232d8119fc7219ccbc (diff)
Set up the same test infrastructure as in Boogie.
Diffstat (limited to 'Test/dafny0/Termination.dfy.expect')
-rw-r--r--Test/dafny0/Termination.dfy.expect55
1 files changed, 55 insertions, 0 deletions
diff --git a/Test/dafny0/Termination.dfy.expect b/Test/dafny0/Termination.dfy.expect
new file mode 100644
index 00000000..b050c7de
--- /dev/null
+++ b/Test/dafny0/Termination.dfy.expect
@@ -0,0 +1,55 @@
+Termination.dfy(359,47): Error: failure to decrease termination measure
+Execution trace:
+ (0,0): anon0
+ (0,0): anon7_Else
+ (0,0): anon8_Then
+ (0,0): anon9_Else
+Termination.dfy(108,3): Error: cannot prove termination; try supplying a decreases clause for the loop
+Execution trace:
+ (0,0): anon0
+ Termination.dfy(108,3): anon6_LoopHead
+ (0,0): anon6_LoopBody
+ Termination.dfy(108,3): anon7_Else
+ Termination.dfy(108,3): anon8_Else
+Termination.dfy(116,3): Error: cannot prove termination; try supplying a decreases clause for the loop
+Execution trace:
+ (0,0): anon0
+ Termination.dfy(116,3): anon8_LoopHead
+ (0,0): anon8_LoopBody
+ Termination.dfy(116,3): anon9_Else
+ (0,0): anon10_Then
+ (0,0): anon5
+ Termination.dfy(116,3): anon11_Else
+Termination.dfy(125,3): Error: decreases expression might not decrease
+Execution trace:
+ (0,0): anon0
+ Termination.dfy(125,3): anon8_LoopHead
+ (0,0): anon8_LoopBody
+ Termination.dfy(125,3): anon9_Else
+ (0,0): anon10_Then
+ (0,0): anon5
+ Termination.dfy(125,3): anon11_Else
+Termination.dfy(126,17): Error: decreases expression must be bounded below by 0 at end of loop iteration
+Execution trace:
+ (0,0): anon0
+ Termination.dfy(125,3): anon8_LoopHead
+ (0,0): anon8_LoopBody
+ Termination.dfy(125,3): anon9_Else
+ (0,0): anon10_Then
+ (0,0): anon5
+ Termination.dfy(125,3): anon11_Else
+Termination.dfy(254,35): Error: cannot prove termination; try supplying a decreases clause
+Execution trace:
+ (0,0): anon0
+ (0,0): anon6_Else
+ (0,0): anon7_Else
+ (0,0): anon8_Then
+Termination.dfy(294,3): Error: decreases expression might not decrease
+Execution trace:
+ Termination.dfy(294,3): anon9_LoopHead
+ (0,0): anon9_LoopBody
+ Termination.dfy(294,3): anon10_Else
+ Termination.dfy(294,3): anon11_Else
+ (0,0): anon12_Else
+
+Dafny program verifier finished with 59 verified, 7 errors