Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: tests/co19/co19-leg.status

Issue 9720024: If there were breaks in a loop, we must not restore the saved localsHandler before entering the loo… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « frog/leg/ssa/builder.dart ('k') | tests/corelib/corelib-leg.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $component == leg && $system == macos ] 5 [ $component == leg && $system == macos ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 10
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 Language/10_Expressions/07_Maps_A06_t01: Fail # Expect.isTrue(false) fails. 183 Language/10_Expressions/07_Maps_A06_t01: Fail # Expect.isTrue(false) fails.
184 Language/10_Expressions/10_Instance_Creation/1_New_A09_t04: Fail # Expect.equals (expected: <123456>, actual: <124356>) fails. 184 Language/10_Expressions/10_Instance_Creation/1_New_A09_t04: Fail # Expect.equals (expected: <123456>, actual: <124356>) fails.
185 Language/10_Expressions/10_Instance_Creation/1_New_A09_t06: Fail # Expect.equals (expected: <123456>, actual: <124356>) fails. 185 Language/10_Expressions/10_Instance_Creation/1_New_A09_t06: Fail # Expect.equals (expected: <123456>, actual: <124356>) fails.
186 Language/10_Expressions/10_Instance_Creation/2_Const_A08_t03: Fail # Expect.isTr ue(false) fails. 186 Language/10_Expressions/10_Instance_Creation/2_Const_A08_t03: Fail # Expect.isTr ue(false) fails.
187 Language/10_Expressions/10_Instance_Creation/2_Const_A08_t04: Fail # Expect.isTr ue(false) fails. 187 Language/10_Expressions/10_Instance_Creation/2_Const_A08_t04: Fail # Expect.isTr ue(false) fails.
188 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail # Expect.equals(expected: <static superclass method>, actual: <library fun ction>) fails. 188 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail # Expect.equals(expected: <static superclass method>, actual: <library fun ction>) fails.
189 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call$1' 189 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call$1'
190 Language/10_Expressions/16_Assignment_A05_t06: Fail # Expect.fail('Incorrect met hod was searched: set nonExistingSetter') 190 Language/10_Expressions/16_Assignment_A05_t06: Fail # Expect.fail('Incorrect met hod was searched: set nonExistingSetter')
191 Language/10_Expressions/20_Equality_A06_t01: Fail # Expect.isTrue(false) fails. 191 Language/10_Expressions/20_Equality_A06_t01: Fail # Expect.isTrue(false) fails.
192 Language/10_Expressions/20_Equality_A09_t01: Fail # Expect.isFalse(true) fails. 192 Language/10_Expressions/20_Equality_A09_t01: Fail # Expect.isFalse(true) fails.
193 Language/11_Statements/05_For/1_For_Loop_A01_t01: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
194 Language/11_Statements/06_While_A02_t01: Fail # Expect.equals(expected: <7>, act ual: <6>) fails.
195 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. 193 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
196 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented 194 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented
197 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails 195 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails
198 Language/11_Statements/13_Continue_A03_t01: Fail # Expect.fail('This code should n't be executed') 196 Language/11_Statements/13_Continue_A03_t01: Fail # Expect.fail('This code should n't be executed')
199 Language/11_Statements/13_Continue_A03_t02: Fail # continue not implemented 197 Language/11_Statements/13_Continue_A03_t02: Fail # continue not implemented
200 Language/11_Statements/13_Continue_A03_t04: Fail # Expect.fail('This code should n't be executed') 198 Language/11_Statements/13_Continue_A03_t04: Fail # Expect.fail('This code should n't be executed')
201 Language/11_Statements/13_Continue_A03_t06: Fail # continue not implemented 199 Language/11_Statements/13_Continue_A03_t06: Fail # continue not implemented
202 Language/11_Statements/13_Continue_A03_t07: Fail # continue not implemented 200 Language/11_Statements/13_Continue_A03_t07: Fail # continue not implemented
203 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. 201 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
204 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 202 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error 501 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
504 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 502 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
505 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 503 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
506 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 504 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
507 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 505 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
508 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 506 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
509 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 507 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
510 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 508 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
511 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 509 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
512 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 510 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « frog/leg/ssa/builder.dart ('k') | tests/corelib/corelib-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698