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

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

Issue 2784293003: Adjust status files to account for running the Dart test cases through flutter engine on linux. (Closed)
Patch Set: Adjusted status files after synching up to latest flutter engine revision. Created 3 years, 8 months 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/isolate/isolate.status ('k') | tests/lib/lib.status » ('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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ ($runtime == vm || $runtime == dart_precompiled) && $compiler != dartk && $com piler != dartkp ] 8 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ]
9 abstract_beats_arguments2_test/01: Crash # Issue 29171 9 abstract_beats_arguments2_test/01: Crash # Issue 29171
10 10
11 # These test entries will be valid for vm/dartium (with and without kernel). 11 # These test entries will be valid for vm/dartium (with and without kernel).
12 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 12 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
13 async_star_cancel_while_paused_test: RuntimeError 13 async_star_cancel_while_paused_test: RuntimeError
14 # This is OK for now, but we may want to change the semantics to match the test. 14 # This is OK for now, but we may want to change the semantics to match the test.
15 async_star_pause_test: Fail, OK 15 async_star_pause_test: Fail, OK
16 16
17 # These tests are skipped in the VM because it has "--supermixin" 17 # These tests are skipped in the VM because it has "--supermixin"
18 # functionality enabled unconditionally. The tests should be removed 18 # functionality enabled unconditionally. The tests should be removed
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 58 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
59 # These generic functions tests pass for the wrong reason in checked mode, 59 # These generic functions tests pass for the wrong reason in checked mode,
60 # because the parsed type parameters are mapped to dynamic type. 60 # because the parsed type parameters are mapped to dynamic type.
61 generic_methods_function_type_test: Pass # Issue 25869 61 generic_methods_function_type_test: Pass # Issue 25869
62 generic_methods_test: Pass # Issue 25869 62 generic_methods_test: Pass # Issue 25869
63 generic_methods_new_test: Pass # Issue 25869 63 generic_methods_new_test: Pass # Issue 25869
64 generic_local_functions_test: Pass # Issue 25869 64 generic_local_functions_test: Pass # Issue 25869
65 generic_functions_test: Pass # Issue 25869 65 generic_functions_test: Pass # Issue 25869
66 generic_methods_generic_function_parameter_test: Pass # Issue 25869 66 generic_methods_generic_function_parameter_test: Pass # Issue 25869
67 67
68 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled) ] 68 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
69 class_keyword_test/02: MissingCompileTimeError # Issue 13627 69 class_keyword_test/02: MissingCompileTimeError # Issue 13627
70 unicode_bom_test: Fail # Issue 16067 70 unicode_bom_test: Fail # Issue 16067
71 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. 71 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
72 72
73 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 73 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
74 type_variable_bounds4_test/01: Fail # Issue 14006 74 type_variable_bounds4_test/01: Fail # Issue 14006
75 75
76 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) ] 76 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled || $runtime == flutter || $runtime == drt || $runtime == dartium) ]
77 export_ambiguous_main_negative_test: Fail # Issue 14763 77 export_ambiguous_main_negative_test: Fail # Issue 14763
78 78
79 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p recompiled) || $runtime == drt || $runtime == dartium) ] 79 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p recompiled) || $runtime == drt || $runtime == dartium || $runtime == flutter) ]
80 dynamic_prefix_core_test/none: Fail # Issue 12478 80 dynamic_prefix_core_test/none: Fail # Issue 12478
81 81
82 [ $compiler == none && $runtime == dartium && $unchecked ] 82 [ $compiler == none && $runtime == dartium && $unchecked ]
83 assertion_test: Fail # Issue 14651. 83 assertion_test: Fail # Issue 14651.
84 generic_test: Fail # Issue 14651. 84 generic_test: Fail # Issue 14651.
85 list_literal4_test: Fail # Issue 14651. 85 list_literal4_test: Fail # Issue 14651.
86 map_literal4_test: Fail # Issue 14651. 86 map_literal4_test: Fail # Issue 14651.
87 named_parameters_type_test/01: Fail # Issue 14651. 87 named_parameters_type_test/01: Fail # Issue 14651.
88 named_parameters_type_test/02: Fail # Issue 14651. 88 named_parameters_type_test/02: Fail # Issue 14651.
89 named_parameters_type_test/03: Fail # Issue 14651. 89 named_parameters_type_test/03: Fail # Issue 14651.
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 133
134 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ] 134 [ $compiler == none && $runtime == dartium && $system == linux && $arch == x64 ]
135 async_await_test: Skip # Issue 26198 135 async_await_test: Skip # Issue 26198
136 136
137 [ $compiler == none && $runtime == drt ] 137 [ $compiler == none && $runtime == drt ]
138 disassemble_test: Pass, Fail # Issue 18122 138 disassemble_test: Pass, Fail # Issue 18122
139 139
140 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ] 140 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == mips && $mode == debug ]
141 large_class_declaration_test: SkipSlow # Times out. Issue 20352 141 large_class_declaration_test: SkipSlow # Times out. Issue 20352
142 142
143 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == arm64 ] 143 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $ar ch == arm64 ]
144 large_class_declaration_test: SkipSlow # Uses too much memory. 144 large_class_declaration_test: SkipSlow # Uses too much memory.
145 145
146 [ $compiler == none && ($runtime == dartium || $runtime == drt) && $mode == debu g ] 146 [ $compiler == none && ($runtime == dartium || $runtime == drt) && $mode == debu g ]
147 large_class_declaration_test: SkipSlow # Times out. Issue 20352 147 large_class_declaration_test: SkipSlow # Times out. Issue 20352
148 148
149 [ ($runtime == vm || $runtime == dart_precompiled) && ( $arch == simarm || $arch == arm || $arch == simarmv6 || $arch == armv6 || $arch == simarmv5te || $arch = = armv5te || $arch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ] 149 [ ($runtime == vm || $runtime == dart_precompiled) && ( $arch == simarm || $arch == arm || $arch == simarmv6 || $arch == armv6 || $arch == simarmv5te || $arch = = armv5te || $arch == simarm64 || $arch == arm64 || $arch == simmips || $arch == mips) ]
150 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151 150 vm/load_to_load_unaligned_forwarding_vm_test: Pass, Crash # Unaligned offset. Is sue 22151
151 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151 151 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151
152 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151 152 vm/unaligned_float_access_literal_index_test: Pass, Crash # Unaligned offset. Is sue 22151
153 153
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 override_field_method5_negative_test: Pass, Crash # Issue 27835 294 override_field_method5_negative_test: Pass, Crash # Issue 27835
295 vm/regress_27201_test: Pass, Crash # Requires deferred libraries 295 vm/regress_27201_test: Pass, Crash # Requires deferred libraries
296 296
297 [$runtime != vm || $compiler != none] 297 [$runtime != vm || $compiler != none]
298 assert_initializer_test: SKIP # not implemented yet, experiment is VM only. 298 assert_initializer_test: SKIP # not implemented yet, experiment is VM only.
299 299
300 [$runtime == vm && $compiler == none && $unchecked] 300 [$runtime == vm && $compiler == none && $unchecked]
301 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode. 301 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail in unchecked mode.
302 assert_initializer_test/none: pass 302 assert_initializer_test/none: pass
303 303
304 [$runtime == vm && $compiler == none && $checked] 304 [($runtime == vm || $runtime == flutter) && $compiler == none && $checked]
305 # The VM doesn't enforce that potentially const expressions are actually 305 # The VM doesn't enforce that potentially const expressions are actually
306 # const expressions when the constructor is called with `const`. 306 # const expressions when the constructor is called with `const`.
307 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 307 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
308 308
309 [$runtime == vm && $compiler == none] 309 [($runtime == vm || $runtime == flutter) && $compiler == none]
310 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 310 duplicate_part_test/01: MissingCompileTimeError # Issue 27516
311 311
312 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32] 312 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32]
313 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 313 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276
314 314
315 [$runtime == vm && $compiler == none && $system == fuchsia] 315 [$runtime == vm && $compiler == none && $system == fuchsia]
316 # Use package:unittest 316 # Use package:unittest
317 async_await_test: RuntimeError 317 async_await_test: RuntimeError
318 async_star_test: RuntimeError 318 async_star_test: RuntimeError
319 vm/causal_async_exception_stack_test: RuntimeError 319 vm/causal_async_exception_stack_test: RuntimeError
320 # TODO(zra): Investigate 320 # TODO(zra): Investigate
321 vm/regress_28325_test: RuntimeError 321 vm/regress_28325_test: RuntimeError
322 closure_cycles_test: Pass, Crash 322 closure_cycles_test: Pass, Crash
323 323
324 [$compiler == dart2analyzer] 324 [$compiler == dart2analyzer]
325 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 325 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
326 config_import_corelib_test: StaticWarning, OK 326 config_import_corelib_test: StaticWarning, OK
327 327
328 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dartium || $run time == drt) && ($compiler == none || $compiler == app_jit || $compiler == preco mpiler) ] 328 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled || $run time == dartium || $runtime == drt) && ($compiler == none || $compiler == app_ji t || $compiler == precompiler) ]
329 await_for_test: RuntimeError # issue 28974 329 await_for_test: RuntimeError # issue 28974
330
331 # flutter uses --error_on_bad_type, --error_on_bad_override
332 # and --await_is_keyword so # the following tests fail with
333 # a Compilation Error
334 [ $runtime == flutter ]
335 await_backwards_compatibility_test/none: CompileTimeError
336 await_test: CompileTimeError
337 async_await_test: CompileTimeError
338 async_await_syntax_test/a05c: CompileTimeError
339 async_await_syntax_test/a05e: CompileTimeError
340 async_await_syntax_test/d08c: CompileTimeError
341 static_initializer_type_error_test: CompileTimeError
342 new_expression_type_args_test/02: CompileTimeError
343 super_getter_setter_test: CompileTimeError
344 malformed_test/none: CompileTimeError
345 malbounded_type_test_test/02: CompileTimeError
346 factory6_test/00: CompileTimeError
347 method_override2_test/01: CompileTimeError
348 regress_22438_test: CompileTimeError
349 regress_13462_1_test: CompileTimeError
350 instance_creation_in_function_annotation_test: CompileTimeError
351 type_variable_scope_test/none: CompileTimeError
352 type_variable_scope_test/00: CompileTimeError
353 type_variable_scope_test/01: CompileTimeError
354 type_variable_scope_test/03: CompileTimeError
355 type_variable_scope_test/02: CompileTimeError
356 type_variable_scope_test/04: CompileTimeError
357 type_variable_scope_test/05: CompileTimeError
358 invocation_mirror_invoke_on_test: CompileTimeError
359 method_override3_test/00: CompileTimeError
360 method_override3_test/01: CompileTimeError
361 method_override3_test/02: CompileTimeError
362 type_variable_bounds_test/00: CompileTimeError
363 type_variable_bounds_test/06: CompileTimeError
364 type_variable_bounds_test/07: CompileTimeError
365 type_variable_bounds_test/09: CompileTimeError
366 type_variable_bounds_test/10: CompileTimeError
367 type_variable_bounds_test/08: CompileTimeError
368 factory4_test: CompileTimeError
369 factory2_test: CompileTimeError
370 regress_18535_test: CompileTimeError
371 prefix22_test: CompileTimeError
372 regress_28255_test: CompileTimeError
373 enum_mirror_test: CompileTimeError
374 field_override_test/01: CompileTimeError
375 override_inheritance_field_test/05: CompileTimeError
376 override_inheritance_field_test/07: CompileTimeError
377 override_inheritance_field_test/06: CompileTimeError
378 override_inheritance_field_test/08: CompileTimeError
379 override_inheritance_field_test/28: CompileTimeError
380 override_inheritance_field_test/29: CompileTimeError
381 override_inheritance_field_test/30: CompileTimeError
382 override_inheritance_field_test/31: CompileTimeError
383 override_inheritance_field_test/44: CompileTimeError
384 override_inheritance_field_test/45: CompileTimeError
385 override_inheritance_field_test/48: CompileTimeError
386 override_inheritance_field_test/47: CompileTimeError
387 override_inheritance_field_test/53: CompileTimeError
388 override_inheritance_field_test/10: CompileTimeError
389 override_inheritance_field_test/54: CompileTimeError
390 override_inheritance_field_test/09: CompileTimeError
391 override_inheritance_field_test/33a: CompileTimeError
392 override_inheritance_field_test/34: CompileTimeError
393 override_inheritance_field_test/32: CompileTimeError
394 override_inheritance_field_test/11: CompileTimeError
395 override_inheritance_field_test/33: CompileTimeError
396 issue_25671b_test/01: CompileTimeError
397 mixin_super_bound2_test/01: CompileTimeError
398 override_inheritance_method_test/04: CompileTimeError
399 override_inheritance_method_test/06: CompileTimeError
400 override_inheritance_method_test/11: CompileTimeError
401 override_inheritance_method_test/12: CompileTimeError
402 override_inheritance_method_test/13: CompileTimeError
403 override_inheritance_method_test/14: CompileTimeError
404 override_inheritance_method_test/19: CompileTimeError
405 override_inheritance_method_test/20: CompileTimeError
406 override_inheritance_method_test/21: CompileTimeError
407 override_inheritance_method_test/27: CompileTimeError
408 override_inheritance_method_test/28: CompileTimeError
409 override_inheritance_method_test/29: CompileTimeError
410 override_inheritance_method_test/05: CompileTimeError
411 override_inheritance_method_test/31: CompileTimeError
412 override_inheritance_method_test/33: CompileTimeError
413 override_inheritance_method_test/32: CompileTimeError
414 override_inheritance_method_test/30: CompileTimeError
415 redirecting_factory_reflection_test: CompileTimeError
416 method_override6_test: CompileTimeError
417 try_catch_syntax_test/08: CompileTimeError
418 async_return_types_test/tooManyTypeParameters: CompileTimeError
419 method_override4_test: CompileTimeError
420 super_call4_test: CompileTimeError
421 wrong_number_type_arguments_test/00: CompileTimeError
422 wrong_number_type_arguments_test/02: CompileTimeError
423 wrong_number_type_arguments_test/01: CompileTimeError
424 is_malformed_type_test/97: CompileTimeError
425 class_keyword_test/02: CompileTimeError
426 is_malformed_type_test/98: CompileTimeError
427 is_malformed_type_test/99: CompileTimeError
428 is_malformed_type_test/95: CompileTimeError
429 is_malformed_type_test/96: CompileTimeError
430 is_malformed_type_test/94: CompileTimeError
431 field_increment_bailout_test: CompileTimeError
432 on_catch_malformed_type_test: CompileTimeError
433 f_bounded_quantification_test/01: CompileTimeError
434 f_bounded_quantification_test/02: CompileTimeError
435 mixin_type_parameters_errors_test/02: CompileTimeError
436 mixin_type_parameters_errors_test/05: CompileTimeError
437 mixin_type_parameters_errors_test/01: CompileTimeError
438 mixin_type_parameters_errors_test/03: CompileTimeError
439 mixin_type_parameters_errors_test/04: CompileTimeError
440 issue21079_test: CompileTimeError
441 f_bounded_quantification5_test: CompileTimeError
442 malformed_type_test: CompileTimeError
443 issue_25671a_test/01: CompileTimeError
444 regress_13462_0_test: CompileTimeError
445 overridden_no_such_method_test: CompileTimeError
446 deferred_constraints_type_annotation_test/new_before_load: CompileTimeError
447 deferred_constraints_type_annotation_test/type_annotation_null: CompileTimeError
448 deferred_constraints_type_annotation_test/type_annotation_generic2: CompileTimeE rror
449 deferred_constraints_type_annotation_test/type_annotation_generic3: CompileTimeE rror
450 deferred_constraints_type_annotation_test/new: CompileTimeError
451 deferred_constraints_type_annotation_test/new_generic1: CompileTimeError
452 deferred_constraints_type_annotation_test/new_generic2: CompileTimeError
453 deferred_constraints_type_annotation_test/new_generic3: CompileTimeError
454 deferred_constraints_type_annotation_test/is_check: CompileTimeError
455 deferred_constraints_type_annotation_test/as_operation: CompileTimeError
456 deferred_constraints_type_annotation_test/catch_check: CompileTimeError
457 deferred_constraints_type_annotation_test/type_annotation_top_level: CompileTime Error
458 deferred_constraints_constants_test/none: CompileTimeError
459 deferred_constraints_constants_test/reference_after_load: CompileTimeError
460 no_such_method_test: CompileTimeError
461 conditional_import_string_test: CompileTimeError
462 try_catch_on_syntax_test/07: CompileTimeError
463 non_parameterized_factory_test: CompileTimeError
464 instanceof3_test: CompileTimeError
465 malbounded_redirecting_factory_test/none: CompileTimeError
466 malbounded_redirecting_factory_test/01: CompileTimeError
467 null_test/none: CompileTimeError
468 check_method_override_test/01: CompileTimeError
469 check_method_override_test/02: CompileTimeError
470 malformed_inheritance_test/02: CompileTimeError
471 malformed_inheritance_test/04: CompileTimeError
472 malformed_inheritance_test/06: CompileTimeError
473 call_constructor_on_unresolvable_class_test/01: CompileTimeError
474 call_constructor_on_unresolvable_class_test/03: CompileTimeError
475 call_constructor_on_unresolvable_class_test/02: CompileTimeError
476 call_constructor_on_unresolvable_class_test/07: CompileTimeError
477 unicode_bom_test: CompileTimeError
478 prefix16_test: CompileTimeError
479 deferred_not_loaded_check_test: CompileTimeError
480 regress_23408_test: CompileTimeError
481 redirecting_factory_incompatible_signature_test: CompileTimeError
482 malbounded_instantiation_test/01: CompileTimeError
483 const_evaluation_test/none: CompileTimeError
484 mixin_invalid_bound_test/01: CompileTimeError
485 const_evaluation_test/01: CompileTimeError
486 mixin_invalid_bound_test/none: CompileTimeError
487 mixin_invalid_bound_test/05: CompileTimeError
488 mixin_invalid_bound_test/03: CompileTimeError
489 malformed2_test/00: CompileTimeError
490 conditional_import_test: CompileTimeError
491 non_parameterized_factory2_test: CompileTimeError
492 private_access_test/03: CompileTimeError
493 private_access_test/04: CompileTimeError
494 function_malformed_result_type_test: CompileTimeError
495 mixin_invalid_bound2_test/none: CompileTimeError
496 mixin_invalid_bound2_test/01: CompileTimeError
497 mixin_invalid_bound2_test/04: CompileTimeError
498 mixin_invalid_bound2_test/07: CompileTimeError
499 deferred_super_dependency_test/01: CompileTimeError
500 method_override5_test: CompileTimeError
501 deferred_static_seperate_test: CompileTimeError
502 default_factory_test/01: CompileTimeError
503 internal_library_test/01: CompileTimeError
504 internal_library_test/02: CompileTimeError
505 type_variable_scope2_test: CompileTimeError
506 mixin_super_bound_test: CompileTimeError
507 bad_override_test/06: CompileTimeError
508 invocation_mirror2_test: CompileTimeError
509 deferred_inheritance_constraints_test/redirecting_constructor: CompileTimeError
510 deferred_no_such_method_test: CompileTimeError
511 malbounded_type_literal_test: CompileTimeError
512 deferred_mixin_test: CompileTimeError
513 many_overridden_no_such_method_test: CompileTimeError
514 malbounded_redirecting_factory2_test/none: CompileTimeError
515 malbounded_redirecting_factory2_test/01: CompileTimeError
516 malbounded_type_cast_test: CompileTimeError
517 type_parameter_test/none: CompileTimeError
518 list_literal_syntax_test/03: CompileTimeError
519 list_literal_syntax_test/01: CompileTimeError
520 list_literal_syntax_test/02: CompileTimeError
521 vm/reflect_core_vm_test: CompileTimeError
522 vm/debug_break_enabled_vm_test/01: CompileTimeError
523 vm/debug_break_enabled_vm_test/none: CompileTimeError
524 generic_function_typedef2_test/04: CompileTimeError
525 class_override_test/00: CompileTimeError
526 const_types_test/01: CompileTimeError
527 const_types_test/02: CompileTimeError
528 const_types_test/03: CompileTimeError
529 const_types_test/04: CompileTimeError
530 const_types_test/05: CompileTimeError
531 const_types_test/06: CompileTimeError
532 const_types_test/13: CompileTimeError
533 const_types_test/35: CompileTimeError
534 const_types_test/40: CompileTimeError
535 regress_12561_test: CompileTimeError
536 invocation_mirror_invoke_on2_test: CompileTimeError
537
538 isnot_malformed_type_test: RuntimeError
539 is_not_class2_test: RuntimeError
540
541 # No mirrors support in Flutter.
542 library_env_test/has_no_mirror_support: Pass
543 library_env_test/has_mirror_support: RuntimeError Ok
544
545 internal_library_test/01: MissingCompileTimeError
546 internal_library_test/02: MissingCompileTimeError
547
548 # deferred loading is not supported by Flutter
549 deferred_type_dependency_test/is: Skip # Timeout
550 deferred_type_dependency_test/none: Skip # Timeout
551 deferred_type_dependency_test/as: Skip # Timeout
552 deferred_type_dependency_test/type_annotation: Skip # Timeout
553 deferred_closurize_load_library_test: Skip # Timeout
554 deferred_constraints_type_annotation_test/none: Skip # Timeout
555 deferred_constraints_type_annotation_test/static_method: Skip # Timeout
556 deferred_shared_and_unshared_classes_test: Skip # Timeout
557 deferred_constant_list_test: Skip # Timeout
558 deferred_redirecting_factory_test: Skip # Timeout
559 deferred_shadow_load_library_test: Skip # Timeout
560 deferred_global_test: Skip # Timeout
561
562 # Look like bugs.
563 config_import_test: RuntimeError # Flutter Issue 9110
564 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9 110
565 vm/regress_27201_test: Fail # Flutter Issue 9110
566 async_return_types_test/nestedFuture: Skip # Flutter Issue 9110
567 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
568 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
569 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
570 asyncstar_yield_test: Skip # Flutter Issue 9110
571 async_star_no_cancel_test: Skip # Flutter Issue 9110
572 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
573 await_for_test: Skip # Flutter Issue 9110
574 await_for_cancel_test: Skip # Flutter Issue 9110
575
576
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698