| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 == dartanalyzer ] | 5 [ $compiler == dartanalyzer ] |
| 6 | 6 |
| 7 # invalid argument for constant constructor | 7 # invalid argument for constant constructor |
| 8 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail | 8 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail |
| 9 | 9 |
| 10 # TBD: should we check that argument for dynamic parameter of constant construct
or is not compatible with operation that is performed with it? | 10 # TBD: should we check that argument for dynamic parameter of constant construct
or is not compatible with operation that is performed with it? |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 297 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 298 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 298 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 299 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 299 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 300 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 300 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 301 Language/07_Classes/8_Static_Variables_A01_t01: MissingStaticWarning # co19-roll
r651: Please triage this failure | 301 Language/07_Classes/8_Static_Variables_A01_t01: MissingStaticWarning # co19-roll
r651: Please triage this failure |
| 302 Language/12_Expressions/01_Constants_A20_t04: CompileTimeError # co19-roll r651:
Please triage this failure | 302 Language/12_Expressions/01_Constants_A20_t04: CompileTimeError # co19-roll r651:
Please triage this failure |
| 303 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t03: MissingStaticW
arning # co19-roll r651: Please triage this failure | 303 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t03: MissingStaticW
arning # co19-roll r651: Please triage this failure |
| 304 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13:
CompileTimeError # co19-roll r651: Please triage this failure | 304 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13:
CompileTimeError # co19-roll r651: Please triage this failure |
| 305 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17:
MissingCompileTimeError # co19-roll r651: Please triage this failure | 305 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17:
MissingCompileTimeError # co19-roll r651: Please triage this failure |
| 306 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18:
MissingCompileTimeError # co19-roll r651: Please triage this failure | 306 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18:
MissingCompileTimeError # co19-roll r651: Please triage this failure |
| 307 |
| 308 # co19 issue 656 |
| 309 LibTest/typed_data/Uint32x4/*: Skip # co19 issue 656 |
| 310 LibTest/typed_data/Float32x4/Float32x4.fromUint32x4Bits_A01_t01: Skip # co19 iss
ue 656 |
| 311 LibTest/typed_data/Float32x4/Float32x4.fromUint32x4Bits_A01_t02: Skip # co19 iss
ue 656 |
| 312 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656 |
| 313 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656 |
| 314 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656 |
| 315 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656 |
| 316 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656 |
| 317 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 |
| OLD | NEW |