diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-05-07 18:27:57 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-05-07 18:27:57 +0100 |
commit | dd2fe48ba2c48ad9bb1972f7f6f26fc5bec6b463 (patch) | |
tree | fa609470c4928762ed461baaf7d4956602b00f20 /Test/test21/Real.bpl.p.expect | |
parent | 0ac9e0dde34a98a3f97f26dd224ff5b9d5b13630 (diff) |
Enabled "Verify Boogie 2" lit tests. Note the following tests fail
because they were never properly tested in the the old testing
infrastructure.
test21/Maps2.bpl
test21/test3_AddMethod_conv.bpl
Diffstat (limited to 'Test/test21/Real.bpl.p.expect')
-rw-r--r-- | Test/test21/Real.bpl.p.expect | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Test/test21/Real.bpl.p.expect b/Test/test21/Real.bpl.p.expect new file mode 100644 index 00000000..9b8dc4f1 --- /dev/null +++ b/Test/test21/Real.bpl.p.expect @@ -0,0 +1,10 @@ +Real.bpl(32,5): Error BP5001: This assertion might not hold. +Execution trace: + Real.bpl(29,5): anon0 + Real.bpl(32,5): anon3_Then +Real.bpl(47,5): Error BP5001: This assertion might not hold. +Execution trace: + Real.bpl(40,3): anon0 + Real.bpl(47,5): anon3_Else + +Boogie program verifier finished with 2 verified, 2 errors |