| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 generic_methods_bounds_test/02: MissingRuntimeError | 103 generic_methods_bounds_test/02: MissingRuntimeError |
| 104 generic_methods_dynamic_test/01: MissingCompileTimeError | 104 generic_methods_dynamic_test/01: MissingCompileTimeError |
| 105 generic_methods_dynamic_test/02: MissingRuntimeError | 105 generic_methods_dynamic_test/02: MissingRuntimeError |
| 106 generic_methods_dynamic_test/03: MissingCompileTimeError | 106 generic_methods_dynamic_test/03: MissingCompileTimeError |
| 107 generic_methods_dynamic_test/04: MissingRuntimeError | 107 generic_methods_dynamic_test/04: MissingRuntimeError |
| 108 generic_methods_generic_class_tearoff_test: RuntimeError | 108 generic_methods_generic_class_tearoff_test: RuntimeError |
| 109 generic_methods_named_parameters_test: RuntimeError | 109 generic_methods_named_parameters_test: RuntimeError |
| 110 generic_methods_optional_parameters_test: RuntimeError | 110 generic_methods_optional_parameters_test: RuntimeError |
| 111 generic_methods_overriding_test/01: MissingCompileTimeError | 111 generic_methods_overriding_test/01: MissingCompileTimeError |
| 112 generic_methods_overriding_test/03: MissingCompileTimeError | 112 generic_methods_overriding_test/03: MissingCompileTimeError |
| 113 generic_methods_recursive_bound_test/02: MissingCompileTimeError | |
| 114 generic_methods_reuse_type_variables_test: RuntimeError | 113 generic_methods_reuse_type_variables_test: RuntimeError |
| 115 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 114 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
| 116 generic_methods_simple_is_expression_test: RuntimeError | 115 generic_methods_simple_is_expression_test: RuntimeError |
| 117 generic_methods_tearoff_specialization_test: RuntimeError | 116 generic_methods_tearoff_specialization_test: RuntimeError |
| 118 generic_methods_unused_parameter_test: RuntimeError | 117 generic_methods_unused_parameter_test: RuntimeError |
| 119 generic_tearoff_test: RuntimeError | 118 generic_tearoff_test: RuntimeError |
| 120 generic_typedef_test: RuntimeError | 119 generic_typedef_test: RuntimeError |
| 121 many_generic_instanceof_test: RuntimeError | 120 many_generic_instanceof_test: RuntimeError |
| 122 | 121 |
| 123 [ $compiler == precompiler && $runtime == dart_precompiled ] | 122 [ $compiler == precompiler && $runtime == dart_precompiled ] |
| (...skipping 13 matching lines...) Expand all Loading... |
| 137 built_in_identifier_prefix_test: CompileTimeError | 136 built_in_identifier_prefix_test: CompileTimeError |
| 138 checked_null_test/01: MissingCompileTimeError | 137 checked_null_test/01: MissingCompileTimeError |
| 139 checked_setter2_test: MissingCompileTimeError | 138 checked_setter2_test: MissingCompileTimeError |
| 140 checked_setter3_test/01: MissingCompileTimeError | 139 checked_setter3_test/01: MissingCompileTimeError |
| 141 checked_setter3_test/02: MissingCompileTimeError | 140 checked_setter3_test/02: MissingCompileTimeError |
| 142 checked_setter3_test/03: MissingCompileTimeError | 141 checked_setter3_test/03: MissingCompileTimeError |
| 143 function_subtype_inline2_test: RuntimeError | 142 function_subtype_inline2_test: RuntimeError |
| 144 generic_constructor_mixin_test/01: MissingCompileTimeError | 143 generic_constructor_mixin_test/01: MissingCompileTimeError |
| 145 generic_constructor_mixin2_test/01: MissingCompileTimeError | 144 generic_constructor_mixin2_test/01: MissingCompileTimeError |
| 146 generic_constructor_mixin3_test/01: MissingCompileTimeError | 145 generic_constructor_mixin3_test/01: MissingCompileTimeError |
| 146 generic_methods_recursive_bound_test/02: MissingCompileTimeError |
| 147 typevariable_substitution2_test/02: RuntimeError | 147 typevariable_substitution2_test/02: RuntimeError |
| 148 | 148 |
| 149 [ $compiler == precompiler && $runtime == dart_precompiled && $checked ] | 149 [ $compiler == precompiler && $runtime == dart_precompiled && $checked ] |
| 150 assertion_initializer_const_error2_test/cc01: Pass | 150 assertion_initializer_const_error2_test/cc01: Pass |
| 151 assertion_initializer_const_error2_test/cc03: Pass | 151 assertion_initializer_const_error2_test/cc03: Pass |
| 152 assertion_initializer_const_error2_test/cc04: Pass | 152 assertion_initializer_const_error2_test/cc04: Pass |
| 153 assertion_initializer_const_error2_test/cc05: Pass | 153 assertion_initializer_const_error2_test/cc05: Pass |
| 154 assertion_initializer_const_error2_test/cc06: Pass | 154 assertion_initializer_const_error2_test/cc06: Pass |
| 155 assertion_initializer_const_error2_test/cc07: Pass | 155 assertion_initializer_const_error2_test/cc07: Pass |
| 156 assertion_initializer_const_error2_test/cc08: Pass | 156 assertion_initializer_const_error2_test/cc08: Pass |
| (...skipping 18 matching lines...) Expand all Loading... |
| 175 assertion_initializer_const_error_test/01: MissingCompileTimeError | 175 assertion_initializer_const_error_test/01: MissingCompileTimeError |
| 176 assertion_initializer_const_function_error_test/01: MissingCompileTimeError | 176 assertion_initializer_const_function_error_test/01: MissingCompileTimeError |
| 177 | 177 |
| 178 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 178 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 179 async_star_regression_2238_test: CompileTimeError, RuntimeError | 179 async_star_regression_2238_test: CompileTimeError, RuntimeError |
| 180 | 180 |
| 181 # These test entries will be valid for vm (with and without kernel). | 181 # These test entries will be valid for vm (with and without kernel). |
| 182 [ $runtime == dart_precompiled ] | 182 [ $runtime == dart_precompiled ] |
| 183 async_star_cancel_while_paused_test: RuntimeError | 183 async_star_cancel_while_paused_test: RuntimeError |
| 184 async_star_pause_test: Fail, OK | 184 async_star_pause_test: Fail, OK |
| 185 generic_methods_recursive_bound_test/02: Crash |
| 186 generic_methods_recursive_bound_test/03: Crash |
| 185 | 187 |
| 186 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] | 188 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] |
| 187 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 189 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
| 188 | 190 |
| 189 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] | 191 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] |
| 190 generic_methods_function_type_test: Pass # Issue 25869 | 192 generic_methods_function_type_test: Pass # Issue 25869 |
| 191 generic_methods_test: Pass # Issue 25869 | 193 generic_methods_test: Pass # Issue 25869 |
| 192 generic_methods_new_test: Pass # Issue 25869 | 194 generic_methods_new_test: Pass # Issue 25869 |
| 193 generic_local_functions_test: Pass # Issue 25869 | 195 generic_local_functions_test: Pass # Issue 25869 |
| 194 generic_methods_generic_function_parameter_test: Pass # Issue 25869 | 196 generic_methods_generic_function_parameter_test: Pass # Issue 25869 |
| OLD | NEW |