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

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

Issue 11348316: Move the handling of operator[] into the new interceptors. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure.
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 Language/11_Expressions/22_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression. 549 Language/11_Expressions/22_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression.
550 Language/11_Expressions/22_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression. 550 Language/11_Expressions/22_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression.
551 Language/11_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression. 551 Language/11_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression.
552 Language/11_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression. 552 Language/11_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression.
553 Language/11_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression. 553 Language/11_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression.
554 Language/11_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression. 554 Language/11_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression.
555 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail # Checks that it i s a compile-time error when a built-in identifier "abstract" is used as a type a nnotation of a local variable. 555 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail # Checks that it i s a compile-time error when a built-in identifier "abstract" is used as a type a nnotation of a local variable.
556 Language/12_Statements/03_Variable_Declaration_A04_t01: Fail # Checks that if th e variable declaration is prefixed with the const modifier, then variable must b e initialized to a constant expression. 556 Language/12_Statements/03_Variable_Declaration_A04_t01: Fail # Checks that if th e variable declaration is prefixed with the const modifier, then variable must b e initialized to a constant expression.
557 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0. 557 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0.
558 558
559 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t15: Fail # http://dartbu g.com/7149
560 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t16: Fail # http://dartbu g.com/7149
559 561
560 # 562 #
561 # Unexpected compile-time errors. 563 # Unexpected compile-time errors.
562 # 564 #
563 [ $compiler == dart2js ] 565 [ $compiler == dart2js ]
564 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027 566 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027
565 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027 567 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027
566 568
567 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 569 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029
568 570
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 609 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020
608 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 610 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
609 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 611 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
610 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 612 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
611 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 613 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
612 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 614 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
613 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 615 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
614 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 616 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
615 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 617 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
616 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 618 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698