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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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_reuse_type_variables_test: RuntimeError | 113 generic_methods_reuse_type_variables_test: RuntimeError |
114 generic_methods_simple_as_expression_test/02: MissingRuntimeError | 114 generic_methods_simple_as_expression_test/02: MissingRuntimeError |
115 generic_methods_simple_is_expression_test: RuntimeError | 115 generic_methods_simple_is_expression_test: RuntimeError |
116 generic_methods_tearoff_specialization_test: RuntimeError | 116 generic_methods_tearoff_specialization_test: RuntimeError |
117 generic_methods_unused_parameter_test: RuntimeError | 117 generic_methods_unused_parameter_test: RuntimeError |
118 generic_tearoff_test: RuntimeError | 118 generic_tearoff_test: RuntimeError |
119 generic_typedef_test: RuntimeError | 119 generic_typedef_test: RuntimeError |
| 120 getter_no_setter2_test/00: MissingCompileTimeError |
| 121 getter_no_setter2_test/01: MissingCompileTimeError |
| 122 getter_no_setter2_test/03: MissingCompileTimeError |
| 123 getter_no_setter_test/00: MissingCompileTimeError |
| 124 getter_no_setter_test/01: MissingCompileTimeError |
| 125 getter_no_setter_test/03: MissingCompileTimeError |
| 126 getter_override_test/03: MissingCompileTimeError |
| 127 getters_setters2_test/01: RuntimeError |
| 128 getters_setters2_test/02: MissingCompileTimeError |
| 129 getters_setters2_test/none: RuntimeError |
120 many_generic_instanceof_test: RuntimeError | 130 many_generic_instanceof_test: RuntimeError |
121 | 131 |
122 [ $compiler == precompiler && $runtime == dart_precompiled ] | 132 [ $compiler == precompiler && $runtime == dart_precompiled ] |
123 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError | 133 assertion_initializer_const_error2_test/cc01: Crash, MissingCompileTimeError |
124 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError | 134 assertion_initializer_const_error2_test/cc02: Crash, MissingCompileTimeError |
125 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError | 135 assertion_initializer_const_error2_test/cc03: Crash, MissingCompileTimeError |
126 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError | 136 assertion_initializer_const_error2_test/cc04: Crash, MissingCompileTimeError |
127 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError | 137 assertion_initializer_const_error2_test/cc05: Crash, MissingCompileTimeError |
128 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError | 138 assertion_initializer_const_error2_test/cc06: Crash, MissingCompileTimeError |
129 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError | 139 assertion_initializer_const_error2_test/cc07: Crash, MissingCompileTimeError |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 | 197 |
188 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] | 198 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter) ] |
189 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 199 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
190 | 200 |
191 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] | 201 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] |
192 generic_methods_function_type_test: Pass # Issue 25869 | 202 generic_methods_function_type_test: Pass # Issue 25869 |
193 generic_methods_test: Pass # Issue 25869 | 203 generic_methods_test: Pass # Issue 25869 |
194 generic_methods_new_test: Pass # Issue 25869 | 204 generic_methods_new_test: Pass # Issue 25869 |
195 generic_local_functions_test: Pass # Issue 25869 | 205 generic_local_functions_test: Pass # Issue 25869 |
196 generic_methods_generic_function_parameter_test: Pass # Issue 25869 | 206 generic_methods_generic_function_parameter_test: Pass # Issue 25869 |
| 207 |
| 208 [ $runtime == dart_precompiled || $compiler == app_jit ] |
| 209 hello_dart_test: Skip # Incompatible flag: --compile_all |
OLD | NEW |