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

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

Issue 11316354: Re-apply "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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 Language/11_Expressions/22_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression. 512 Language/11_Expressions/22_Equality_A01_t15: Fail # Checks that equality express ions cannot be operands of another equality expression.
513 Language/11_Expressions/22_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression. 513 Language/11_Expressions/22_Equality_A01_t16: Fail # Checks that equality express ions cannot be operands of another equality expression.
514 Language/11_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression. 514 Language/11_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a relational expression cannot be the operand of another relational expression.
515 Language/11_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression. 515 Language/11_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a relational expression cannot be the operand of another relational expression.
516 Language/11_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression. 516 Language/11_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a relational expression cannot be the operand of another relational expression.
517 Language/11_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression. 517 Language/11_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression.
518 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. 518 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.
519 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. 519 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.
520 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. 520 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.
521 521
522 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t15: Fail # http://dartbu g.com/7149
523 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t16: Fail # http://dartbu g.com/7149
522 524
523 # 525 #
524 # Unexpected compile-time errors. 526 # Unexpected compile-time errors.
525 # 527 #
526 [ $compiler == dart2js ] 528 [ $compiler == dart2js ]
527 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027 529 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027
528 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027 530 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027
529 531
530 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 532 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029
531 533
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # http://dartbug.c om/7202 578 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # http://dartbug.c om/7202
577 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # http://dartbug.c om/7202 579 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # http://dartbug.c om/7202
578 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # http://dartbug.c om/7202 580 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # http://dartbug.c om/7202
579 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # http://dartbug.c om/7202 581 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # http://dartbug.c om/7202
580 582
581 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 583 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342
582 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 584 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342
583 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 585 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342
584 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 586 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342
585 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 587 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342
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