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

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

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

Powered by Google App Engine
This is Rietveld 408576698