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

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

Issue 9753005: Change visitLoop to handleLoop that takes closures as arguments. (Closed) Base URL: https://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
« frog/leg/ssa/builder.dart ('K') | « frog/leg/ssa/builder.dart ('k') | no next file » | 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 == dart2js && $system == macos ] 5 [ $component == dart2js && $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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # compiler cancelled: internal error: super property store not implemented 146 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # compiler cancelled: internal error: super property store not implemented
147 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented 147 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # compiler cancelled: internal error: unresolved super-send not implemented
148 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # compiler cancelle d: expected ';', but got ':' 148 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # compiler cancelle d: expected ';', but got ':'
149 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # compiler cance lled: internal error: super property store not implemented 149 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # compiler cance lled: internal error: super property store not implemented
150 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # compiler cance lled: internal error 150 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # compiler cance lled: internal error
151 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail # compiler cance lled: expected ';', but got ':' 151 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail # compiler cance lled: expected ';', but got ':'
152 Language/10_Expressions/27_Assignable_Expressions_A05_t01: Fail # compiler cance lled: internal error: super property read not implemented 152 Language/10_Expressions/27_Assignable_Expressions_A05_t01: Fail # compiler cance lled: internal error: super property read not implemented
153 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # compiler cancell ed: unexpected token ';' 153 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # compiler cancell ed: unexpected token ';'
154 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L 154 Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot re solve label L
155 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L 155 Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot re solve label L
156 Language/11_Statements/13_Continue_A03_t03: Fail # compiler cancelled: internal error: fall-through not implemented
157 Language/11_Statements/13_Continue_A03_t05: Fail # compiler cancelled: internal error: fall-through not implemented 156 Language/11_Statements/13_Continue_A03_t05: Fail # compiler cancelled: internal error: fall-through not implemented
158 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType 157 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # compiler cancelled: cann ot resolve type MalformedType
159 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T 158 Language/13_Types/4_Interface_Types_A05_t04: Fail # compiler cancelled: cannot r esolve type T
160 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S 159 Language/13_Types/4_Interface_Types_A08_t01: Fail # compiler cancelled: cannot r esolve type S
161 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call' 160 Language/13_Types/5_Function_Types_A02_t01: Fail # compiler cancelled: unexpecte d token 'call'
162 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S 161 Language/13_Types/6_Type_Dynamic_A02_t01: Fail # compiler cancelled: cannot reso lve type S
163 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented 162 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented
164 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented 163 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented
165 LibTest/core/String/String_class_A02_t01: Fail # compiler cancelled: Unhandled n on-BMP character: U+10000 164 LibTest/core/String/String_class_A02_t01: Fail # compiler cancelled: Unhandled n on-BMP character: U+10000
166 LibTest/core/String/charCodeAt_A01_t01: Fail # compiler cancelled: Unhandled non -BMP character: U+10000 165 LibTest/core/String/charCodeAt_A01_t01: Fail # compiler cancelled: Unhandled non -BMP character: U+10000
(...skipping 10 matching lines...) Expand all
177 Language/10_Expressions/10_Instance_Creation/2_Const_A08_t04: Fail # Expect.isTr ue(false) fails. 176 Language/10_Expressions/10_Instance_Creation/2_Const_A08_t04: Fail # Expect.isTr ue(false) fails.
178 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail # Expect.equals(expected: <static superclass method>, actual: <library fun ction>) fails. 177 Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t09: Fail # Expect.equals(expected: <static superclass method>, actual: <library fun ction>) fails.
179 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call$1' 178 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # TypeError: Object #<Closure> has no method 'call$1'
180 Language/10_Expressions/16_Assignment_A05_t06: Fail # Expect.fail('Incorrect met hod was searched: set nonExistingSetter') 179 Language/10_Expressions/16_Assignment_A05_t06: Fail # Expect.fail('Incorrect met hod was searched: set nonExistingSetter')
181 Language/10_Expressions/20_Equality_A06_t01: Fail # Expect.isTrue(false) fails. 180 Language/10_Expressions/20_Equality_A06_t01: Fail # Expect.isTrue(false) fails.
182 Language/10_Expressions/20_Equality_A09_t01: Fail # Expect.isFalse(true) fails. 181 Language/10_Expressions/20_Equality_A09_t01: Fail # Expect.isFalse(true) fails.
183 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. 182 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
184 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented 183 Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented
185 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails 184 Language/11_Statements/12_Break_A03_t09: Fail # Expect.listEquals(at index 3, ex pected: <4>, actual: <2>) fails
186 Language/11_Statements/13_Continue_A03_t01: Fail # Expect.fail('This code should n't be executed') 185 Language/11_Statements/13_Continue_A03_t01: Fail # Expect.fail('This code should n't be executed')
187 Language/11_Statements/13_Continue_A03_t02: Fail # continue not implemented
188 Language/11_Statements/13_Continue_A03_t04: Fail # Expect.fail('This code should n't be executed')
189 Language/11_Statements/13_Continue_A03_t06: Fail # continue not implemented
190 Language/11_Statements/13_Continue_A03_t07: Fail # continue not implemented
191 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. 186 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
192 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 187 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
193 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails. 188 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t01: Fail # Expect.isTrue(fa lse) fails.
194 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails. 189 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t02: Fail # Expect.isTrue(fa lse) fails.
195 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails. 190 Language/13_Types/3_Type_Declarations/1_Typedef_A02_t03: Fail # Expect.isTrue(fa lse) fails.
196 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails. 191 Language/13_Types/3_Type_Declarations/1_Typedef_A03_t01: Fail # Expect.isTrue(fa lse) fails.
197 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails. 192 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t01: Fail # Expect.isTrue(fa lse) fails.
198 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # Expect.isTrue(fa lse) fails. 193 Language/13_Types/3_Type_Declarations/1_Typedef_A04_t02: Fail # Expect.isTrue(fa lse) fails.
199 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails. 194 Language/13_Types/4_Interface_Types_A12_t09: Fail # Expect.isFalse(true) fails.
200 Language/13_Types/4_Interface_Types_A12_t10: Fail # Expect.isFalse(true) fails. 195 Language/13_Types/4_Interface_Types_A12_t10: Fail # Expect.isFalse(true) fails.
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error 425 Language/08_Interfaces/3_Factories_and_Constructors_A10_t03: Fail, OK # @compile -error
431 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile -error 426 Language/08_Interfaces/3_Factories_and_Constructors_A10_t04: Fail, OK # @compile -error
432 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile -error 427 Language/08_Interfaces/3_Factories_and_Constructors_A10_t05: Fail, OK # @compile -error
433 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile -error 428 Language/08_Interfaces/3_Factories_and_Constructors_A10_t06: Fail, OK # @compile -error
434 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error 429 Language/08_Interfaces/Interfaces_A01_t02: Fail, OK # @compile-error
435 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 430 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
436 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 431 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
437 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error 432 Language/08_Interfaces/Interfaces_A02_t03: Fail, OK # @compile-error
438 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error 433 Language/08_Interfaces/Interfaces_A02_t04: Fail, OK # @compile-error
439 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error 434 Language/08_Interfaces/Interfaces_A02_t05: Fail, OK # @compile-error
440 Language/10_Expressions/01_Constants_A15_t01.dart: Fail, OK # Assumes interpolat ions can't be constant. 435 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations can't be constant.
441 Language/10_Expressions/01_Constants_A15_t03: Fail, OK # 'const' keyword is not verified in literal maps. 436 Language/10_Expressions/01_Constants_A15_t03: Fail, OK # 'const' keyword is not verified in literal maps.
442 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error 437 Language/10_Expressions/01_Constants_A15_t34: Fail, OK # @compile-error
443 Language/10_Expressions/02_Null_A04_t01: Fail, OK # @compile-error 438 Language/10_Expressions/02_Null_A04_t01: Fail, OK # @compile-error
444 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c ompile-error 439 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t12: Fail, OK # @c ompile-error
445 Language/10_Expressions/05_Strings_A02_t20: Fail, OK # @compile-error 440 Language/10_Expressions/05_Strings_A02_t20: Fail, OK # @compile-error
446 Language/10_Expressions/05_Strings_A02_t24: Fail, OK # @compile-error 441 Language/10_Expressions/05_Strings_A02_t24: Fail, OK # @compile-error
447 Language/10_Expressions/06_Lists_A03_t01: Fail, OK # @compile-error 442 Language/10_Expressions/06_Lists_A03_t01: Fail, OK # @compile-error
448 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error 443 Language/10_Expressions/06_Lists_A04_t01: Fail, OK # @compile-error
449 Language/10_Expressions/07_Maps_A02_t02: Fail, OK # @compile-error 444 Language/10_Expressions/07_Maps_A02_t02: Fail, OK # @compile-error
450 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error 445 Language/10_Expressions/07_Maps_A03_t01: Fail, OK # @compile-error
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error 477 Language/11_Statements/10_Return_A04_t01: Fail, OK # @compile-error
483 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error 478 Language/11_Statements/10_Return_A04_t02: Fail, OK # @compile-error
484 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error 479 Language/11_Statements/10_Return_A04_t03: Fail, OK # @compile-error
485 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error 480 Language/11_Statements/15_Assert_A01_t05: Fail, OK # @compile-error
486 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 481 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
487 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or 482 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err or
488 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or 483 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err or
489 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or 484 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err or
490 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or 485 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err or
491 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 486 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« frog/leg/ssa/builder.dart ('K') | « frog/leg/ssa/builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698