diff options
author | qadeer <unknown> | 2014-02-24 21:21:55 -0800 |
---|---|---|
committer | qadeer <unknown> | 2014-02-24 21:21:55 -0800 |
commit | d9dc7b51a3c1af9177f5b70cf7425b1990d25e77 (patch) | |
tree | 5c3c38d9b86ceb8110cc6964537ed39b1b678984 /Test | |
parent | bf2a30fd04828fcf3480707ba2916a4d037a4cf3 (diff) |
added ReadOnlyStandardVisitor
made the default phase of assertions be 0
Diffstat (limited to 'Test')
-rw-r--r-- | Test/og/Answer | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Test/og/Answer b/Test/og/Answer index 09c2fd44..f50f6d98 100644 --- a/Test/og/Answer +++ b/Test/og/Answer @@ -3,7 +3,7 @@ foo.bpl(14,3): Error: Non-interference check failed
Execution trace:
foo.bpl(6,5): anon0
- (0,0): inline$Impl_YieldChecker_PC_2147483647$0$L0
+ (0,0): inline$Impl_YieldChecker_PC_0$0$L0
Boogie program verifier finished with 4 verified, 1 error
@@ -11,11 +11,11 @@ Boogie program verifier finished with 4 verified, 1 error bar.bpl(13,3): Error: Non-interference check failed
Execution trace:
bar.bpl(6,5): anon0
- (0,0): inline$Impl_YieldChecker_PC_2147483647$0$L0
+ (0,0): inline$Impl_YieldChecker_PC_0$0$L0
bar.bpl(13,3): Error: Non-interference check failed
Execution trace:
bar.bpl(23,5): anon0
- (0,0): inline$Impl_YieldChecker_PC_2147483647$0$L0
+ (0,0): inline$Impl_YieldChecker_PC_0$0$L0
Boogie program verifier finished with 3 verified, 2 errors
@@ -27,11 +27,11 @@ Boogie program verifier finished with 2 verified, 0 errors parallel1.bpl(10,1): Error: Non-interference check failed
Execution trace:
parallel1.bpl(6,5): anon0
- (0,0): inline$Proc_YieldChecker_PC_2147483647$0$L0
+ (0,0): inline$Proc_YieldChecker_PC_0$0$L0
parallel1.bpl(14,3): Error: Non-interference check failed
Execution trace:
parallel1.bpl(6,5): anon0
- (0,0): inline$Impl_YieldChecker_PC_2147483647$0$L0
+ (0,0): inline$Impl_YieldChecker_PC_0$0$L0
Boogie program verifier finished with 3 verified, 2 errors
@@ -75,7 +75,7 @@ Boogie program verifier finished with 3 verified, 0 errors t1.bpl(51,5): Error: Non-interference check failed
Execution trace:
(0,0): og_init
- (0,0): inline$Impl_YieldChecker_A_2147483647$0$L1
+ (0,0): inline$Impl_YieldChecker_A_0$0$L1
Boogie program verifier finished with 2 verified, 1 error
@@ -92,7 +92,7 @@ async.bpl(14,1): Error: Non-interference check failed Execution trace:
async.bpl(7,3): anon0
async.bpl(7,3): anon0$1
- (0,0): inline$Proc_YieldChecker_P_2147483647$1$L0
+ (0,0): inline$Proc_YieldChecker_P_0$1$L0
Boogie program verifier finished with 1 verified, 1 error
|