| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$runtime == vm". | 5 # Sections in this file should contain "$runtime == vm". |
| 6 | 6 |
| 7 # The VM does not implement the Dart 2.0 static type errors yet. | 7 # The VM does not implement the Dart 2.0 static type errors yet. |
| 8 [ $runtime == vm ] | 8 [ $runtime == vm ] |
| 9 abstract_beats_arguments_test: MissingCompileTimeError | 9 abstract_beats_arguments_test: MissingCompileTimeError |
| 10 abstract_exact_selector_test/01: MissingCompileTimeError | 10 abstract_exact_selector_test/01: MissingCompileTimeError |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 class_literal_test/16: MissingCompileTimeError | 95 class_literal_test/16: MissingCompileTimeError |
| 96 class_literal_test/17: MissingCompileTimeError | 96 class_literal_test/17: MissingCompileTimeError |
| 97 class_literal_test/18: MissingCompileTimeError | 97 class_literal_test/18: MissingCompileTimeError |
| 98 class_literal_test/19: MissingCompileTimeError | 98 class_literal_test/19: MissingCompileTimeError |
| 99 class_literal_test/20: MissingCompileTimeError | 99 class_literal_test/20: MissingCompileTimeError |
| 100 class_literal_test/21: MissingCompileTimeError | 100 class_literal_test/21: MissingCompileTimeError |
| 101 class_literal_test/22: MissingCompileTimeError | 101 class_literal_test/22: MissingCompileTimeError |
| 102 class_literal_test/23: MissingCompileTimeError | 102 class_literal_test/23: MissingCompileTimeError |
| 103 class_literal_test/24: MissingCompileTimeError | 103 class_literal_test/24: MissingCompileTimeError |
| 104 class_literal_test/25: MissingCompileTimeError | 104 class_literal_test/25: MissingCompileTimeError |
| 105 covariant_subtyping_with_substitution_test: RuntimeError |
| 105 generic_constructor_mixin_test/01: MissingCompileTimeError | 106 generic_constructor_mixin_test/01: MissingCompileTimeError |
| 106 generic_constructor_mixin2_test/01: MissingCompileTimeError | 107 generic_constructor_mixin2_test/01: MissingCompileTimeError |
| 107 generic_constructor_mixin3_test/01: MissingCompileTimeError | 108 generic_constructor_mixin3_test/01: MissingCompileTimeError |
| 108 typevariable_substitution2_test/02: MissingCompileTimeError | 109 typevariable_substitution2_test/02: MissingCompileTimeError |
| 109 | 110 |
| 110 # The VM and does not implement the Dart 2.0 runtime checks yet unless | 111 # The VM and does not implement the Dart 2.0 runtime checks yet unless |
| 111 # --checked is explicitly passed). | 112 # --checked is explicitly passed). |
| 112 [ $runtime == vm && !$checked ] | 113 [ $runtime == vm && !$checked ] |
| 113 bool_check_test: RuntimeError | 114 bool_check_test: RuntimeError |
| 114 bool_condition_check_test: RuntimeError | 115 bool_condition_check_test: RuntimeError |
| (...skipping 12 matching lines...) Expand all Loading... |
| 127 assertion_initializer_const_error_test/01: MissingCompileTimeError | 128 assertion_initializer_const_error_test/01: MissingCompileTimeError |
| 128 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 129 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
| 129 | 130 |
| 130 [ $compiler == app_jit && $runtime == vm && !$checked ] | 131 [ $compiler == app_jit && $runtime == vm && !$checked ] |
| 131 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError | 132 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError |
| 132 assertion_initializer_const_error_test/01: MissingCompileTimeError | 133 assertion_initializer_const_error_test/01: MissingCompileTimeError |
| 133 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 134 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
| 134 | 135 |
| 135 [$runtime == vm && $compiler == none && $system == fuchsia] | 136 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 136 closure_cycles_test: Pass, Crash | 137 closure_cycles_test: Pass, Crash |
| OLD | NEW |