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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 generic_methods_overriding_test/03: MissingCompileTimeError | 112 generic_methods_overriding_test/03: MissingCompileTimeError |
113 generic_methods_recursive_bound_test/02: Crash | 113 generic_methods_recursive_bound_test/02: Crash |
114 generic_methods_recursive_bound_test/03: Crash | 114 generic_methods_recursive_bound_test/03: Crash |
115 generic_methods_reuse_type_variables_test: RuntimeError | 115 generic_methods_reuse_type_variables_test: RuntimeError |
116 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 116 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
117 generic_methods_simple_is_expression_test: RuntimeError | 117 generic_methods_simple_is_expression_test: RuntimeError |
118 generic_methods_tearoff_specialization_test: RuntimeError | 118 generic_methods_tearoff_specialization_test: RuntimeError |
119 generic_methods_unused_parameter_test: RuntimeError | 119 generic_methods_unused_parameter_test: RuntimeError |
120 generic_tearoff_test: RuntimeError | 120 generic_tearoff_test: RuntimeError |
121 generic_typedef_test: RuntimeError | 121 generic_typedef_test: RuntimeError |
| 122 identical_const_test/01: MissingCompileTimeError |
| 123 identical_const_test/02: MissingCompileTimeError |
| 124 identical_const_test/03: MissingCompileTimeError |
| 125 identical_const_test/04: MissingCompileTimeError |
| 126 if_null_assignment_behavior_test/03: MissingCompileTimeError |
| 127 if_null_assignment_behavior_test/13: MissingCompileTimeError |
| 128 if_null_assignment_behavior_test/15: MissingCompileTimeError |
| 129 if_null_assignment_static_test/02: MissingCompileTimeError |
| 130 if_null_assignment_static_test/04: MissingCompileTimeError |
| 131 if_null_assignment_static_test/06: MissingCompileTimeError |
| 132 if_null_assignment_static_test/07: MissingCompileTimeError |
| 133 if_null_assignment_static_test/09: MissingCompileTimeError |
| 134 if_null_assignment_static_test/11: MissingCompileTimeError |
| 135 if_null_assignment_static_test/13: MissingCompileTimeError |
| 136 if_null_assignment_static_test/14: MissingCompileTimeError |
| 137 if_null_assignment_static_test/16: MissingCompileTimeError |
| 138 if_null_assignment_static_test/18: MissingCompileTimeError |
| 139 if_null_assignment_static_test/20: MissingCompileTimeError |
| 140 if_null_assignment_static_test/21: MissingCompileTimeError |
| 141 if_null_assignment_static_test/23: MissingCompileTimeError |
| 142 if_null_assignment_static_test/25: MissingCompileTimeError |
| 143 if_null_assignment_static_test/27: MissingCompileTimeError |
| 144 if_null_assignment_static_test/28: MissingCompileTimeError |
| 145 if_null_assignment_static_test/30: MissingCompileTimeError |
| 146 if_null_assignment_static_test/32: MissingCompileTimeError |
| 147 if_null_assignment_static_test/34: MissingCompileTimeError |
| 148 if_null_assignment_static_test/35: MissingCompileTimeError |
| 149 if_null_assignment_static_test/37: MissingCompileTimeError |
| 150 if_null_assignment_static_test/39: MissingCompileTimeError |
| 151 if_null_assignment_static_test/41: MissingCompileTimeError |
| 152 if_null_assignment_static_test/42: MissingCompileTimeError |
| 153 if_null_precedence_test/06: MissingCompileTimeError |
| 154 if_null_precedence_test/07: MissingCompileTimeError |
| 155 if_null_precedence_test/none: RuntimeError |
122 many_generic_instanceof_test: RuntimeError | 156 many_generic_instanceof_test: RuntimeError |
123 | 157 |
124 [ $compiler == precompiler && $runtime == dart_precompiled ] | 158 [ $compiler == precompiler && $runtime == dart_precompiled ] |
125 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError | 159 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError |
126 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError | 160 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError |
127 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError | 161 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError |
128 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError | 162 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError |
129 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError | 163 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError |
130 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError | 164 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError |
131 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError | 165 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 | 220 |
187 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] | 221 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] |
188 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 222 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
189 | 223 |
190 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] | 224 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] |
191 generic_methods_function_type_test: Pass # Issue 25869 | 225 generic_methods_function_type_test: Pass # Issue 25869 |
192 generic_methods_test: Pass # Issue 25869 | 226 generic_methods_test: Pass # Issue 25869 |
193 generic_methods_new_test: Pass # Issue 25869 | 227 generic_methods_new_test: Pass # Issue 25869 |
194 generic_local_functions_test: Pass # Issue 25869 | 228 generic_local_functions_test: Pass # Issue 25869 |
195 generic_methods_generic_function_parameter_test: Pass # Issue 25869 | 229 generic_methods_generic_function_parameter_test: Pass # Issue 25869 |
OLD | NEW |