| 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 == jsshell ] | 5 [ $compiler == dart2js && $runtime == jsshell ] |
| 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t
his crash. | 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t
his crash. |
| 7 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell,
test sometimes times out. | 7 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell,
test sometimes times out. |
| 8 | 8 |
| 9 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 9 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 10 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout # co19-roll r576: P
lease triage this failure | 10 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout # co19-roll r576: P
lease triage this failure |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr
ome || $runtime == drt || $runtime == safari || $runtime == opera) ] | 306 [ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chr
ome || $runtime == drt || $runtime == safari || $runtime == opera) ] |
| 307 *: Skip | 307 *: Skip |
| 308 | 308 |
| 309 # | 309 # |
| 310 # Missing compile-time errors. | 310 # Missing compile-time errors. |
| 311 # | 311 # |
| 312 [ $compiler == dart2js ] | 312 [ $compiler == dart2js ] |
| 313 Language/05_Variables/05_Variables_A07_t07: MissingCompileTimeError # Checks tha
t a compile-time error occurs if a global constant variable is not initialized a
t declaration. | 313 Language/05_Variables/05_Variables_A07_t07: MissingCompileTimeError # Checks tha
t a compile-time error occurs if a global constant variable is not initialized a
t declaration. |
| 314 Language/05_Variables/05_Variables_A07_t08: MissingCompileTimeError # Checks tha
t a compile-time error occurs if a global typed constant variable is not initial
ized at declaration. | 314 Language/05_Variables/05_Variables_A07_t08: MissingCompileTimeError # Checks tha
t a compile-time error occurs if a global typed constant variable is not initial
ized at declaration. |
| 315 Language/05_Variables/05_Variables_A08_t01: MissingCompileTimeError # Checks tha
t a compile-time error occurs if a constant variable is not initialized. | 315 Language/05_Variables/05_Variables_A08_t01: MissingCompileTimeError # Checks tha
t a compile-time error occurs if a constant variable is not initialized. |
| 316 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: MissingCom
pileTimeError # Checks that a functionSignature parameter cannot be final. | |
| 317 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: MissingCom
pileTimeError # Checks that a functionSignature parameter cannot be declared as
variable. | |
| 318 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: MissingCom
pileTimeError # TODO(ahe): Enforce optional parameter semantics. | 316 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: MissingCom
pileTimeError # TODO(ahe): Enforce optional parameter semantics. |
| 319 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: MissingCom
pileTimeError # TODO(ahe): Enforce optional parameter semantics. | 317 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: MissingCom
pileTimeError # TODO(ahe): Enforce optional parameter semantics. |
| 320 Language/07_Classes/07_Classes_A02_t11: MissingCompileTimeError # Checks that it
is a compile-time error if a static final variable declaration does not include
explicit initializer. | 318 Language/07_Classes/07_Classes_A02_t11: MissingCompileTimeError # Checks that it
is a compile-time error if a static final variable declaration does not include
explicit initializer. |
| 321 Language/12_Expressions/01_Constants_A20_t03: MissingCompileTimeError # Checks t
hat an identifier expression that denotes a type parameter can not be assigned
to a constant variable. | 319 Language/12_Expressions/01_Constants_A20_t03: MissingCompileTimeError # Checks t
hat an identifier expression that denotes a type parameter can not be assigned
to a constant variable. |
| 322 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t09: MissingCompil
eTimeError # Checks that it is a compile-time error if a string interpolation co
nstruct does not start with IDENTIFIER_NO_DOLLAR or opening brace. | 320 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t09: MissingCompil
eTimeError # Checks that it is a compile-time error if a string interpolation co
nstruct does not start with IDENTIFIER_NO_DOLLAR or opening brace. |
| 323 Language/12_Expressions/05_Strings_A02_t46: MissingCompileTimeError # Checks tha
t multi-line strings that contain characters and sequences prohibited by this gr
ammar, cause compile-time errors. | 321 Language/12_Expressions/05_Strings_A02_t46: MissingCompileTimeError # Checks tha
t multi-line strings that contain characters and sequences prohibited by this gr
ammar, cause compile-time errors. |
| 324 Language/12_Expressions/05_Strings_A02_t48: MissingCompileTimeError # Checks tha
t multi-line strings that contain characters and sequences prohibited by this gr
ammar, cause compile-time errors. | 322 Language/12_Expressions/05_Strings_A02_t48: MissingCompileTimeError # Checks tha
t multi-line strings that contain characters and sequences prohibited by this gr
ammar, cause compile-time errors. |
| 325 Language/12_Expressions/30_Identifier_Reference_A04_t09: MissingCompileTimeError
# Checks that it is a compile-time error when a built-in identifier dynamic is
used as the declared name of a type variable. | 323 Language/12_Expressions/30_Identifier_Reference_A04_t09: MissingCompileTimeError
# Checks that it is a compile-time error when a built-in identifier dynamic is
used as the declared name of a type variable. |
| 326 Language/12_Expressions/30_Identifier_Reference_A05_t01: MissingCompileTimeError
# Checks that it is a compile-time error when a built-in identifier "abstract"
is used as a type annotation of a local variable. | 324 Language/12_Expressions/30_Identifier_Reference_A05_t01: MissingCompileTimeError
# Checks that it is a compile-time error when a built-in identifier "abstract"
is used as a type annotation of a local variable. |
| 327 Language/12_Expressions/30_Identifier_Reference_A05_t12: MissingCompileTimeError
# Checks that it is a compile-time error when a built-in identifier "static" is
used as a type annotation of a local variable. | 325 Language/12_Expressions/30_Identifier_Reference_A05_t12: MissingCompileTimeError
# Checks that it is a compile-time error when a built-in identifier "static" is
used as a type annotation of a local variable. |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 | 633 |
| 636 [ $compiler == dart2js ] | 634 [ $compiler == dart2js ] |
| 637 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19-
roll r587: Please triage this failure | 635 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19-
roll r587: Please triage this failure |
| 638 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19-
roll r587: Please triage this failure | 636 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19-
roll r587: Please triage this failure |
| 639 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur
e | 637 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur
e |
| 640 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur
e | 638 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur
e |
| 641 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure | 639 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure |
| 642 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure | 640 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure |
| 643 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure | 641 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure |
| 644 | 642 |
| OLD | NEW |