summaryrefslogtreecommitdiff
path: root/Test/test15/InterpretedFunctionTests.bpl.expect
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 19:49:38 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-07 19:49:38 +0100
commit1654ddbd4976be752bdc27faa3099cbf4017f994 (patch)
tree25f2b6a735f2bf991f38666cecd141f06b59a132 /Test/test15/InterpretedFunctionTests.bpl.expect
parent8702d84fd360d9c2f11da295d616af4738bfd09a (diff)
Enabled "Benchmarks for error messages" lit tests.
The test15/CaptureState.bpl test fails on Linux using (Z3 4.2) due to additional (but not meaningful) parentheses in the outputted model.
Diffstat (limited to 'Test/test15/InterpretedFunctionTests.bpl.expect')
-rw-r--r--Test/test15/InterpretedFunctionTests.bpl.expect11
1 files changed, 11 insertions, 0 deletions
diff --git a/Test/test15/InterpretedFunctionTests.bpl.expect b/Test/test15/InterpretedFunctionTests.bpl.expect
new file mode 100644
index 00000000..b539ce86
--- /dev/null
+++ b/Test/test15/InterpretedFunctionTests.bpl.expect
@@ -0,0 +1,11 @@
+InterpretedFunctionTests.bpl(6,3): Error BP5001: This assertion might not hold.
+Execution trace:
+ InterpretedFunctionTests.bpl(4,3): anon0
+InterpretedFunctionTests.bpl(12,3): Error BP5001: This assertion might not hold.
+Execution trace:
+ InterpretedFunctionTests.bpl(10,3): anon0
+InterpretedFunctionTests.bpl(18,3): Error BP5001: This assertion might not hold.
+Execution trace:
+ InterpretedFunctionTests.bpl(16,3): anon0
+
+Boogie program verifier finished with 0 verified, 3 errors