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

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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 Language/11_Expressions/22_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression. 520 Language/11_Expressions/22_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression.
521 Language/11_Expressions/22_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression. 521 Language/11_Expressions/22_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression.
522 Language/11_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression. 522 Language/11_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression.
523 Language/11_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression. 523 Language/11_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression.
524 Language/11_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression. 524 Language/11_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression.
525 Language/11_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression. 525 Language/11_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression.
526 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. 526 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.
527 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. 527 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.
528 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. 528 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.
529 529
530 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t15: Fail # http://dartbu g.com/7149
531 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t16: Fail # http://dartbu g.com/7149
530 532
531 # 533 #
532 # Unexpected compile-time errors. 534 # Unexpected compile-time errors.
533 # 535 #
534 [ $compiler == dart2js ] 536 [ $compiler == dart2js ]
535 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027 537 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027
536 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027 538 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027
537 539
538 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 540 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029
539 541
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/7202 588 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/7202
587 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # http://dartbug.c om/7202 589 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # http://dartbug.c om/7202
588 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # http://dartbug.c om/7202 590 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # http://dartbug.c om/7202
589 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # http://dartbug.c om/7202 591 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # http://dartbug.c om/7202
590 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # http://dartbug.c om/7202 592 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # http://dartbug.c om/7202
591 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # http://dartbug.c om/7202 593 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # http://dartbug.c om/7202
592 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # http://dartbug.c om/7202 594 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # http://dartbug.c om/7202
593 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # http://dartbug.c om/7202 595 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # http://dartbug.c om/7202
594 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # http://dartbug.c om/7202 596 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # http://dartbug.c om/7202
595 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # http://dartbug.c om/7202 597 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # http://dartbug.c om/7202
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/ssa/tracer.dart ('k') | tests/compiler/dart2js/mock_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698