From 6e935875b5cfbdee8a7f6573f9f01c48db746d56 Mon Sep 17 00:00:00 2001 From: Clément Pit--Claudel Date: Wed, 19 Aug 2015 22:22:54 -0700 Subject: Add a wishlist folder to the test suite, with things that we do not support (yet!) The curent examples include semi-bugs regarding calc statements and strings, and stuff about sequences --- Test/wishlist/calc.dfy.expect | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Test/wishlist/calc.dfy.expect (limited to 'Test/wishlist/calc.dfy.expect') diff --git a/Test/wishlist/calc.dfy.expect b/Test/wishlist/calc.dfy.expect new file mode 100644 index 00000000..1d5a55a6 --- /dev/null +++ b/Test/wishlist/calc.dfy.expect @@ -0,0 +1,11 @@ +(0,-1): Error BP5003: A postcondition might not hold on this return path. +calc.dfy(8,10): Related location: This is the postcondition that might not hold. +Execution trace: + (0,0): anon0 + calc.dfy(9,5): anon2_Else +calc.dfy(15,16): Error BP5003: A postcondition might not hold on this return path. +calc.dfy(15,10): Related location: This is the postcondition that might not hold. +Execution trace: + (0,0): anon0 + +Dafny program verifier finished with 2 verified, 2 errors -- cgit v1.2.3 From 223d3d98b80519f936cbdcc6ca31cdd2819bd900 Mon Sep 17 00:00:00 2001 From: qunyanm Date: Wed, 2 Dec 2015 08:18:51 -0800 Subject: Update the test .expect files since the line number info is fixed with boogie merge #24 --- Test/wishlist/calc.dfy.expect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test/wishlist/calc.dfy.expect') diff --git a/Test/wishlist/calc.dfy.expect b/Test/wishlist/calc.dfy.expect index 1d5a55a6..9e4e7b44 100644 --- a/Test/wishlist/calc.dfy.expect +++ b/Test/wishlist/calc.dfy.expect @@ -1,4 +1,4 @@ -(0,-1): Error BP5003: A postcondition might not hold on this return path. +calc.dfy(8,16): Error BP5003: A postcondition might not hold on this return path. calc.dfy(8,10): Related location: This is the postcondition that might not hold. Execution trace: (0,0): anon0 -- cgit v1.2.3