| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 122 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 123 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 123 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 124 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 124 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 125 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 125 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 126 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13:
CompileTimeError # co19-roll r651: Please triage this failure | 126 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13:
CompileTimeError # co19-roll r651: Please triage this failure |
| 127 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17:
MissingCompileTimeError # co19-roll r651: Please triage this failure | 127 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17:
MissingCompileTimeError # co19-roll r651: Please triage this failure |
| 128 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18:
MissingCompileTimeError # co19-roll r651: Please triage this failure | 128 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18:
MissingCompileTimeError # co19-roll r651: Please triage this failure |
| 129 | 129 |
| 130 Language/07_Classes/10_Superinterfaces_A07_t05: StaticWarning # co19-roll r667:
Please triage this failure | 130 Language/07_Classes/10_Superinterfaces_A07_t05: StaticWarning # co19-roll r667:
Please triage this failure |
| 131 LibTest/convert/JsonEncoder/JsonEncoder_A01_t01: StaticWarning # co19-roll r667:
Please triage this failure | 131 LibTest/convert/JsonEncoder/JsonEncoder_A01_t01: StaticWarning # co19-roll r667:
Please triage this failure |
| 132 LibTest/async/Zone/operator_subscript_A01_t01: StaticWarning # co19-roll r672: P
lease triage this failure | |
| 133 | 132 |
| 134 # co19 issue 656 | 133 # co19 issue 656 |
| 135 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656 | 134 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656 |
| 136 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656 | 135 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656 |
| 137 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656 | 136 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656 |
| 138 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656 | 137 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656 |
| 139 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656 | 138 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656 |
| 140 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 | 139 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 |
| OLD | NEW |