| 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 LibTest/core/RegExp/firstMatch_A01_t01: Fail | 7 LibTest/core/RegExp/firstMatch_A01_t01: Fail |
| 8 | 8 |
| 9 # invalid argument for constant constructor | 9 # invalid argument for constant constructor |
| 10 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail | 10 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 Language/12_Expressions/23_Relational_Expressions_A01_t23: MissingStaticWarning | 109 Language/12_Expressions/23_Relational_Expressions_A01_t23: MissingStaticWarning |
| 110 Language/12_Expressions/24_Shift_A01_t14: MissingStaticWarning | 110 Language/12_Expressions/24_Shift_A01_t14: MissingStaticWarning |
| 111 Language/12_Expressions/25_Additive_Expressions_A01_t14: MissingStaticWarning | 111 Language/12_Expressions/25_Additive_Expressions_A01_t14: MissingStaticWarning |
| 112 Language/12_Expressions/26_Multiplicative_Expressions_A01_t17: MissingStaticWarn
ing | 112 Language/12_Expressions/26_Multiplicative_Expressions_A01_t17: MissingStaticWarn
ing |
| 113 Language/12_Expressions/27_Unary_Expressions_A01_t21: MissingStaticWarning | 113 Language/12_Expressions/27_Unary_Expressions_A01_t21: MissingStaticWarning |
| 114 Language/12_Expressions/29_Assignable_Expressions_A01_t09: MissingStaticWarning | 114 Language/12_Expressions/29_Assignable_Expressions_A01_t09: MissingStaticWarning |
| 115 Language/13_Statements/06_For/1_For_Loop_A01_t07: MissingStaticWarning | 115 Language/13_Statements/06_For/1_For_Loop_A01_t07: MissingStaticWarning |
| 116 Language/13_Statements/06_For/1_For_Loop_A01_t08: MissingStaticWarning | 116 Language/13_Statements/06_For/1_For_Loop_A01_t08: MissingStaticWarning |
| 117 Language/13_Statements/09_Switch_A10_t03: MissingStaticWarning | 117 Language/13_Statements/09_Switch_A10_t03: MissingStaticWarning |
| 118 Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning | 118 Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning |
| 119 LibTest/collection/IterableMixin/IterableMixin_class_A01_t01: MissingStaticWarni
ng | |
| 120 | 119 |
| 121 Language/05_Variables/05_Variables_A05_t04: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 120 Language/05_Variables/05_Variables_A05_t04: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 122 Language/05_Variables/05_Variables_A05_t05: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 121 Language/05_Variables/05_Variables_A05_t05: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 123 Language/05_Variables/05_Variables_A05_t06: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 122 Language/05_Variables/05_Variables_A05_t06: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 124 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 123 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 125 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 124 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 126 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 125 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 127 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll
r651: Please triage this failure | 126 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll
r651: Please triage this failure |
| 128 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_t13:
CompileTimeError # co19-roll r651: Please triage this failure |
| 129 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_t17:
MissingCompileTimeError # co19-roll r651: Please triage this failure |
| 130 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18:
MissingCompileTimeError # co19-roll r651: Please triage this failure | 129 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18:
MissingCompileTimeError # co19-roll r651: Please triage this failure |
| 131 | 130 |
| 132 Language/07_Classes/10_Superinterfaces_A07_t05: StaticWarning # co19-roll r667:
Please triage this failure | 131 Language/07_Classes/10_Superinterfaces_A07_t05: StaticWarning # co19-roll r667:
Please triage this failure |
| 133 LibTest/convert/JsonEncoder/JsonEncoder_A01_t01: StaticWarning # co19-roll r667:
Please triage this failure | 132 LibTest/convert/JsonEncoder/JsonEncoder_A01_t01: StaticWarning # co19-roll r667:
Please triage this failure |
| 134 | 133 |
| 135 # co19 issue 656 | 134 # co19 issue 656 |
| 136 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656 | 135 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656 |
| 137 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656 | 136 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656 |
| 138 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656 | 137 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656 |
| 139 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656 | 138 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656 |
| 140 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656 | 139 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656 |
| 141 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 | 140 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 |
| OLD | NEW |