| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] | 5 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] |
| 6 | 6 |
| 7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F
asta/KernelVM bug: Deferred loading kernel issue 28335. | 7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F
asta/KernelVM bug: Deferred loading kernel issue 28335. |
| 8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE
rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. | 8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE
rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. |
| 9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE
rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. | 9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE
rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. |
| 10 | 10 |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 method_name_test: CompileTimeError # Fasta bug: Parser bug. | 157 method_name_test: CompileTimeError # Fasta bug: Parser bug. |
| 158 | 158 |
| 159 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. | 159 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. |
| 160 | 160 |
| 161 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. | 161 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. |
| 162 | 162 |
| 163 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 | 163 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 |
| 164 | 164 |
| 165 constants_test/05: Crash # Fasta bug: getter call in compile-time constant. | 165 constants_test/05: Crash # Fasta bug: getter call in compile-time constant. |
| 166 | 166 |
| 167 generalized_void_syntax_test: CompileTimeError # Issue #30176. | |
| 168 | 167 |
| 169 syntax_test/none: CompileTimeError # Issue #30176. | 168 syntax_test/none: CompileTimeError # Issue #30176. |
| 170 | 169 |
| 171 # dartk: JIT & AOT failures (debug) | 170 # dartk: JIT & AOT failures (debug) |
| 172 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] | 171 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] |
| 173 const_instance_field_test/01: Crash | 172 const_instance_field_test/01: Crash |
| 174 cyclic_type_variable_test/01: Crash | 173 cyclic_type_variable_test/01: Crash |
| 175 cyclic_type_variable_test/02: Crash | 174 cyclic_type_variable_test/02: Crash |
| 176 cyclic_type_variable_test/03: Crash | 175 cyclic_type_variable_test/03: Crash |
| 177 cyclic_type_variable_test/04: Crash | 176 cyclic_type_variable_test/04: Crash |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 mixin_super_bound2_test/01: RuntimeError | 268 mixin_super_bound2_test/01: RuntimeError |
| 270 mixin_super_bound_test: RuntimeError | 269 mixin_super_bound_test: RuntimeError |
| 271 msk_bound_test: RuntimeError | 270 msk_bound_test: RuntimeError |
| 272 redirecting_factory_infinite_steps_test/01: Fail | 271 redirecting_factory_infinite_steps_test/01: Fail |
| 273 redirecting_factory_malbounded_test/01: Fail | 272 redirecting_factory_malbounded_test/01: Fail |
| 274 regress_22728_test: RuntimeError | 273 regress_22728_test: RuntimeError |
| 275 regress_26133_test: RuntimeError | 274 regress_26133_test: RuntimeError |
| 276 type_parameter_test/05: MissingCompileTimeError | 275 type_parameter_test/05: MissingCompileTimeError |
| 277 type_parameter_test/none: RuntimeError | 276 type_parameter_test/none: RuntimeError |
| 278 type_variable_bounds4_test/01: RuntimeError | 277 type_variable_bounds4_test/01: RuntimeError |
| OLD | NEW |