| 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 [ $compiler == dart2js && $runtime == drt ] | 5 [ $compiler == dart2js && $runtime == drt ] |
| 6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 | 6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 |
| 7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 | 7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 |
| 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 | 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 |
| 9 | 9 |
| 10 [ $compiler == dart2js && $runtime == jsshell ] | 10 [ $compiler == dart2js && $runtime == jsshell ] |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt
ional parameter semantics. | 287 Language/06_Functions/2_Formal_Parameters_A03_t04: Fail # TODO(ahe): Enforce opt
ional parameter semantics. |
| 288 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co
mpile-time error if an optional named parameter is declared as a constant typed
variable. | 288 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co
mpile-time error if an optional named parameter is declared as a constant typed
variable. |
| 289 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co
mpile-time error if an optional positional parameter is declared as a constant v
ariable. | 289 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co
mpile-time error if an optional positional parameter is declared as a constant v
ariable. |
| 290 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt
ional parameter semantics. | 290 Language/06_Functions/2_Formal_Parameters_A03_t06: Fail # TODO(ahe): Enforce opt
ional parameter semantics. |
| 291 Language/07_Classes/07_Classes_A02_t02: Fail # Checks that it is a compile-time
error if a constant constructor declaration includes a body. | 291 Language/07_Classes/07_Classes_A02_t02: Fail # Checks that it is a compile-time
error if a constant constructor declaration includes a body. |
| 292 Language/07_Classes/07_Classes_A02_t04: Fail # Checks that it is a compile-time
error if a constant constructor declaration with initializers includes a body. | 292 Language/07_Classes/07_Classes_A02_t04: Fail # Checks that it is a compile-time
error if a constant constructor declaration with initializers includes a body. |
| 293 Language/07_Classes/07_Classes_A02_t11: Fail # Checks that it is a compile-time
error if a static final variable declaration does not include explicit initializ
er. | 293 Language/07_Classes/07_Classes_A02_t11: Fail # Checks that it is a compile-time
error if a static final variable declaration does not include explicit initializ
er. |
| 294 Language/07_Classes/07_Classes_A11_t01: Fail # Checks that a class name cannot b
e used as a name of a member variable. | 294 Language/07_Classes/07_Classes_A11_t01: Fail # Checks that a class name cannot b
e used as a name of a member variable. |
| 295 Language/07_Classes/07_Classes_A11_t03: Fail # Checks that a class name cannot b
e used as a name of a static variable. | 295 Language/07_Classes/07_Classes_A11_t03: Fail # Checks that a class name cannot b
e used as a name of a static variable. |
| 296 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # Check
s that a compile-time error is produced when a class with constant constructor
also declares a non-final instance variable. | 296 Language/07_Classes/6_Constructors/3_Constant_Constructors_A03_t01: Fail # Check
s that a compile-time error is produced when a class with constant constructor
also declares a non-final instance variable. |
| 297 Language/12_Expressions/01_Constants_A16_t01: Fail # Checks that an IntegerDivis
ionByZeroException raised during evaluation of a compile-time constant causes a
compile-time error. | |
| 298 Language/12_Expressions/01_Constants_A16_t02: Fail # Checks that an OutOfMemoryE
xception raised during evaluation of a compile-time constant causes a compile-ti
me error. | |
| 299 Language/12_Expressions/01_Constants_A20_t03: Fail # Checks that an identifier e
xpression that denotes a type parameter can not be assigned to a constant varia
ble. | 297 Language/12_Expressions/01_Constants_A20_t03: Fail # Checks that an identifier e
xpression that denotes a type parameter can not be assigned to a constant varia
ble. |
| 300 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail # Checks
that it is a compile-time error if a string interpolation construct does not st
art with IDENTIFIER_NO_DOLLAR or opening brace. | 298 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail # Checks
that it is a compile-time error if a string interpolation construct does not st
art with IDENTIFIER_NO_DOLLAR or opening brace. |
| 301 Language/12_Expressions/05_Strings_A02_t46: Fail # Checks that multi-line string
s that contain characters and sequences prohibited by this grammar, cause compil
e-time errors. | 299 Language/12_Expressions/05_Strings_A02_t46: Fail # Checks that multi-line string
s that contain characters and sequences prohibited by this grammar, cause compil
e-time errors. |
| 302 Language/12_Expressions/05_Strings_A02_t48: Fail # Checks that multi-line string
s that contain characters and sequences prohibited by this grammar, cause compil
e-time errors. | 300 Language/12_Expressions/05_Strings_A02_t48: Fail # Checks that multi-line string
s that contain characters and sequences prohibited by this grammar, cause compil
e-time errors. |
| 303 Language/12_Expressions/22_Equality_A01_t15: Fail # Checks that equality express
ions cannot be operands of another equality expression. | 301 Language/12_Expressions/22_Equality_A01_t15: Fail # Checks that equality express
ions cannot be operands of another equality expression. |
| 304 Language/12_Expressions/22_Equality_A01_t16: Fail # Checks that equality express
ions cannot be operands of another equality expression. | 302 Language/12_Expressions/22_Equality_A01_t16: Fail # Checks that equality express
ions cannot be operands of another equality expression. |
| 305 Language/12_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a
relational expression cannot be the operand of another relational expression. | 303 Language/12_Expressions/23_Relational_Expressions_A01_t10: Fail # Checks that a
relational expression cannot be the operand of another relational expression. |
| 306 Language/12_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a
relational expression cannot be the operand of another relational expression. | 304 Language/12_Expressions/23_Relational_Expressions_A01_t11: Fail # Checks that a
relational expression cannot be the operand of another relational expression. |
| 307 Language/12_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a
relational expression cannot be the operand of another relational expression. | 305 Language/12_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a
relational expression cannot be the operand of another relational expression. |
| 308 Language/12_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a
relational expression cannot be the operand of another relational expression. | 306 Language/12_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a
relational expression cannot be the operand of another relational expression. |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 LibTest/typed_data/Int8List/runtimeType_A01_t01: fail # co19-roll r559: Please t
riage this failure | 663 LibTest/typed_data/Int8List/runtimeType_A01_t01: fail # co19-roll r559: Please t
riage this failure |
| 666 LibTest/typed_data/Uint16List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure | 664 LibTest/typed_data/Uint16List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure |
| 667 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure | 665 LibTest/typed_data/Uint32List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure |
| 668 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559:
Please triage this failure | 666 LibTest/typed_data/Uint8ClampedList/runtimeType_A01_t01: fail # co19-roll r559:
Please triage this failure |
| 669 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure | 667 LibTest/typed_data/Uint8List/runtimeType_A01_t01: fail # co19-roll r559: Please
triage this failure |
| 670 | 668 |
| 671 [ $compiler == dart2js || $compiler == dart2dart ] | 669 [ $compiler == dart2js || $compiler == dart2dart ] |
| 672 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t08: fail # co1
9-roll r569: Please triage this failure | 670 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t08: fail # co1
9-roll r569: Please triage this failure |
| 673 | 671 |
| 674 | 672 |
| OLD | NEW |