From 5cff8cd77c629ec8e48a2498b1e704173306586a Mon Sep 17 00:00:00 2001 From: Checkmate50 Date: Mon, 6 Jun 2016 21:09:06 -0600 Subject: finished testing, fixed several minor compiler bugs --- Test/floats/float8.bpl.expect | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Test/floats/float8.bpl.expect (limited to 'Test/floats/float8.bpl.expect') diff --git a/Test/floats/float8.bpl.expect b/Test/floats/float8.bpl.expect new file mode 100644 index 00000000..426c21e0 --- /dev/null +++ b/Test/floats/float8.bpl.expect @@ -0,0 +1,5 @@ +float8.bpl(12,2): Error BP5001: This assertion might not hold. +Execution trace: + float8.bpl(8,4): anon0 + +Boogie program verifier finished with 0 verified, 1 error -- cgit v1.2.3 From ba4f9fa1fbd923bfce1363566af08624c5c6fe38 Mon Sep 17 00:00:00 2001 From: Rustan Leino Date: Wed, 17 Aug 2016 13:45:19 -0700 Subject: White space deltas. (I'm not sure why git thought I had changes in these files, but I suspect it has to do with line endings.) --- Test/floats/float10.bpl.expect | 10 +++++----- Test/floats/float11.bpl.expect | 14 +++++++------- Test/floats/float6.bpl.expect | 4 ++-- Test/floats/float7.bpl.expect | 4 ++-- Test/floats/float8.bpl.expect | 10 +++++----- Test/floats/float9.bpl.expect | 4 ++-- 6 files changed, 23 insertions(+), 23 deletions(-) (limited to 'Test/floats/float8.bpl.expect') diff --git a/Test/floats/float10.bpl.expect b/Test/floats/float10.bpl.expect index cae8d781..b60994d4 100644 --- a/Test/floats/float10.bpl.expect +++ b/Test/floats/float10.bpl.expect @@ -1,5 +1,5 @@ -float10.bpl(17,2): Error BP5001: This assertion might not hold. -Execution trace: - float10.bpl(16,2): anon0 - -Boogie program verifier finished with 1 verified, 1 error +float10.bpl(17,2): Error BP5001: This assertion might not hold. +Execution trace: + float10.bpl(16,2): anon0 + +Boogie program verifier finished with 1 verified, 1 error diff --git a/Test/floats/float11.bpl.expect b/Test/floats/float11.bpl.expect index 9365da58..213345cb 100644 --- a/Test/floats/float11.bpl.expect +++ b/Test/floats/float11.bpl.expect @@ -1,7 +1,7 @@ -float11.bpl(21,2): Error BP5001: This assertion might not hold. -Execution trace: - float11.bpl(12,7): anon0 - float11.bpl(16,2): anon3_LoopHead - float11.bpl(16,2): anon3_LoopDone - -Boogie program verifier finished with 0 verified, 1 error +float11.bpl(21,2): Error BP5001: This assertion might not hold. +Execution trace: + float11.bpl(12,7): anon0 + float11.bpl(16,2): anon3_LoopHead + float11.bpl(16,2): anon3_LoopDone + +Boogie program verifier finished with 0 verified, 1 error diff --git a/Test/floats/float6.bpl.expect b/Test/floats/float6.bpl.expect index 6abb715b..37fad75c 100644 --- a/Test/floats/float6.bpl.expect +++ b/Test/floats/float6.bpl.expect @@ -1,2 +1,2 @@ - -Boogie program verifier finished with 1 verified, 0 errors + +Boogie program verifier finished with 1 verified, 0 errors diff --git a/Test/floats/float7.bpl.expect b/Test/floats/float7.bpl.expect index 6abb715b..37fad75c 100644 --- a/Test/floats/float7.bpl.expect +++ b/Test/floats/float7.bpl.expect @@ -1,2 +1,2 @@ - -Boogie program verifier finished with 1 verified, 0 errors + +Boogie program verifier finished with 1 verified, 0 errors diff --git a/Test/floats/float8.bpl.expect b/Test/floats/float8.bpl.expect index 426c21e0..c55c4619 100644 --- a/Test/floats/float8.bpl.expect +++ b/Test/floats/float8.bpl.expect @@ -1,5 +1,5 @@ -float8.bpl(12,2): Error BP5001: This assertion might not hold. -Execution trace: - float8.bpl(8,4): anon0 - -Boogie program verifier finished with 0 verified, 1 error +float8.bpl(12,2): Error BP5001: This assertion might not hold. +Execution trace: + float8.bpl(8,4): anon0 + +Boogie program verifier finished with 0 verified, 1 error diff --git a/Test/floats/float9.bpl.expect b/Test/floats/float9.bpl.expect index 6abb715b..37fad75c 100644 --- a/Test/floats/float9.bpl.expect +++ b/Test/floats/float9.bpl.expect @@ -1,2 +1,2 @@ - -Boogie program verifier finished with 1 verified, 0 errors + +Boogie program verifier finished with 1 verified, 0 errors -- cgit v1.2.3