| OLD | NEW |
| 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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 Language/11_Expressions/22_Equality_A01_t15: Fail # Checks that equality express
ions cannot be operands of another equality expression. | 531 Language/11_Expressions/22_Equality_A01_t15: Fail # Checks that equality express
ions cannot be operands of another equality expression. |
| 532 Language/11_Expressions/22_Equality_A01_t16: Fail # Checks that equality express
ions cannot be operands of another equality expression. | 532 Language/11_Expressions/22_Equality_A01_t16: Fail # Checks that equality express
ions cannot be operands of another equality expression. |
| 533 Language/11_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a
relational expression cannot be the operand of another relational expression. | 533 Language/11_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a
relational expression cannot be the operand of another relational expression. |
| 534 Language/11_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a
relational expression cannot be the operand of another relational expression. | 534 Language/11_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a
relational expression cannot be the operand of another relational expression. |
| 535 Language/11_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a
relational expression cannot be the operand of another relational expression. | 535 Language/11_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a
relational expression cannot be the operand of another relational expression. |
| 536 Language/11_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a
relational expression cannot be the operand of another relational expression. | 536 Language/11_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a
relational expression cannot be the operand of another relational expression. |
| 537 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. | 537 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. |
| 538 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. | 538 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. |
| 539 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. | 539 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. |
| 540 | 540 |
| 541 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t15: Fail # http://dartbu
g.com/7149 |
| 542 Language/07_Classes/1_Instance_Methods/2_Operators_A04_t16: Fail # http://dartbu
g.com/7149 |
| 541 | 543 |
| 542 # | 544 # |
| 543 # Unexpected compile-time errors. | 545 # Unexpected compile-time errors. |
| 544 # | 546 # |
| 545 [ $compiler == dart2js ] | 547 [ $compiler == dart2js ] |
| 546 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail #
http://dartbug.com/5027 | 548 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t03: Fail #
http://dartbug.com/5027 |
| 547 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail #
http://dartbug.com/5027 | 549 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t06: Fail #
http://dartbug.com/5027 |
| 548 | 550 |
| 549 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 | 551 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 |
| 550 | 552 |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/7202 | 599 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/7202 |
| 598 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # http://dartbug.c
om/7202 | 600 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail # http://dartbug.c
om/7202 |
| 599 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # http://dartbug.c
om/7202 | 601 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail # http://dartbug.c
om/7202 |
| 600 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # http://dartbug.c
om/7202 | 602 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail # http://dartbug.c
om/7202 |
| 601 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # http://dartbug.c
om/7202 | 603 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail # http://dartbug.c
om/7202 |
| 602 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # http://dartbug.c
om/7202 | 604 Language/14_Types/3_Type_Declarations/1_Typedef_A06_t05: Fail # http://dartbug.c
om/7202 |
| 603 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # http://dartbug.c
om/7202 | 605 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # http://dartbug.c
om/7202 |
| 604 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # http://dartbug.c
om/7202 | 606 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # http://dartbug.c
om/7202 |
| 605 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # http://dartbug.c
om/7202 | 607 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # http://dartbug.c
om/7202 |
| 606 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # http://dartbug.c
om/7202 | 608 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # http://dartbug.c
om/7202 |
| OLD | NEW |