Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Side by Side Diff: tests/language/language_kernel.status

Issue 2543973002: Refactor kernel-related status files (Closed)
Patch Set: Small update (to make BB green, remove flaky marker) Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tools/testing/dart/status_file_parser.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # These tests currently take too long. Remove when they are fixed. 5 # These tests currently take too long. Remove when they are fixed.
6 [ $compiler == dartk || $compiler == rasta ] 6 [ $compiler == dartk ]
7 large_class_declaration_test: Skip 7 large_class_declaration_test: Skip
8 large_implicit_getter_test: Skip 8 large_implicit_getter_test: Skip
9 larger_implicit_getter_test: Skip 9 larger_implicit_getter_test: Skip
10 10
11 ###############################################################################
12 # Dartk Entries
13 ###############################################################################
14
15 [ $compiler == dartk || $compiler == dartkp ]
16 bad_constructor_test/05: DartkCompileTimeError
17 conditional_import_string_test: DartkCompileTimeError
18 conditional_import_test: DartkCompileTimeError
19 conflicting_type_variable_and_setter_test: DartkCompileTimeError
20 const_for_in_variable_test/01: DartkMissingCompileTimeError
21 constructor_duplicate_final_test/03: DartkMissingCompileTimeError
22 deep_nesting1_negative_test: DartkCrash
23 deep_nesting2_negative_test: DartkCrash
24 deferred_closurize_load_library_test: DartkCrash
25 enum_syntax_test/06: DartkMissingCompileTimeError
26 export_double_same_main_test: DartkCrash
27 export_main_test: DartkCrash
28 external_test/21: DartkMissingCompileTimeError
29 external_test/24: DartkMissingCompileTimeError
30 external_test/25: DartkMissingCompileTimeError
31 final_syntax_test/01: DartkMissingCompileTimeError
32 final_syntax_test/02: DartkMissingCompileTimeError
33 final_syntax_test/03: DartkMissingCompileTimeError
34 final_syntax_test/04: DartkMissingCompileTimeError
35 main_not_a_function_test/01: DartkCrash
36 metadata_test: DartkCompileTimeError
37 mixin_illegal_super_use_test/01: DartkMissingCompileTimeError
38 mixin_illegal_super_use_test/02: DartkMissingCompileTimeError
39 mixin_illegal_super_use_test/03: DartkMissingCompileTimeError
40 mixin_illegal_super_use_test/04: DartkMissingCompileTimeError
41 mixin_illegal_super_use_test/05: DartkMissingCompileTimeError
42 mixin_illegal_super_use_test/06: DartkMissingCompileTimeError
43 mixin_illegal_super_use_test/07: DartkMissingCompileTimeError
44 mixin_illegal_super_use_test/08: DartkMissingCompileTimeError
45 mixin_illegal_super_use_test/09: DartkMissingCompileTimeError
46 mixin_illegal_super_use_test/10: DartkMissingCompileTimeError
47 mixin_illegal_super_use_test/11: DartkMissingCompileTimeError
48 mixin_illegal_superclass_test/01: DartkMissingCompileTimeError
49 mixin_illegal_superclass_test/02: DartkMissingCompileTimeError
50 mixin_illegal_superclass_test/03: DartkMissingCompileTimeError
51 mixin_illegal_superclass_test/04: DartkMissingCompileTimeError
52 mixin_illegal_superclass_test/05: DartkMissingCompileTimeError
53 mixin_illegal_superclass_test/06: DartkMissingCompileTimeError
54 mixin_illegal_superclass_test/07: DartkMissingCompileTimeError
55 mixin_illegal_superclass_test/08: DartkMissingCompileTimeError
56 mixin_illegal_superclass_test/09: DartkMissingCompileTimeError
57 mixin_illegal_superclass_test/10: DartkMissingCompileTimeError
58 mixin_illegal_superclass_test/11: DartkMissingCompileTimeError
59 mixin_illegal_superclass_test/12: DartkMissingCompileTimeError
60 mixin_illegal_superclass_test/13: DartkMissingCompileTimeError
61 mixin_illegal_superclass_test/14: DartkMissingCompileTimeError
62 mixin_illegal_superclass_test/15: DartkMissingCompileTimeError
63 mixin_illegal_superclass_test/16: DartkMissingCompileTimeError
64 mixin_illegal_superclass_test/17: DartkMissingCompileTimeError
65 mixin_illegal_superclass_test/18: DartkMissingCompileTimeError
66 mixin_illegal_superclass_test/19: DartkMissingCompileTimeError
67 mixin_illegal_superclass_test/20: DartkMissingCompileTimeError
68 mixin_illegal_superclass_test/21: DartkMissingCompileTimeError
69 mixin_illegal_superclass_test/22: DartkMissingCompileTimeError
70 mixin_illegal_superclass_test/23: DartkMissingCompileTimeError
71 mixin_illegal_superclass_test/24: DartkMissingCompileTimeError
72 mixin_illegal_superclass_test/25: DartkMissingCompileTimeError
73 mixin_illegal_superclass_test/26: DartkMissingCompileTimeError
74 mixin_illegal_superclass_test/27: DartkMissingCompileTimeError
75 mixin_illegal_superclass_test/28: DartkMissingCompileTimeError
76 mixin_illegal_superclass_test/29: DartkMissingCompileTimeError
77 mixin_illegal_superclass_test/30: DartkMissingCompileTimeError
78 mixin_illegal_syntax_test/13: DartkCompileTimeError
79 mixin_illegal_syntax_test/none: DartkCompileTimeError
80 multiline_newline_test/01: DartkCompileTimeError
81 multiline_newline_test/02: DartkCompileTimeError
82 multiline_newline_test/03: DartkCompileTimeError
83 multiline_newline_test/04: DartkMissingCompileTimeError
84 multiline_newline_test/05: DartkMissingCompileTimeError
85 multiline_newline_test/06: DartkMissingCompileTimeError
86 no_main_test/01: DartkCrash
87 not_enough_positional_arguments_test/01: DartkCompileTimeError
88 regress_27617_test/1: DartkMissingCompileTimeError
89 super_call3_test/01: DartkCrash
90 tearoff_basic_test: DartkCompileTimeError
91 tearoff_constructor_basic_test: DartkCompileTimeError
92 type_variable_conflict2_test/02: DartkMissingCompileTimeError
93 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError
94 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError
95 vm/reflect_core_vm_test: DartkCompileTimeError
96 vm/regress_27201_test: DartkCompileTimeError
97
11 # dartk: JIT failures 98 # dartk: JIT failures
12 [ $compiler == dartk && $runtime == vm ] 99 [ $compiler == dartk && $runtime == vm ]
100 enum_syntax_test/05: DartkMissingCompileTimeError
101 reify_typevar_static_test/00: DartkMissingCompileTimeError
102 type_variable_conflict2_test/06: DartkMissingCompileTimeError
103 type_variable_conflict2_test/08: DartkMissingCompileTimeError
104 type_variable_conflict2_test/10: DartkMissingCompileTimeError
105
106
107 ###############################################################################
108 # VM Entries
109 ###############################################################################
110
111 # dartk: Shared JIT & Precompilation failures
112 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ]
13 accessor_conflict_export2_test: RuntimeError 113 accessor_conflict_export2_test: RuntimeError
14 accessor_conflict_export_test: RuntimeError 114 accessor_conflict_export_test: RuntimeError
15 accessor_conflict_import2_test: RuntimeError 115 accessor_conflict_import2_test: RuntimeError
16 accessor_conflict_import_prefixed2_test: RuntimeError 116 accessor_conflict_import_prefixed2_test: RuntimeError
17 accessor_conflict_import_prefixed_test: RuntimeError 117 accessor_conflict_import_prefixed_test: RuntimeError
18 accessor_conflict_import_test: RuntimeError 118 accessor_conflict_import_test: RuntimeError
19 assertion_test: RuntimeError 119 assertion_test: RuntimeError
20 async_await_test: RuntimeError 120 async_await_test: RuntimeError
21 async_star_cancel_and_throw_in_finally_test: RuntimeError 121 async_star_cancel_and_throw_in_finally_test: RuntimeError
22 async_star_cancel_while_paused_test: RuntimeError 122 async_star_cancel_while_paused_test: RuntimeError
23 async_star_pause_test: RuntimeError 123 async_star_pause_test: RuntimeError
24 async_star_regression_fisk_test: Timeout 124 async_star_regression_fisk_test: Timeout
25 async_star_stream_take_test: Timeout 125 async_star_stream_take_test: Timeout
26 async_star_take_reyield_test: Timeout 126 async_star_take_reyield_test: Timeout
27 async_star_test: Timeout 127 async_star_test: Timeout
28 asyncstar_throw_in_catch_test: Timeout 128 asyncstar_throw_in_catch_test: Timeout
29 asyncstar_yield_test: Timeout 129 asyncstar_yield_test: Timeout
30 asyncstar_yieldstar_test: Timeout 130 asyncstar_yieldstar_test: Timeout
31 bad_constructor_test/05: CompileTimeError
32 bad_raw_string_negative_test: Fail 131 bad_raw_string_negative_test: Fail
33 cha_deopt1_test: RuntimeError 132 cha_deopt1_test: RuntimeError
34 cha_deopt2_test: RuntimeError 133 cha_deopt2_test: RuntimeError
35 cha_deopt3_test: RuntimeError 134 cha_deopt3_test: RuntimeError
36 closure_type_variable_test: RuntimeError 135 closure_type_variable_test: RuntimeError
37 closures_initializer_test: RuntimeError 136 closures_initializer_test: RuntimeError
38 compile_time_constant12_test: Crash 137 compile_time_constant12_test: Crash
39 compile_time_constant_k_test/01: RuntimeError 138 compile_time_constant_k_test/01: RuntimeError
40 compile_time_constant_k_test/02: RuntimeError 139 compile_time_constant_k_test/02: RuntimeError
41 compile_time_constant_k_test/03: RuntimeError 140 compile_time_constant_k_test/03: RuntimeError
42 compile_time_constant_o_test/01: RuntimeError 141 compile_time_constant_o_test/01: RuntimeError
43 compile_time_constant_o_test/02: RuntimeError 142 compile_time_constant_o_test/02: RuntimeError
44 conditional_import_string_test: CompileTimeError
45 conditional_import_test: CompileTimeError
46 config_import_test: RuntimeError 143 config_import_test: RuntimeError
47 conflicting_type_variable_and_setter_test: CompileTimeError
48 const_dynamic_type_literal_test/02: RuntimeError 144 const_dynamic_type_literal_test/02: RuntimeError
49 const_error_multiply_initialized_test/02: RuntimeError 145 const_error_multiply_initialized_test/02: RuntimeError
50 const_error_multiply_initialized_test/04: RuntimeError 146 const_error_multiply_initialized_test/04: RuntimeError
51 const_evaluation_test/01: RuntimeError
52 const_for_in_variable_test/01: MissingCompileTimeError
53 const_locals_test: RuntimeError
54 const_nested_test: RuntimeError 147 const_nested_test: RuntimeError
55 const_string_test: RuntimeError
56 constructor2_test: RuntimeError 148 constructor2_test: RuntimeError
57 constructor3_test: RuntimeError 149 constructor3_test: RuntimeError
58 constructor5_test: RuntimeError 150 constructor5_test: RuntimeError
59 constructor6_test: RuntimeError 151 constructor6_test: RuntimeError
60 constructor_duplicate_final_test/01: MissingRuntimeError 152 constructor_duplicate_final_test/01: MissingRuntimeError
61 constructor_duplicate_final_test/02: MissingRuntimeError 153 constructor_duplicate_final_test/02: MissingRuntimeError
62 constructor_duplicate_final_test/03: MissingCompileTimeError
63 constructor_named_arguments_test/01: Crash
64 custom_await_stack_trace_test: RuntimeError 154 custom_await_stack_trace_test: RuntimeError
65 cyclic_type2_test: CompileTimeError 155 cyclic_type2_test: CompileTimeError
66 cyclic_type_test/00: RuntimeError 156 cyclic_type_test/00: RuntimeError
67 cyclic_type_test/01: RuntimeError 157 cyclic_type_test/01: RuntimeError
68 cyclic_type_test/02: CompileTimeError 158 cyclic_type_test/02: CompileTimeError
69 cyclic_type_test/03: RuntimeError 159 cyclic_type_test/03: RuntimeError
70 cyclic_type_test/04: CompileTimeError 160 cyclic_type_test/04: CompileTimeError
71 cyclic_type_variable_test/01: Crash 161 cyclic_type_variable_test/01: Crash
72 cyclic_type_variable_test/02: Crash 162 cyclic_type_variable_test/02: Crash
73 cyclic_type_variable_test/03: Crash 163 cyclic_type_variable_test/03: Crash
74 cyclic_type_variable_test/04: Crash 164 cyclic_type_variable_test/04: Crash
75 cyclic_type_variable_test/none: Crash 165 cyclic_type_variable_test/none: Crash
76 deep_nesting1_negative_test: Crash
77 deep_nesting2_negative_test: Crash
78 deferred_call_empty_before_load_test: RuntimeError 166 deferred_call_empty_before_load_test: RuntimeError
79 deferred_closurize_load_library_test: Crash
80 deferred_constant_list_test: RuntimeError 167 deferred_constant_list_test: RuntimeError
81 deferred_constraints_constants_test/none: RuntimeError 168 deferred_constraints_constants_test/none: RuntimeError
82 deferred_constraints_constants_test/reference_after_load: RuntimeError 169 deferred_constraints_constants_test/reference_after_load: RuntimeError
83 deferred_constraints_type_annotation_test/as_operation: RuntimeError 170 deferred_constraints_type_annotation_test/as_operation: RuntimeError
84 deferred_constraints_type_annotation_test/catch_check: RuntimeError 171 deferred_constraints_type_annotation_test/catch_check: RuntimeError
85 deferred_constraints_type_annotation_test/is_check: RuntimeError 172 deferred_constraints_type_annotation_test/is_check: RuntimeError
86 deferred_constraints_type_annotation_test/new: RuntimeError 173 deferred_constraints_type_annotation_test/new: RuntimeError
87 deferred_constraints_type_annotation_test/new_before_load: RuntimeError 174 deferred_constraints_type_annotation_test/new_before_load: RuntimeError
88 deferred_constraints_type_annotation_test/new_generic1: RuntimeError 175 deferred_constraints_type_annotation_test/new_generic1: RuntimeError
89 deferred_constraints_type_annotation_test/new_generic2: RuntimeError 176 deferred_constraints_type_annotation_test/new_generic2: RuntimeError
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 deferred_type_dependency_test/none: RuntimeError 209 deferred_type_dependency_test/none: RuntimeError
123 deferred_type_dependency_test/type_annotation: RuntimeError 210 deferred_type_dependency_test/type_annotation: RuntimeError
124 duplicate_export_negative_test: Fail 211 duplicate_export_negative_test: Fail
125 enum_duplicate_test/01: RuntimeError 212 enum_duplicate_test/01: RuntimeError
126 enum_duplicate_test/02: RuntimeError 213 enum_duplicate_test/02: RuntimeError
127 enum_duplicate_test/none: RuntimeError 214 enum_duplicate_test/none: RuntimeError
128 enum_mirror_test: RuntimeError 215 enum_mirror_test: RuntimeError
129 enum_private_test/01: RuntimeError 216 enum_private_test/01: RuntimeError
130 enum_private_test/02: RuntimeError 217 enum_private_test/02: RuntimeError
131 enum_private_test/none: RuntimeError 218 enum_private_test/none: RuntimeError
132 enum_syntax_test/05: MissingCompileTimeError
133 enum_syntax_test/06: MissingCompileTimeError
134 enum_test: RuntimeError 219 enum_test: RuntimeError
135 evaluation_redirecting_constructor_test: RuntimeError 220 evaluation_redirecting_constructor_test: RuntimeError
136 example_constructor_test: RuntimeError 221 example_constructor_test: RuntimeError
137 export_double_same_main_test: Crash
138 export_main_test: Crash
139 external_test/10: MissingRuntimeError 222 external_test/10: MissingRuntimeError
140 external_test/13: MissingRuntimeError 223 external_test/13: MissingRuntimeError
141 external_test/20: MissingRuntimeError 224 external_test/20: MissingRuntimeError
142 external_test/21: MissingCompileTimeError
143 external_test/24: MissingCompileTimeError
144 external_test/25: MissingCompileTimeError
145 f_bounded_equality_test: RuntimeError 225 f_bounded_equality_test: RuntimeError
146 field_initialization_order_test: RuntimeError 226 field_initialization_order_test: RuntimeError
147 final_field_initialization_order_test: RuntimeError 227 final_field_initialization_order_test: RuntimeError
148 final_syntax_test/01: MissingCompileTimeError
149 final_syntax_test/02: MissingCompileTimeError
150 final_syntax_test/03: MissingCompileTimeError
151 final_syntax_test/04: MissingCompileTimeError
152 fixed_type_variable2_test/02: RuntimeError 228 fixed_type_variable2_test/02: RuntimeError
153 fixed_type_variable2_test/04: RuntimeError 229 fixed_type_variable2_test/04: RuntimeError
154 fixed_type_variable2_test/06: RuntimeError 230 fixed_type_variable2_test/06: RuntimeError
155 fixed_type_variable_test/01: RuntimeError 231 fixed_type_variable_test/01: RuntimeError
156 fixed_type_variable_test/02: RuntimeError 232 fixed_type_variable_test/02: RuntimeError
157 fixed_type_variable_test/03: RuntimeError 233 fixed_type_variable_test/03: RuntimeError
158 fixed_type_variable_test/04: RuntimeError 234 fixed_type_variable_test/04: RuntimeError
159 fixed_type_variable_test/05: RuntimeError 235 fixed_type_variable_test/05: RuntimeError
160 fixed_type_variable_test/06: RuntimeError 236 fixed_type_variable_test/06: RuntimeError
161 for2_test: RuntimeError 237 for2_test: RuntimeError
(...skipping 21 matching lines...) Expand all
183 generic_methods_function_type_test: Crash 259 generic_methods_function_type_test: Crash
184 generic_methods_generic_function_parameter_test: Crash 260 generic_methods_generic_function_parameter_test: Crash
185 generic_methods_new_test: Crash 261 generic_methods_new_test: Crash
186 generic_methods_test: Crash 262 generic_methods_test: Crash
187 generic_methods_type_expression_test: Crash 263 generic_methods_type_expression_test: Crash
188 generic_test: RuntimeError 264 generic_test: RuntimeError
189 getter_closure_execution_order_test: RuntimeError 265 getter_closure_execution_order_test: RuntimeError
190 getter_setter_in_lib_test: RuntimeError 266 getter_setter_in_lib_test: RuntimeError
191 inferrer_closure_test: RuntimeError 267 inferrer_closure_test: RuntimeError
192 initializing_formal_final_test: RuntimeError 268 initializing_formal_final_test: RuntimeError
193 instance_creation_in_function_annotation_test: RuntimeError
194 is_not_class2_test: RuntimeError 269 is_not_class2_test: RuntimeError
195 issue13474_test: RuntimeError 270 issue13474_test: RuntimeError
196 issue_1751477_test: RuntimeError 271 issue_1751477_test: RuntimeError
197 least_upper_bound_expansive_test/01: CompileTimeError 272 least_upper_bound_expansive_test/01: CompileTimeError
198 least_upper_bound_expansive_test/02: CompileTimeError 273 least_upper_bound_expansive_test/02: CompileTimeError
199 least_upper_bound_expansive_test/03: CompileTimeError 274 least_upper_bound_expansive_test/03: CompileTimeError
200 least_upper_bound_expansive_test/04: CompileTimeError 275 least_upper_bound_expansive_test/04: CompileTimeError
201 least_upper_bound_expansive_test/05: CompileTimeError 276 least_upper_bound_expansive_test/05: CompileTimeError
202 least_upper_bound_expansive_test/06: CompileTimeError 277 least_upper_bound_expansive_test/06: CompileTimeError
203 least_upper_bound_expansive_test/07: CompileTimeError 278 least_upper_bound_expansive_test/07: CompileTimeError
204 least_upper_bound_expansive_test/08: CompileTimeError 279 least_upper_bound_expansive_test/08: CompileTimeError
205 least_upper_bound_expansive_test/09: CompileTimeError 280 least_upper_bound_expansive_test/09: CompileTimeError
206 least_upper_bound_expansive_test/10: CompileTimeError 281 least_upper_bound_expansive_test/10: CompileTimeError
207 least_upper_bound_expansive_test/11: CompileTimeError 282 least_upper_bound_expansive_test/11: CompileTimeError
208 least_upper_bound_expansive_test/12: CompileTimeError 283 least_upper_bound_expansive_test/12: CompileTimeError
209 least_upper_bound_expansive_test/none: CompileTimeError 284 least_upper_bound_expansive_test/none: CompileTimeError
210 library_env_test/has_html_support: RuntimeError 285 library_env_test/has_html_support: RuntimeError
211 library_env_test/has_no_io_support: RuntimeError 286 library_env_test/has_no_io_support: RuntimeError
212 library_env_test/has_no_mirror_support: RuntimeError
213 list_literal4_test: RuntimeError 287 list_literal4_test: RuntimeError
214 main_not_a_function_test/01: Crash
215 malformed_test/none: RuntimeError 288 malformed_test/none: RuntimeError
216 map_literal3_test: RuntimeError 289 map_literal3_test: RuntimeError
217 map_literal4_test: RuntimeError 290 map_literal4_test: RuntimeError
218 map_literal6_test: RuntimeError 291 map_literal6_test: RuntimeError
219 metadata_test: CompileTimeError
220 method_override_test: RuntimeError 292 method_override_test: RuntimeError
221 mixin_generic_test: RuntimeError 293 mixin_generic_test: RuntimeError
222 mixin_illegal_super_use_test/01: MissingCompileTimeError
223 mixin_illegal_super_use_test/02: MissingCompileTimeError
224 mixin_illegal_super_use_test/03: MissingCompileTimeError
225 mixin_illegal_super_use_test/04: MissingCompileTimeError
226 mixin_illegal_super_use_test/05: MissingCompileTimeError
227 mixin_illegal_super_use_test/06: MissingCompileTimeError
228 mixin_illegal_super_use_test/07: MissingCompileTimeError
229 mixin_illegal_super_use_test/08: MissingCompileTimeError
230 mixin_illegal_super_use_test/09: MissingCompileTimeError
231 mixin_illegal_super_use_test/10: MissingCompileTimeError
232 mixin_illegal_super_use_test/11: MissingCompileTimeError
233 mixin_illegal_superclass_test/01: MissingCompileTimeError
234 mixin_illegal_superclass_test/02: MissingCompileTimeError
235 mixin_illegal_superclass_test/03: MissingCompileTimeError
236 mixin_illegal_superclass_test/04: MissingCompileTimeError
237 mixin_illegal_superclass_test/05: MissingCompileTimeError
238 mixin_illegal_superclass_test/06: MissingCompileTimeError
239 mixin_illegal_superclass_test/07: MissingCompileTimeError
240 mixin_illegal_superclass_test/08: MissingCompileTimeError
241 mixin_illegal_superclass_test/09: MissingCompileTimeError
242 mixin_illegal_superclass_test/10: MissingCompileTimeError
243 mixin_illegal_superclass_test/11: MissingCompileTimeError
244 mixin_illegal_superclass_test/12: MissingCompileTimeError
245 mixin_illegal_superclass_test/13: MissingCompileTimeError
246 mixin_illegal_superclass_test/14: MissingCompileTimeError
247 mixin_illegal_superclass_test/15: MissingCompileTimeError
248 mixin_illegal_superclass_test/16: MissingCompileTimeError
249 mixin_illegal_superclass_test/17: MissingCompileTimeError
250 mixin_illegal_superclass_test/18: MissingCompileTimeError
251 mixin_illegal_superclass_test/19: MissingCompileTimeError
252 mixin_illegal_superclass_test/20: MissingCompileTimeError
253 mixin_illegal_superclass_test/21: MissingCompileTimeError
254 mixin_illegal_superclass_test/22: MissingCompileTimeError
255 mixin_illegal_superclass_test/23: MissingCompileTimeError
256 mixin_illegal_superclass_test/24: MissingCompileTimeError
257 mixin_illegal_superclass_test/25: MissingCompileTimeError
258 mixin_illegal_superclass_test/26: MissingCompileTimeError
259 mixin_illegal_superclass_test/27: MissingCompileTimeError
260 mixin_illegal_superclass_test/28: MissingCompileTimeError
261 mixin_illegal_superclass_test/29: MissingCompileTimeError
262 mixin_illegal_superclass_test/30: MissingCompileTimeError
263 mixin_illegal_syntax_test/13: CompileTimeError
264 mixin_illegal_syntax_test/none: CompileTimeError
265 mixin_mixin2_test: RuntimeError 294 mixin_mixin2_test: RuntimeError
266 mixin_mixin3_test: RuntimeError 295 mixin_mixin3_test: RuntimeError
267 mixin_mixin4_test: RuntimeError 296 mixin_mixin4_test: RuntimeError
268 mixin_mixin5_test: RuntimeError 297 mixin_mixin5_test: RuntimeError
269 mixin_mixin_bound2_test: RuntimeError 298 mixin_mixin_bound2_test: RuntimeError
270 mixin_mixin_bound_test: RuntimeError 299 mixin_mixin_bound_test: RuntimeError
271 mixin_super_test: RuntimeError 300 mixin_super_test: RuntimeError
272 mixin_type_parameters_simple_test: RuntimeError 301 mixin_type_parameters_simple_test: RuntimeError
273 mixin_type_parameters_super_extends_test: RuntimeError 302 mixin_type_parameters_super_extends_test: RuntimeError
274 mixin_type_parameters_super_test: RuntimeError 303 mixin_type_parameters_super_test: RuntimeError
275 multiline_newline_test/01: CompileTimeError
276 multiline_newline_test/02: CompileTimeError
277 multiline_newline_test/03: CompileTimeError
278 multiline_newline_test/04: MissingCompileTimeError
279 multiline_newline_test/05: MissingCompileTimeError
280 multiline_newline_test/06: MissingCompileTimeError
281 multiline_newline_test/none: RuntimeError 304 multiline_newline_test/none: RuntimeError
282 named_parameters_type_test/01: MissingRuntimeError 305 named_parameters_type_test/01: MissingRuntimeError
283 named_parameters_type_test/02: MissingRuntimeError 306 named_parameters_type_test/02: MissingRuntimeError
284 named_parameters_type_test/03: MissingRuntimeError 307 named_parameters_type_test/03: MissingRuntimeError
285 no_main_test/01: Crash
286 not_enough_positional_arguments_test/01: CompileTimeError
287 not_enough_positional_arguments_test/02: MissingRuntimeError 308 not_enough_positional_arguments_test/02: MissingRuntimeError
288 not_enough_positional_arguments_test/05: MissingRuntimeError 309 not_enough_positional_arguments_test/05: MissingRuntimeError
289 null_test/none: RuntimeError 310 null_test/none: RuntimeError
290 number_identifier_test/05: RuntimeError 311 number_identifier_test/05: RuntimeError
291 positional_parameters_type_test/01: MissingRuntimeError 312 positional_parameters_type_test/01: MissingRuntimeError
292 positional_parameters_type_test/02: MissingRuntimeError 313 positional_parameters_type_test/02: MissingRuntimeError
293 prefix10_negative_test: Fail 314 prefix10_negative_test: Fail
294 prefix21_test: RuntimeError 315 prefix21_test: RuntimeError
295 redirecting_constructor_initializer_test: RuntimeError 316 redirecting_constructor_initializer_test: RuntimeError
296 redirecting_factory_reflection_test: RuntimeError
297 regress_18713_test: RuntimeError 317 regress_18713_test: RuntimeError
298 regress_22443_test: RuntimeError 318 regress_22443_test: RuntimeError
299 regress_22700_test: RuntimeError 319 regress_22700_test: RuntimeError
300 regress_23408_test: RuntimeError 320 regress_23408_test: RuntimeError
301 regress_27164_test: CompileTimeError 321 regress_27164_test: CompileTimeError
302 regress_27617_test/1: MissingCompileTimeError
303 regress_r24720_test: RuntimeError 322 regress_r24720_test: RuntimeError
304 reify_typevar_static_test/00: MissingCompileTimeError
305 reify_typevar_test: RuntimeError 323 reify_typevar_test: RuntimeError
306 script1_negative_test: Fail 324 script1_negative_test: Fail
307 script2_negative_test: Fail 325 script2_negative_test: Fail
308 setter_no_getter_call_test/none: RuntimeError 326 setter_no_getter_call_test/none: RuntimeError
309 static_setter_get_test/01: RuntimeError 327 static_setter_get_test/01: RuntimeError
310 super_call3_test/01: Crash
311 super_test: RuntimeError 328 super_test: RuntimeError
312 switch7_negative_test: Fail 329 switch7_negative_test: Fail
313 switch_try_catch_test: RuntimeError 330 switch_try_catch_test: RuntimeError
314 sync_generator3_test/test2: RuntimeError 331 sync_generator3_test/test2: RuntimeError
315 tearoff_basic_test: CompileTimeError
316 tearoff_constructor_basic_test: CompileTimeError
317 try_catch_on_syntax_test/10: MissingRuntimeError 332 try_catch_on_syntax_test/10: MissingRuntimeError
318 try_catch_on_syntax_test/11: MissingRuntimeError 333 try_catch_on_syntax_test/11: MissingRuntimeError
319 try_finally_regress_25654_test: RuntimeError 334 try_finally_regress_25654_test: RuntimeError
320 type_checks_in_factory_method_test: RuntimeError 335 type_checks_in_factory_method_test: RuntimeError
321 type_parameter_literal_test: RuntimeError 336 type_parameter_literal_test: RuntimeError
322 type_variable_conflict2_test/02: MissingCompileTimeError
323 type_variable_conflict2_test/06: MissingCompileTimeError
324 type_variable_conflict2_test/08: MissingCompileTimeError
325 type_variable_conflict2_test/10: MissingCompileTimeError
326 type_variable_function_type_test: RuntimeError 337 type_variable_function_type_test: RuntimeError
327 vm/debug_break_enabled_vm_test/01: CompileTimeError
328 vm/debug_break_enabled_vm_test/none: CompileTimeError
329 vm/reflect_core_vm_test: CompileTimeError
330 vm/regress_27201_test: CompileTimeError
331 vm/type_cast_vm_test: RuntimeError 338 vm/type_cast_vm_test: RuntimeError
332 vm/type_vm_test: RuntimeError 339 vm/type_vm_test: RuntimeError
333 340
341 # dartk: JIT failures
342 [ $compiler == dartk && $runtime == vm ]
343 const_evaluation_test/01: RuntimeError
344 const_locals_test: RuntimeError
345 constructor_named_arguments_test/01: Crash
346 const_string_test: RuntimeError
347 instance_creation_in_function_annotation_test: RuntimeError
348 library_env_test/has_no_mirror_support: RuntimeError
349 redirecting_factory_reflection_test: RuntimeError
350
334 # dartk: JIT failures (debug) 351 # dartk: JIT failures (debug)
335 [ $compiler == dartk && $runtime == vm && $mode == debug ] 352 [ $compiler == dartk && $runtime == vm && $mode == debug ]
336 async_star_regression_fisk_test: Crash # Stack mismatch during expression trans lation. 353 async_star_regression_fisk_test: Crash # Stack mismatch during expression trans lation.
337 async_star_test: Crash # Stack mismatch during expression translation. 354 async_star_test: Crash # Stack mismatch during expression translation.
355 generic_sends_test: Crash
338 issue23244_test: Crash # Class finalization issue 356 issue23244_test: Crash # Class finalization issue
339 not_enough_positional_arguments_test/02: Crash # Crash 357 not_enough_positional_arguments_test/02: Crash
340 not_enough_positional_arguments_test/05: Crash # Crash 358 not_enough_positional_arguments_test/05: Crash
341 vm/optimized_guarded_field_isolates_test: Crash # Class finalization issue 359 vm/optimized_guarded_field_isolates_test: Crash # Class finalization issue
342 generic_sends_test: Crash # Crash
343 360
344 # dartk: precompilation failures 361 # dartk: precompilation failures
345 [ $compiler == dartkp && $runtime == dart_precompiled ] 362 [ $compiler == dartkp && $runtime == dart_precompiled ]
346 accessor_conflict_export2_test: RuntimeError
347 accessor_conflict_export_test: RuntimeError
348 accessor_conflict_import2_test: RuntimeError
349 accessor_conflict_import_prefixed2_test: RuntimeError
350 accessor_conflict_import_prefixed_test: RuntimeError
351 accessor_conflict_import_test: RuntimeError
352 assertion_test: RuntimeError
353 async_await_test: RuntimeError
354 async_star_cancel_and_throw_in_finally_test: RuntimeError
355 async_star_cancel_while_paused_test: RuntimeError
356 async_star_pause_test: RuntimeError
357 async_star_regression_fisk_test: Timeout
358 async_star_stream_take_test: Timeout
359 async_star_take_reyield_test: Timeout
360 async_star_test: Timeout
361 asyncstar_throw_in_catch_test: Timeout
362 asyncstar_yield_test: Timeout
363 asyncstar_yieldstar_test: Timeout
364 bad_constructor_test/05: CompileTimeError
365 bad_raw_string_negative_test: Fail
366 cha_deopt1_test: RuntimeError
367 cha_deopt2_test: RuntimeError
368 cha_deopt3_test: RuntimeError
369 closure_type_variable_test: RuntimeError
370 closures_initializer_test: RuntimeError
371 compile_time_constant12_test: Crash
372 compile_time_constant_k_test/01: RuntimeError
373 compile_time_constant_k_test/02: RuntimeError
374 compile_time_constant_k_test/03: RuntimeError
375 compile_time_constant_o_test/01: RuntimeError
376 compile_time_constant_o_test/02: RuntimeError
377 conditional_import_string_test: CompileTimeError
378 conditional_import_test: CompileTimeError
379 config_import_test: RuntimeError
380 conflicting_type_variable_and_setter_test: CompileTimeError
381 const_dynamic_type_literal_test/02: RuntimeError
382 const_error_multiply_initialized_test/02: RuntimeError
383 const_error_multiply_initialized_test/04: RuntimeError
384 const_evaluation_test/01: Crash 363 const_evaluation_test/01: Crash
385 const_for_in_variable_test/01: MissingCompileTimeError
386 const_nested_test: RuntimeError
387 constructor2_test: RuntimeError
388 constructor3_test: RuntimeError
389 constructor5_test: RuntimeError
390 constructor6_test: RuntimeError
391 constructor_duplicate_final_test/01: MissingRuntimeError
392 constructor_duplicate_final_test/02: MissingRuntimeError
393 constructor_duplicate_final_test/03: MissingCompileTimeError
394 custom_await_stack_trace_test: RuntimeError
395 cyclic_type2_test: CompileTimeError
396 cyclic_type_test/00: RuntimeError
397 cyclic_type_test/01: RuntimeError
398 cyclic_type_test/02: CompileTimeError
399 cyclic_type_test/03: RuntimeError
400 cyclic_type_test/04: CompileTimeError
401 cyclic_type_variable_test/01: Crash
402 cyclic_type_variable_test/02: Crash
403 cyclic_type_variable_test/03: Crash
404 cyclic_type_variable_test/04: Crash
405 cyclic_type_variable_test/none: Crash
406 deep_nesting1_negative_test: Crash
407 deep_nesting2_negative_test: Crash
408 deferred_call_empty_before_load_test: RuntimeError
409 deferred_closurize_load_library_test: Crash
410 deferred_constant_list_test: RuntimeError
411 deferred_constraints_constants_test/none: RuntimeError
412 deferred_constraints_constants_test/reference_after_load: RuntimeError
413 deferred_constraints_type_annotation_test/as_operation: RuntimeError
414 deferred_constraints_type_annotation_test/catch_check: RuntimeError
415 deferred_constraints_type_annotation_test/is_check: RuntimeError
416 deferred_constraints_type_annotation_test/new: RuntimeError
417 deferred_constraints_type_annotation_test/new_before_load: RuntimeError
418 deferred_constraints_type_annotation_test/new_generic1: RuntimeError
419 deferred_constraints_type_annotation_test/new_generic2: RuntimeError
420 deferred_constraints_type_annotation_test/new_generic3: RuntimeError
421 deferred_constraints_type_annotation_test/none: RuntimeError
422 deferred_constraints_type_annotation_test/static_method: RuntimeError
423 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError
424 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError
425 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError
426 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError
427 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError
428 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE rror
429 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError
430 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro r
431 deferred_function_type_test: RuntimeError
432 deferred_global_test: RuntimeError
433 deferred_import_core_test: RuntimeError
434 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
435 deferred_inlined_test: RuntimeError
436 deferred_load_constants_test/none: RuntimeError
437 deferred_load_inval_code_test: RuntimeError
438 deferred_load_library_wrong_args_test/none: RuntimeError
439 deferred_mixin_test: RuntimeError
440 deferred_no_such_method_test: RuntimeError
441 deferred_not_loaded_check_test: RuntimeError
442 deferred_only_constant_test: RuntimeError
443 deferred_optimized_test: RuntimeError
444 deferred_redirecting_factory_test: RuntimeError
445 deferred_regression_22995_test: RuntimeError
446 deferred_shadow_load_library_test: RuntimeError
447 deferred_shared_and_unshared_classes_test: RuntimeError
448 deferred_static_seperate_test: RuntimeError
449 deferred_super_dependency_test/01: RuntimeError
450 deferred_type_dependency_test/as: RuntimeError
451 deferred_type_dependency_test/is: RuntimeError
452 deferred_type_dependency_test/none: RuntimeError
453 deferred_type_dependency_test/type_annotation: RuntimeError
454 duplicate_export_negative_test: Fail
455 enum_duplicate_test/01: RuntimeError
456 enum_duplicate_test/02: RuntimeError
457 enum_duplicate_test/none: RuntimeError
458 enum_mirror_test: RuntimeError
459 enum_private_test/01: RuntimeError
460 enum_private_test/02: RuntimeError
461 enum_private_test/none: RuntimeError
462 enum_syntax_test/06: MissingCompileTimeError
463 enum_test: RuntimeError
464 evaluation_redirecting_constructor_test: RuntimeError
465 example_constructor_test: RuntimeError
466 export_double_same_main_test: Crash
467 export_main_test: Crash
468 external_test/10: MissingRuntimeError
469 external_test/13: MissingRuntimeError
470 external_test/20: MissingRuntimeError
471 external_test/21: MissingCompileTimeError
472 external_test/24: MissingCompileTimeError
473 external_test/25: MissingCompileTimeError
474 f_bounded_equality_test: RuntimeError
475 field_initialization_order_test: RuntimeError
476 final_field_initialization_order_test: RuntimeError
477 final_syntax_test/01: MissingCompileTimeError
478 final_syntax_test/02: MissingCompileTimeError
479 final_syntax_test/03: MissingCompileTimeError
480 final_syntax_test/04: MissingCompileTimeError
481 fixed_type_variable2_test/02: RuntimeError
482 fixed_type_variable2_test/04: RuntimeError
483 fixed_type_variable2_test/06: RuntimeError
484 fixed_type_variable_test/01: RuntimeError
485 fixed_type_variable_test/02: RuntimeError
486 fixed_type_variable_test/03: RuntimeError
487 fixed_type_variable_test/04: RuntimeError
488 fixed_type_variable_test/05: RuntimeError
489 fixed_type_variable_test/06: RuntimeError
490 for2_test: RuntimeError
491 for_variable_capture_test: RuntimeError
492 full_stacktrace1_test: RuntimeError 364 full_stacktrace1_test: RuntimeError
493 full_stacktrace2_test: RuntimeError 365 full_stacktrace2_test: RuntimeError
494 full_stacktrace3_test: RuntimeError 366 full_stacktrace3_test: RuntimeError
495 function_subtype2_test: RuntimeError
496 function_subtype_bound_closure3_test: RuntimeError
497 function_subtype_bound_closure4_test: RuntimeError
498 function_subtype_cast1_test: RuntimeError
499 function_subtype_inline0_test: RuntimeError
500 function_subtype_local3_test: RuntimeError
501 function_subtype_local4_test: RuntimeError
502 function_subtype_not1_test: RuntimeError
503 function_type_alias2_test: RuntimeError
504 function_type_alias3_test: RuntimeError
505 function_type_alias4_test: RuntimeError
506 generic2_test: RuntimeError
507 generic_closure_test: RuntimeError
508 generic_creation_test: RuntimeError
509 generic_field_mixin2_test: RuntimeError
510 generic_field_mixin4_test: RuntimeError
511 generic_field_mixin5_test: RuntimeError
512 generic_functions_test: Crash
513 generic_inheritance_test: RuntimeError
514 generic_local_functions_test: Crash
515 generic_methods_function_type_test: Crash
516 generic_methods_generic_function_parameter_test: Crash
517 generic_methods_new_test: Crash
518 generic_methods_test: Crash
519 generic_methods_type_expression_test: Crash
520 generic_test: RuntimeError
521 getter_closure_execution_order_test: RuntimeError
522 getter_setter_in_lib_test: RuntimeError
523 if_null_assignment_static_test/35: Crash 367 if_null_assignment_static_test/35: Crash
524 inferrer_closure_test: RuntimeError
525 initializing_formal_final_test: RuntimeError
526 instance_creation_in_function_annotation_test: Crash 368 instance_creation_in_function_annotation_test: Crash
527 invocation_mirror_invoke_on2_test: Crash 369 invocation_mirror_invoke_on2_test: Crash
528 is_not_class2_test: RuntimeError
529 issue13474_test: RuntimeError
530 issue21079_test: Crash 370 issue21079_test: Crash
531 issue_1751477_test: RuntimeError
532 large_class_declaration_test: Timeout 371 large_class_declaration_test: Timeout
533 least_upper_bound_expansive_test/01: CompileTimeError
534 least_upper_bound_expansive_test/02: CompileTimeError
535 least_upper_bound_expansive_test/03: CompileTimeError
536 least_upper_bound_expansive_test/04: CompileTimeError
537 least_upper_bound_expansive_test/05: CompileTimeError
538 least_upper_bound_expansive_test/06: CompileTimeError
539 least_upper_bound_expansive_test/07: CompileTimeError
540 least_upper_bound_expansive_test/08: CompileTimeError
541 least_upper_bound_expansive_test/09: CompileTimeError
542 least_upper_bound_expansive_test/10: CompileTimeError
543 least_upper_bound_expansive_test/11: CompileTimeError
544 least_upper_bound_expansive_test/12: CompileTimeError
545 least_upper_bound_expansive_test/none: CompileTimeError
546 library_env_test/has_html_support: RuntimeError
547 library_env_test/has_mirror_support: RuntimeError 372 library_env_test/has_mirror_support: RuntimeError
548 library_env_test/has_no_io_support: RuntimeError
549 list_literal4_test: RuntimeError
550 main_not_a_function_test/01: Crash
551 malformed_test/none: RuntimeError
552 map_literal3_test: RuntimeError
553 map_literal4_test: RuntimeError
554 map_literal6_test: RuntimeError
555 metadata_test: CompileTimeError
556 method_override_test: RuntimeError
557 mixin_generic_test: RuntimeError
558 mixin_illegal_super_use_test/01: MissingCompileTimeError
559 mixin_illegal_super_use_test/02: MissingCompileTimeError
560 mixin_illegal_super_use_test/03: MissingCompileTimeError
561 mixin_illegal_super_use_test/04: MissingCompileTimeError
562 mixin_illegal_super_use_test/05: MissingCompileTimeError
563 mixin_illegal_super_use_test/06: MissingCompileTimeError
564 mixin_illegal_super_use_test/07: MissingCompileTimeError
565 mixin_illegal_super_use_test/08: MissingCompileTimeError
566 mixin_illegal_super_use_test/09: MissingCompileTimeError
567 mixin_illegal_super_use_test/10: MissingCompileTimeError
568 mixin_illegal_super_use_test/11: MissingCompileTimeError
569 mixin_illegal_superclass_test/01: MissingCompileTimeError
570 mixin_illegal_superclass_test/02: MissingCompileTimeError
571 mixin_illegal_superclass_test/03: MissingCompileTimeError
572 mixin_illegal_superclass_test/04: MissingCompileTimeError
573 mixin_illegal_superclass_test/05: MissingCompileTimeError
574 mixin_illegal_superclass_test/06: MissingCompileTimeError
575 mixin_illegal_superclass_test/07: MissingCompileTimeError
576 mixin_illegal_superclass_test/08: MissingCompileTimeError
577 mixin_illegal_superclass_test/09: MissingCompileTimeError
578 mixin_illegal_superclass_test/10: MissingCompileTimeError
579 mixin_illegal_superclass_test/11: MissingCompileTimeError
580 mixin_illegal_superclass_test/12: MissingCompileTimeError
581 mixin_illegal_superclass_test/13: MissingCompileTimeError
582 mixin_illegal_superclass_test/14: MissingCompileTimeError
583 mixin_illegal_superclass_test/15: MissingCompileTimeError
584 mixin_illegal_superclass_test/16: MissingCompileTimeError
585 mixin_illegal_superclass_test/17: MissingCompileTimeError
586 mixin_illegal_superclass_test/18: MissingCompileTimeError
587 mixin_illegal_superclass_test/19: MissingCompileTimeError
588 mixin_illegal_superclass_test/20: MissingCompileTimeError
589 mixin_illegal_superclass_test/21: MissingCompileTimeError
590 mixin_illegal_superclass_test/22: MissingCompileTimeError
591 mixin_illegal_superclass_test/23: MissingCompileTimeError
592 mixin_illegal_superclass_test/24: MissingCompileTimeError
593 mixin_illegal_superclass_test/25: MissingCompileTimeError
594 mixin_illegal_superclass_test/26: MissingCompileTimeError
595 mixin_illegal_superclass_test/27: MissingCompileTimeError
596 mixin_illegal_superclass_test/28: MissingCompileTimeError
597 mixin_illegal_superclass_test/29: MissingCompileTimeError
598 mixin_illegal_superclass_test/30: MissingCompileTimeError
599 mixin_illegal_syntax_test/13: CompileTimeError
600 mixin_illegal_syntax_test/none: CompileTimeError
601 mixin_mixin2_test: RuntimeError
602 mixin_mixin3_test: RuntimeError
603 mixin_mixin4_test: RuntimeError
604 mixin_mixin5_test: RuntimeError
605 mixin_mixin_bound2_test: RuntimeError
606 mixin_mixin_bound_test: RuntimeError
607 mixin_super_test: RuntimeError
608 mixin_type_parameters_simple_test: RuntimeError
609 mixin_type_parameters_super_extends_test: RuntimeError
610 mixin_type_parameters_super_test: RuntimeError
611 multiline_newline_test/01: CompileTimeError
612 multiline_newline_test/02: CompileTimeError
613 multiline_newline_test/03: CompileTimeError
614 multiline_newline_test/04: MissingCompileTimeError
615 multiline_newline_test/05: MissingCompileTimeError
616 multiline_newline_test/06: MissingCompileTimeError
617 multiline_newline_test/none: RuntimeError
618 named_parameters_type_test/01: MissingRuntimeError
619 named_parameters_type_test/02: MissingRuntimeError
620 named_parameters_type_test/03: MissingRuntimeError
621 no_main_test/01: Crash
622 not_enough_positional_arguments_test/01: CompileTimeError
623 not_enough_positional_arguments_test/02: MissingRuntimeError
624 not_enough_positional_arguments_test/05: MissingRuntimeError
625 null_test/none: RuntimeError
626 number_identifier_test/05: RuntimeError
627 positional_parameters_type_test/01: MissingRuntimeError
628 positional_parameters_type_test/02: MissingRuntimeError
629 prefix10_negative_test: Fail
630 prefix21_test: RuntimeError
631 redirecting_constructor_initializer_test: RuntimeError
632 redirecting_factory_reflection_test: Crash 373 redirecting_factory_reflection_test: Crash
633 regress_18535_test: Crash 374 regress_18535_test: Crash
634 regress_18713_test: RuntimeError
635 regress_22443_test: RuntimeError
636 regress_22700_test: RuntimeError
637 regress_23408_test: RuntimeError
638 regress_27164_test: CompileTimeError
639 regress_27617_test/1: MissingCompileTimeError
640 regress_r24720_test: RuntimeError
641 reify_typevar_test: RuntimeError
642 script1_negative_test: Fail
643 script2_negative_test: Fail
644 setter_no_getter_call_test/none: RuntimeError
645 stack_trace_test: RuntimeError
646 stacktrace_rethrow_error_test/none: RuntimeError 375 stacktrace_rethrow_error_test/none: RuntimeError
647 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError 376 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError
648 stacktrace_rethrow_nonerror_test: RuntimeError 377 stacktrace_rethrow_nonerror_test: RuntimeError
649 static_setter_get_test/01: RuntimeError 378 stack_trace_test: RuntimeError
650 string_interpolation7_test: RuntimeError 379 string_interpolation7_test: RuntimeError
651 super_call3_test/01: Crash
652 super_call4_test: RuntimeError 380 super_call4_test: RuntimeError
653 super_test: RuntimeError
654 switch7_negative_test: Fail
655 switch_try_catch_test: RuntimeError
656 sync_generator3_test/test2: RuntimeError
657 tearoff_basic_test: CompileTimeError
658 tearoff_constructor_basic_test: CompileTimeError
659 try_catch_on_syntax_test/10: MissingRuntimeError
660 try_catch_on_syntax_test/11: MissingRuntimeError
661 try_finally_regress_25654_test: RuntimeError
662 type_checks_in_factory_method_test: RuntimeError
663 type_parameter_literal_test: RuntimeError
664 type_variable_conflict2_test/02: MissingCompileTimeError
665 type_variable_function_type_test: RuntimeError
666 vm/debug_break_enabled_vm_test/01: CompileTimeError
667 vm/debug_break_enabled_vm_test/none: CompileTimeError
668 vm/reflect_core_vm_test: CompileTimeError
669 vm/type_cast_vm_test: RuntimeError
670 vm/type_vm_test: RuntimeError
671 381
672 # dartk: precompilation failures (debug) 382 # dartk: precompilation failures (debug)
673 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 383 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
674 constructor_named_arguments_test/01: Crash 384 constructor_named_arguments_test/01: Crash
385 generic_sends_test: Crash
386 not_enough_positional_arguments_test/05: Crash
675 enum_syntax_test/05: Crash 387 enum_syntax_test/05: Crash
676 generic_sends_test: Crash
677 not_enough_positional_arguments_test/05: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tools/testing/dart/status_file_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698