| 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 [$compiler == dartk && $runtime == vm] | 5 [$compiler == dartk && $runtime == vm] |
| 6 assertion_initializer_const_error2_test/none: CompileTimeError | 6 assertion_initializer_const_error2_test/none: CompileTimeError |
| 7 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 7 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
| 8 assertion_initializer_test: CompileTimeError | 8 assertion_initializer_test: CompileTimeError |
| 9 | 9 |
| 10 [$compiler == dartk && $runtime == vm && !$checked] | 10 [$compiler == dartk && $runtime == vm && !$checked] |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. | 195 named_constructor_test/01: MissingRuntimeError # Fasta bug: Bad compilation of c
onstructor reference. |
| 196 | 196 |
| 197 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. | 197 regress_29349_test: CompileTimeError # Fasta bug: Parser bug. |
| 198 | 198 |
| 199 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 | 199 const_native_factory_test/01: MissingCompileTimeError # Fasta bug: Issue 29763 |
| 200 | 200 |
| 201 constants_test/05: Crash # Fasta bug: getter call in compile-time constant. | 201 constants_test/05: Crash # Fasta bug: getter call in compile-time constant. |
| 202 | 202 |
| 203 generalized_void_syntax_test: CompileTimeError # Issue #30176. | 203 generalized_void_syntax_test: CompileTimeError # Issue #30176. |
| 204 | 204 |
| 205 syntax_test/none: CompileTimeError # Issue #30176. |
| 206 |
| 205 # dartk: JIT & AOT failures (debug) | 207 # dartk: JIT & AOT failures (debug) |
| 206 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] | 208 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] |
| 207 const_instance_field_test/01: Crash | 209 const_instance_field_test/01: Crash |
| 208 cyclic_type_variable_test/01: Crash | 210 cyclic_type_variable_test/01: Crash |
| 209 cyclic_type_variable_test/02: Crash | 211 cyclic_type_variable_test/02: Crash |
| 210 cyclic_type_variable_test/03: Crash | 212 cyclic_type_variable_test/03: Crash |
| 211 cyclic_type_variable_test/04: Crash | 213 cyclic_type_variable_test/04: Crash |
| 212 cyclic_type_variable_test/none: Crash | 214 cyclic_type_variable_test/none: Crash |
| 213 type_parameter_test/04: Crash | 215 type_parameter_test/04: Crash |
| 214 type_parameter_test/05: Crash | 216 type_parameter_test/05: Crash |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 mixin_super_bound2_test/01: RuntimeError | 410 mixin_super_bound2_test/01: RuntimeError |
| 409 mixin_super_bound_test: RuntimeError | 411 mixin_super_bound_test: RuntimeError |
| 410 msk_bound_test: RuntimeError | 412 msk_bound_test: RuntimeError |
| 411 redirecting_factory_infinite_steps_test/01: Fail | 413 redirecting_factory_infinite_steps_test/01: Fail |
| 412 redirecting_factory_malbounded_test/01: Fail | 414 redirecting_factory_malbounded_test/01: Fail |
| 413 regress_22728_test: RuntimeError | 415 regress_22728_test: RuntimeError |
| 414 regress_26133_test: RuntimeError | 416 regress_26133_test: RuntimeError |
| 415 type_parameter_test/05: MissingCompileTimeError | 417 type_parameter_test/05: MissingCompileTimeError |
| 416 type_parameter_test/none: RuntimeError | 418 type_parameter_test/none: RuntimeError |
| 417 type_variable_bounds4_test/01: RuntimeError | 419 type_variable_bounds4_test/01: RuntimeError |
| OLD | NEW |