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/sequences-literals.dfy.expect | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Test/wishlist/sequences-literals.dfy.expect (limited to 'Test/wishlist/sequences-literals.dfy.expect') diff --git a/Test/wishlist/sequences-literals.dfy.expect b/Test/wishlist/sequences-literals.dfy.expect new file mode 100644 index 00000000..18e3f98a --- /dev/null +++ b/Test/wishlist/sequences-literals.dfy.expect @@ -0,0 +1,20 @@ +sequences-literals.dfy(24,11): Error: assertion violation +Execution trace: + (0,0): anon0 + (0,0): anon7_Then +sequences-literals.dfy(40,13): Error: assertion violation +Execution trace: + (0,0): anon0 + (0,0): anon17_Then +sequences-literals.dfy(49,11): Error: assertion violation +Execution trace: + (0,0): anon0 + (0,0): anon20_Then + (0,0): anon7 +sequences-literals.dfy(56,11): Error: assertion violation +Execution trace: + (0,0): anon0 + (0,0): anon24_Then + (0,0): anon15 + +Dafny program verifier finished with 2 verified, 4 errors -- cgit v1.2.3