| 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] |
| 11 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 11 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
| 12 | 12 |
| 13 [$compiler == dartk && $runtime == vm && $checked] | 13 [$compiler == dartk && $runtime == vm && $checked] |
| 14 assertion_initializer_const_function_test/01: RuntimeError | 14 assertion_initializer_const_function_test/01: RuntimeError |
| 15 assertion_initializer_const_function_test/none: RuntimeError | |
| 16 | 15 |
| 17 [$compiler == dartkp && $runtime == dart_precompiled] | 16 [$compiler == dartkp && $runtime == dart_precompiled] |
| 18 assertion_initializer_const_error2_test/none: CompileTimeError | 17 assertion_initializer_const_error2_test/none: CompileTimeError |
| 19 | 18 |
| 20 [$compiler == dartkp && $runtime == dart_precompiled && !$checked] | 19 [$compiler == dartkp && $runtime == dart_precompiled && !$checked] |
| 21 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 20 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
| 22 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 21 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
| 23 assertion_initializer_test: CompileTimeError | 22 assertion_initializer_test: CompileTimeError |
| 24 | 23 |
| 25 [$compiler == dartkp && $runtime == dart_precompiled && $checked] | 24 [$compiler == dartkp && $runtime == dart_precompiled && $checked] |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 mixin_super_bound2_test/01: RuntimeError | 415 mixin_super_bound2_test/01: RuntimeError |
| 417 mixin_super_bound_test: RuntimeError | 416 mixin_super_bound_test: RuntimeError |
| 418 msk_bound_test: RuntimeError | 417 msk_bound_test: RuntimeError |
| 419 redirecting_factory_infinite_steps_test/01: Fail | 418 redirecting_factory_infinite_steps_test/01: Fail |
| 420 redirecting_factory_malbounded_test/01: Fail | 419 redirecting_factory_malbounded_test/01: Fail |
| 421 regress_22728_test: RuntimeError | 420 regress_22728_test: RuntimeError |
| 422 regress_26133_test: RuntimeError | 421 regress_26133_test: RuntimeError |
| 423 type_parameter_test/05: MissingCompileTimeError | 422 type_parameter_test/05: MissingCompileTimeError |
| 424 type_parameter_test/none: RuntimeError | 423 type_parameter_test/none: RuntimeError |
| 425 type_variable_bounds4_test/01: RuntimeError | 424 type_variable_bounds4_test/01: RuntimeError |
| OLD | NEW |