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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 | 202 |
203 assignable_expression_test/50: MissingCompileTimeError # Test bug: Test doesn't
execute erroneous code. | 203 assignable_expression_test/50: MissingCompileTimeError # Test bug: Test doesn't
execute erroneous code. |
204 missing_const_constructor_test/02: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. | 204 missing_const_constructor_test/02: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. |
205 missing_const_constructor_test/03: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. | 205 missing_const_constructor_test/03: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. |
206 missing_const_constructor_test/05: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. | 206 missing_const_constructor_test/05: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. |
207 missing_const_constructor_test/06: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. | 207 missing_const_constructor_test/06: MissingCompileTimeError # Test bug: Test does
n't execute erroneous code. |
208 syntax_test/64: MissingCompileTimeError # Test bug: Test doesn't execute erroneo
us code. | 208 syntax_test/64: MissingCompileTimeError # Test bug: Test doesn't execute erroneo
us code. |
209 syntax_test/65: MissingCompileTimeError # Test bug: Test doesn't execute erroneo
us code. | 209 syntax_test/65: MissingCompileTimeError # Test bug: Test doesn't execute erroneo
us code. |
210 try_catch_syntax_test/16: MissingCompileTimeError # Test bug: Test doesn't execu
te erroneous code. | 210 try_catch_syntax_test/16: MissingCompileTimeError # Test bug: Test doesn't execu
te erroneous code. |
211 | 211 |
| 212 generalized_void_syntax_test: CompileTimeError # Issue #30176. |
| 213 |
212 # dartk: JIT & AOT failures (debug) | 214 # dartk: JIT & AOT failures (debug) |
213 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] | 215 [ ($compiler == dartk || $compiler == dartkp) && $mode == debug ] |
214 const_instance_field_test/01: Crash | 216 const_instance_field_test/01: Crash |
215 cyclic_type_variable_test/01: Crash | 217 cyclic_type_variable_test/01: Crash |
216 cyclic_type_variable_test/02: Crash | 218 cyclic_type_variable_test/02: Crash |
217 cyclic_type_variable_test/03: Crash | 219 cyclic_type_variable_test/03: Crash |
218 cyclic_type_variable_test/04: Crash | 220 cyclic_type_variable_test/04: Crash |
219 cyclic_type_variable_test/none: Crash | 221 cyclic_type_variable_test/none: Crash |
220 type_parameter_test/04: Crash | 222 type_parameter_test/04: Crash |
221 type_parameter_test/05: Crash | 223 type_parameter_test/05: Crash |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
415 mixin_super_bound2_test/01: RuntimeError | 417 mixin_super_bound2_test/01: RuntimeError |
416 mixin_super_bound_test: RuntimeError | 418 mixin_super_bound_test: RuntimeError |
417 msk_bound_test: RuntimeError | 419 msk_bound_test: RuntimeError |
418 redirecting_factory_infinite_steps_test/01: Fail | 420 redirecting_factory_infinite_steps_test/01: Fail |
419 redirecting_factory_malbounded_test/01: Fail | 421 redirecting_factory_malbounded_test/01: Fail |
420 regress_22728_test: RuntimeError | 422 regress_22728_test: RuntimeError |
421 regress_26133_test: RuntimeError | 423 regress_26133_test: RuntimeError |
422 type_parameter_test/05: MissingCompileTimeError | 424 type_parameter_test/05: MissingCompileTimeError |
423 type_parameter_test/none: RuntimeError | 425 type_parameter_test/none: RuntimeError |
424 type_variable_bounds4_test/01: RuntimeError | 426 type_variable_bounds4_test/01: RuntimeError |
OLD | NEW |