| 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 "$compiler == precompiler" or | 5 # Sections in this file should contain "$compiler == precompiler" or |
| 6 # "$runtime == dart_precompiled". | 6 # "$runtime == dart_precompiled". |
| 7 | 7 |
| 8 [ $runtime == dart_precompiled ] | 8 [ $runtime == dart_precompiled ] |
| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 built_in_identifier_prefix_test: CompileTimeError | 114 built_in_identifier_prefix_test: CompileTimeError |
| 115 checked_null_test/01: MissingCompileTimeError | 115 checked_null_test/01: MissingCompileTimeError |
| 116 checked_setter2_test: MissingCompileTimeError | 116 checked_setter2_test: MissingCompileTimeError |
| 117 checked_setter3_test/01: MissingCompileTimeError | 117 checked_setter3_test/01: MissingCompileTimeError |
| 118 checked_setter3_test/02: MissingCompileTimeError | 118 checked_setter3_test/02: MissingCompileTimeError |
| 119 checked_setter3_test/03: MissingCompileTimeError | 119 checked_setter3_test/03: MissingCompileTimeError |
| 120 function_subtype_inline2_test: RuntimeError | 120 function_subtype_inline2_test: RuntimeError |
| 121 generic_constructor_mixin_test/01: MissingCompileTimeError | 121 generic_constructor_mixin_test/01: MissingCompileTimeError |
| 122 generic_constructor_mixin2_test/01: MissingCompileTimeError | 122 generic_constructor_mixin2_test/01: MissingCompileTimeError |
| 123 generic_constructor_mixin3_test/01: MissingCompileTimeError | 123 generic_constructor_mixin3_test/01: MissingCompileTimeError |
| 124 typevariable_substitution2_test/02: MissingCompileTimeError | 124 typevariable_substitution2_test/02: RuntimeError |
| 125 | 125 |
| 126 [ $compiler == precompiler && $runtime == dart_precompiled && $checked ] | 126 [ $compiler == precompiler && $runtime == dart_precompiled && $checked ] |
| 127 assertion_initializer_const_error2_test/cc01: Pass | 127 assertion_initializer_const_error2_test/cc01: Pass |
| 128 assertion_initializer_const_error2_test/cc03: Pass | 128 assertion_initializer_const_error2_test/cc03: Pass |
| 129 assertion_initializer_const_error2_test/cc04: Pass | 129 assertion_initializer_const_error2_test/cc04: Pass |
| 130 assertion_initializer_const_error2_test/cc05: Pass | 130 assertion_initializer_const_error2_test/cc05: Pass |
| 131 assertion_initializer_const_error2_test/cc06: Pass | 131 assertion_initializer_const_error2_test/cc06: Pass |
| 132 assertion_initializer_const_error2_test/cc07: Pass | 132 assertion_initializer_const_error2_test/cc07: Pass |
| 133 assertion_initializer_const_error2_test/cc08: Pass | 133 assertion_initializer_const_error2_test/cc08: Pass |
| 134 assertion_initializer_const_error2_test/cc09: Pass | 134 assertion_initializer_const_error2_test/cc09: Pass |
| (...skipping 20 matching lines...) Expand all Loading... |
| 155 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 155 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 156 async_star_regression_2238_test: CompileTimeError, RuntimeError | 156 async_star_regression_2238_test: CompileTimeError, RuntimeError |
| 157 | 157 |
| 158 # These test entries will be valid for vm (with and without kernel). | 158 # These test entries will be valid for vm (with and without kernel). |
| 159 [ $runtime == dart_precompiled ] | 159 [ $runtime == dart_precompiled ] |
| 160 async_star_cancel_while_paused_test: RuntimeError | 160 async_star_cancel_while_paused_test: RuntimeError |
| 161 async_star_pause_test: Fail, OK | 161 async_star_pause_test: Fail, OK |
| 162 | 162 |
| 163 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] | 163 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] |
| 164 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 164 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
| OLD | NEW |