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

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

Issue 1161793002: Revert "dart2js cps: 'is' checks on types with type arguments." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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/corelib/corelib.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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 call_nonexistent_static_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 356 call_nonexistent_static_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
357 call_nonexistent_static_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 357 call_nonexistent_static_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
358 call_nonexistent_static_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 358 call_nonexistent_static_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
359 call_nonexistent_static_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 359 call_nonexistent_static_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
360 call_nonexistent_static_test/none: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 360 call_nonexistent_static_test/none: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
361 call_property_test: Crash # Instance of 'TypeOperator': type check unimplemented for F. 361 call_property_test: Crash # Instance of 'TypeOperator': type check unimplemented for F.
362 call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nul lary. 362 call_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nul lary.
363 call_through_null_getter_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 363 call_through_null_getter_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
364 call_type_literal_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 364 call_type_literal_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
365 cascade2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 365 cascade2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
366 cast2_test/01: Crash # Instance of 'TypeOperator': type casts not implemented.
367 cast2_test/none: Crash # Instance of 'TypeOperator': type casts not implemented.
366 cast_test/01: Crash # Instance of 'TypeOperator': type casts not implemented. 368 cast_test/01: Crash # Instance of 'TypeOperator': type casts not implemented.
367 cast_test/02: Crash # Instance of 'TypeOperator': type casts not implemented. 369 cast_test/02: Crash # Instance of 'TypeOperator': type casts not implemented.
368 cast_test/03: Crash # Instance of 'TypeOperator': type casts not implemented. 370 cast_test/03: Crash # Instance of 'TypeOperator': type casts not implemented.
369 cast_test/04: Crash # Instance of 'TypeOperator': type casts not implemented. 371 cast_test/04: Crash # Instance of 'TypeOperator': type casts not implemented.
370 cast_test/05: Crash # Instance of 'TypeOperator': type casts not implemented. 372 cast_test/05: Crash # Instance of 'TypeOperator': type casts not implemented.
371 cast_test/07: Crash # Instance of 'TypeOperator': type casts not implemented. 373 cast_test/07: Crash # Instance of 'TypeOperator': type casts not implemented.
372 cast_test/08: Crash # Instance of 'TypeOperator': type casts not implemented. 374 cast_test/08: Crash # Instance of 'TypeOperator': type casts not implemented.
373 cast_test/10: Crash # Instance of 'TypeOperator': type casts not implemented. 375 cast_test/10: Crash # Instance of 'TypeOperator': type casts not implemented.
374 cast_test/12: Crash # Instance of 'TypeOperator': type casts not implemented. 376 cast_test/12: Crash # Instance of 'TypeOperator': type casts not implemented.
375 cast_test/13: Crash # Instance of 'TypeOperator': type casts not implemented. 377 cast_test/13: Crash # Instance of 'TypeOperator': type casts not implemented.
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 const_objects_are_immutable_test/01: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 477 const_objects_are_immutable_test/01: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
476 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 478 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
477 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de 479 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de
478 const_switch_test/01: Crash # Unhandled node 480 const_switch_test/01: Crash # Unhandled node
479 const_switch_test/02: Crash # Unhandled node 481 const_switch_test/02: Crash # Unhandled node
480 const_switch_test/03: Crash # Unhandled node 482 const_switch_test/03: Crash # Unhandled node
481 const_switch_test/04: Crash # Unhandled node 483 const_switch_test/04: Crash # Unhandled node
482 constructor10_test/01: Crash # Please triage this failure. 484 constructor10_test/01: Crash # Please triage this failure.
483 constructor10_test/02: Crash # Please triage this failure. 485 constructor10_test/02: Crash # Please triage this failure.
484 constructor11_test: Crash # Please triage this failure. 486 constructor11_test: Crash # Please triage this failure.
485 constructor12_test : RuntimeError 487 constructor12_test: Crash # Instance of 'TypeOperator': type check unimplemented for A<int>.
486 constructor3_negative_test: Crash # Please triage this failure. 488 constructor3_negative_test: Crash # Please triage this failure.
487 constructor5_test: Crash # Please triage this failure. 489 constructor5_test: Crash # Please triage this failure.
488 constructor_call_wrong_argument_count_negative_test: Crash # Please triage this failure. 490 constructor_call_wrong_argument_count_negative_test: Crash # Please triage this failure.
489 constructor_initializer_test/01: Crash # Please triage this failure. 491 constructor_initializer_test/01: Crash # Please triage this failure.
490 constructor_with_mixin_test: Crash # Please triage this failure. 492 constructor_with_mixin_test: Crash # Please triage this failure.
491 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node 493 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node
492 crash_12118_test: Crash # Please triage this failure. 494 crash_12118_test: Crash # Please triage this failure.
493 crash_6725_test/01: Crash # Please triage this failure. 495 crash_6725_test/01: Crash # Please triage this failure.
494 custom_await_stack_trace_test: Crash # cannot handle async/sync*/async* functio ns 496 custom_await_stack_trace_test: Crash # cannot handle async/sync*/async* functio ns
497 cyclic_type2_test: Crash # Instance of 'TypeOperator': type check unimplemented for Derived1<Derived1, Derived2>.
495 deferred_call_empty_before_load_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary. 498 deferred_call_empty_before_load_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary.
496 deferred_closurize_load_library_test: RuntimeError # Please triage this failure. 499 deferred_closurize_load_library_test: RuntimeError # Please triage this failure.
497 deferred_constant_list_test: Crash # (lib.loadLibrary()): handleStaticGetterInvo ke: foreign: getter(loadLibrary) 500 deferred_constant_list_test: Crash # (lib.loadLibrary()): handleStaticGetterInvo ke: foreign: getter(loadLibrary)
498 deferred_constraints_constants_test/constructor1: Crash # (lib.loadLibrary()): h andleStaticGetterInvoke: foreign: getter(loadLibrary) 501 deferred_constraints_constants_test/constructor1: Crash # (lib.loadLibrary()): h andleStaticGetterInvoke: foreign: getter(loadLibrary)
499 deferred_constraints_constants_test/constructor2: Crash # (lib.loadLibrary()): h andleStaticGetterInvoke: foreign: getter(loadLibrary) 502 deferred_constraints_constants_test/constructor2: Crash # (lib.loadLibrary()): h andleStaticGetterInvoke: foreign: getter(loadLibrary)
500 deferred_constraints_constants_test/default_argument1: Crash # (lib.loadLibrary( )): handleStaticGetterInvoke: foreign: getter(loadLibrary) 503 deferred_constraints_constants_test/default_argument1: Crash # (lib.loadLibrary( )): handleStaticGetterInvoke: foreign: getter(loadLibrary)
501 deferred_constraints_constants_test/default_argument2: Crash # (lib.loadLibrary( )): handleStaticGetterInvoke: foreign: getter(loadLibrary) 504 deferred_constraints_constants_test/default_argument2: Crash # (lib.loadLibrary( )): handleStaticGetterInvoke: foreign: getter(loadLibrary)
502 deferred_constraints_constants_test/metadata1: Crash # (lib.loadLibrary()): hand leStaticGetterInvoke: foreign: getter(loadLibrary) 505 deferred_constraints_constants_test/metadata1: Crash # (lib.loadLibrary()): hand leStaticGetterInvoke: foreign: getter(loadLibrary)
503 deferred_constraints_constants_test/metadata2: Crash # (lib.loadLibrary()): hand leStaticGetterInvoke: foreign: getter(loadLibrary) 506 deferred_constraints_constants_test/metadata2: Crash # (lib.loadLibrary()): hand leStaticGetterInvoke: foreign: getter(loadLibrary)
504 deferred_constraints_constants_test/metadata3: Crash # (lib.loadLibrary()): hand leStaticGetterInvoke: foreign: getter(loadLibrary) 507 deferred_constraints_constants_test/metadata3: Crash # (lib.loadLibrary()): hand leStaticGetterInvoke: foreign: getter(loadLibrary)
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 execute_finally3_test: Crash # try/finally 570 execute_finally3_test: Crash # try/finally
568 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally 571 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally
569 execute_finally5_test: Crash # try/finally 572 execute_finally5_test: Crash # try/finally
570 execute_finally6_test: Crash # try/finally 573 execute_finally6_test: Crash # try/finally
571 execute_finally7_test: Crash # try/finally 574 execute_finally7_test: Crash # try/finally
572 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally 575 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally
573 execute_finally9_test: Crash # try/finally 576 execute_finally9_test: Crash # try/finally
574 factory3_test: Crash # Instance of 'TypeOperator': type check unimplemented for T. 577 factory3_test: Crash # Instance of 'TypeOperator': type check unimplemented for T.
575 factory_redirection3_cyclic_test/01: Crash # Please triage this failure. 578 factory_redirection3_cyclic_test/01: Crash # Please triage this failure.
576 factory_redirection_test/01: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>. 579 factory_redirection_test/01: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
580 factory_redirection_test/02: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
581 factory_redirection_test/03: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
577 factory_redirection_test/04: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>. 582 factory_redirection_test/04: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
578 factory_redirection_test/05 : MissingRuntimeError 583 factory_redirection_test/05: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
579 factory_redirection_test/06 : MissingRuntimeError 584 factory_redirection_test/06: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
585 factory_redirection_test/07: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
586 factory_redirection_test/08: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
587 factory_redirection_test/09: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
588 factory_redirection_test/10: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
589 factory_redirection_test/11: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
590 factory_redirection_test/12: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
591 factory_redirection_test/13: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
592 factory_redirection_test/14: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
593 factory_redirection_test/none: Crash # Instance of 'TypeOperator': type check un implemented for A<List>.
580 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 594 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
581 factory_type_parameter2_test: Crash # Please triage this failure. 595 factory_type_parameter2_test: Crash # Please triage this failure.
582 factory_type_parameter_test: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>. 596 factory_type_parameter_test: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
583 fast_method_extraction_test: Crash # Instance of 'TypeOperator': type check unim plemented for T. 597 fast_method_extraction_test: Crash # Instance of 'TypeOperator': type check unim plemented for T.
584 final_super_field_set_test/01: RuntimeError # Please triage this failure. 598 final_super_field_set_test/01: RuntimeError # Please triage this failure.
585 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally 599 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally
586 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 600 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
587 first_class_types_literals_test/04: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 601 first_class_types_literals_test/04: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
588 first_class_types_literals_test/05: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 602 first_class_types_literals_test/05: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
589 first_class_types_literals_test/06: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 603 first_class_types_literals_test/06: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 683 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
670 function_type_alias4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 684 function_type_alias4_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F.
671 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 685 function_type_alias6_test/none: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
672 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun. 686 function_type_alias_test: Crash # Instance of 'TypeOperator': type check unimple mented for Fun.
673 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F. 687 function_type_call_getter_test: Crash # Instance of 'TypeOperator': type check u nimplemented for F.
674 generic2_test: Crash # Instance of 'TypeOperator': type check unimplemented for T. 688 generic2_test: Crash # Instance of 'TypeOperator': type check unimplemented for T.
675 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F. 689 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F.
676 generic_constructor_mixin2_test: Crash # Please triage this failure. 690 generic_constructor_mixin2_test: Crash # Please triage this failure.
677 generic_constructor_mixin3_test: Crash # Please triage this failure. 691 generic_constructor_mixin3_test: Crash # Please triage this failure.
678 generic_constructor_mixin_test: Crash # Please triage this failure. 692 generic_constructor_mixin_test: Crash # Please triage this failure.
693 generic_deep_test: Crash # Instance of 'TypeOperator': type check unimplemented for S<Z>.
679 generic_field_mixin2_test: Crash # Please triage this failure. 694 generic_field_mixin2_test: Crash # Please triage this failure.
680 generic_field_mixin3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for A<T>. 695 generic_field_mixin3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for A<T>.
681 generic_field_mixin_test: Crash # Instance of 'TypeOperator': type check unimple mented for A<int>. 696 generic_field_mixin_test: Crash # Instance of 'TypeOperator': type check unimple mented for A<int>.
697 generic_inheritance_test: Crash # Instance of 'TypeOperator': type check unimple mented for A<Object>.
682 generic_instanceof2_test: Crash # Instance of 'TypeOperator': type check unimple mented for Foo<int, num>. 698 generic_instanceof2_test: Crash # Instance of 'TypeOperator': type check unimple mented for Foo<int, num>.
699 generic_instanceof3_test: Crash # Instance of 'TypeOperator': type check unimple mented for I<String>.
683 generic_instanceof4_test: Crash # Instance of 'TypeOperator': type check unimple mented for T. 700 generic_instanceof4_test: Crash # Instance of 'TypeOperator': type check unimple mented for T.
684 generic_instanceof5_test: Crash # Instance of 'TypeOperator': type check unimple mented for T. 701 generic_instanceof5_test: Crash # Instance of 'TypeOperator': type check unimple mented for T.
685 generic_instanceof_test: Crash # Instance of 'TypeOperator': type check unimplem ented for List<T>. 702 generic_instanceof_test: Crash # Instance of 'TypeOperator': type check unimplem ented for List<T>.
703 generic_is_check_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for A<int>.
686 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 704 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
687 generic_native_test: Crash # Instance of 'TypeOperator': type check unimplemente d for T. 705 generic_native_test: Crash # Instance of 'TypeOperator': type check unimplemente d for T.
688 generic_object_type_test: Crash # Instance of 'TypeOperator': type check unimple mented for T. 706 generic_object_type_test: Crash # Instance of 'TypeOperator': type check unimple mented for T.
707 generic_parameterized_extends_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for A<Object>.
689 generic_test: Crash # Instance of 'TypeOperator': type check unimplemented for B <AA>. 708 generic_test: Crash # Instance of 'TypeOperator': type check unimplemented for B <AA>.
690 if_null_assignment_behavior_test/01: Crash # Please triage this failure. 709 if_null_assignment_behavior_test/01: Crash # Please triage this failure.
691 if_null_assignment_behavior_test/02: Crash # Please triage this failure. 710 if_null_assignment_behavior_test/02: Crash # Please triage this failure.
692 if_null_assignment_behavior_test/03: Crash # Please triage this failure. 711 if_null_assignment_behavior_test/03: Crash # Please triage this failure.
693 if_null_assignment_behavior_test/04: Crash # Please triage this failure. 712 if_null_assignment_behavior_test/04: Crash # Please triage this failure.
694 if_null_assignment_behavior_test/05: Crash # Please triage this failure. 713 if_null_assignment_behavior_test/05: Crash # Please triage this failure.
695 if_null_assignment_behavior_test/06: Crash # Please triage this failure. 714 if_null_assignment_behavior_test/06: Crash # Please triage this failure.
696 if_null_assignment_behavior_test/07: Crash # Please triage this failure. 715 if_null_assignment_behavior_test/07: Crash # Please triage this failure.
697 if_null_assignment_behavior_test/08: Crash # Please triage this failure. 716 if_null_assignment_behavior_test/08: Crash # Please triage this failure.
698 if_null_assignment_behavior_test/09: Crash # Please triage this failure. 717 if_null_assignment_behavior_test/09: Crash # Please triage this failure.
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 inferrer_constructor3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 816 inferrer_constructor3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
798 inferrer_constructor4_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 817 inferrer_constructor4_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
799 inferrer_constructor5_test/01: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 818 inferrer_constructor5_test/01: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
800 inferrer_constructor_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 819 inferrer_constructor_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
801 inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 820 inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
802 inferrer_synthesized_super_constructor_test: Crash # Please triage this failure. 821 inferrer_synthesized_super_constructor_test: Crash # Please triage this failure.
803 inferrer_this_access_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 822 inferrer_this_access_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
804 infinite_switch_label_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 823 infinite_switch_label_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
805 inlined_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 824 inlined_throw_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
806 instance_creation_in_function_annotation_test: Crash # Instance of 'TypeOperator ': type check unimplemented for _Nullary. 825 instance_creation_in_function_annotation_test: Crash # Instance of 'TypeOperator ': type check unimplemented for _Nullary.
826 instanceof2_test: Crash # Instance of 'TypeOperator': type check unimplemented f or List<Object>.
807 instanceof3_test: Crash # Instance of 'TypeOperator': type check unimplemented f or UndeclaredType. 827 instanceof3_test: Crash # Instance of 'TypeOperator': type check unimplemented f or UndeclaredType.
808 instanceof4_test/01: Crash # Instance of 'TypeOperator': type check unimplemente d for List<T>. 828 instanceof4_test/01: Crash # Instance of 'TypeOperator': type check unimplemente d for List<T>.
809 instanceof4_test/none: Crash # Instance of 'TypeOperator': type check unimplemen ted for List<T>. 829 instanceof4_test/none: Crash # Instance of 'TypeOperator': type check unimplemen ted for List<T>.
810 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 830 integer_division_by_zero_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
811 interceptor6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 831 interceptor6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
812 interceptor_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 832 interceptor_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
813 internal_library_test/01: Crash # (JS('int','0')): handleStaticFunctionInvoke: f oreign: function(JS) 833 internal_library_test/01: Crash # (JS('int','0')): handleStaticFunctionInvoke: f oreign: function(JS)
814 invocation_mirror_invoke_on2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary. 834 invocation_mirror_invoke_on2_test: Crash # Instance of 'TypeOperator': type chec k unimplemented for _Nullary.
815 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 835 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
816 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 836 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
(...skipping 19 matching lines...) Expand all
836 issue7525_test: Crash # Instance of 'TypeOperator': type casts not implemented. 856 issue7525_test: Crash # Instance of 'TypeOperator': type casts not implemented.
837 issue_1751477_test: Crash # (lib1.loadLibrary()): handleStaticGetterInvoke: fore ign: getter(loadLibrary) 857 issue_1751477_test: Crash # (lib1.loadLibrary()): handleStaticGetterInvoke: fore ign: getter(loadLibrary)
838 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node 858 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node
839 large_class_declaration_test: Crash # Please triage this failure. 859 large_class_declaration_test: Crash # Please triage this failure.
840 lazy_static3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 860 lazy_static3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
841 library_ambiguous_test/04: Crash # Instance of 'TypeOperator': type check unimpl emented for bax. 861 library_ambiguous_test/04: Crash # Instance of 'TypeOperator': type check unimpl emented for bax.
842 licm2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary. 862 licm2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
843 licm3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary. 863 licm3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
844 list_double_index_in_loop2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 864 list_double_index_in_loop2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
845 list_double_index_in_loop_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 865 list_double_index_in_loop_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
866 list_is_test: Crash # Instance of 'TypeOperator': type check unimplemented for L ist<int>.
846 list_length_tracer_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 867 list_length_tracer_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
847 list_literal3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 868 list_literal3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
848 list_test: Crash # Instance of 'TypeOperator': type check unimplemented for List <A>. 869 list_test: Crash # Instance of 'TypeOperator': type check unimplemented for List <A>.
849 malbounded_type_cast2_test: Crash # Instance of 'TypeOperator': type casts not i mplemented. 870 malbounded_type_cast2_test: Crash # Instance of 'TypeOperator': type casts not i mplemented.
850 malbounded_type_cast_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 871 malbounded_type_cast_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
851 malbounded_type_test2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for A<T>. 872 malbounded_type_test2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for A<T>.
873 malbounded_type_test_test/01: Crash # Instance of 'TypeOperator': type check uni mplemented for Super<int>.
874 malbounded_type_test_test/04: Crash # Instance of 'TypeOperator': type check uni mplemented for Super<String>.
852 malformed2_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for List<Unresolved>. 875 malformed2_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for List<Unresolved>.
876 malformed_inheritance_test/02: Crash # Instance of 'TypeOperator': type check un implemented for A<String>.
853 malformed_inheritance_test/03: Crash # Please triage this failure. 877 malformed_inheritance_test/03: Crash # Please triage this failure.
878 malformed_inheritance_test/04: Crash # Instance of 'TypeOperator': type check un implemented for A<String>.
879 malformed_inheritance_test/06: Crash # Instance of 'TypeOperator': type check un implemented for A<String>.
854 malformed_inheritance_test/09: Crash # Please triage this failure. 880 malformed_inheritance_test/09: Crash # Please triage this failure.
855 malformed_inheritance_test/10: Crash # Please triage this failure. 881 malformed_inheritance_test/10: Crash # Please triage this failure.
856 malformed_test/06: Crash # Please triage this failure. 882 malformed_test/06: Crash # Please triage this failure.
857 malformed_test/none: Crash # Please triage this failure. 883 malformed_test/none: Crash # Please triage this failure.
858 many_generic_instanceof_test: Crash # Instance of 'TypeOperator': type check uni mplemented for List<T>. 884 many_generic_instanceof_test: Crash # Instance of 'TypeOperator': type check uni mplemented for List<T>.
859 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 885 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
860 megamorphic_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 886 megamorphic_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
861 method_override4_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 887 method_override4_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
862 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 888 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
863 method_override_test: Crash # Instance of 'TypeOperator': type check unimplement ed for RemoveFunctionType<String, String>. 889 method_override_test: Crash # Instance of 'TypeOperator': type check unimplement ed for RemoveFunctionType<String, String>.
864 mint_arithmetic_test: Crash # try/finally 890 mint_arithmetic_test: Crash # try/finally
865 mixin_bound_test: Crash # Please triage this failure. 891 mixin_bound_test: Crash # Please triage this failure.
866 mixin_cyclic_test/01: Crash # Please triage this failure. 892 mixin_cyclic_test/01: Crash # Please triage this failure.
867 mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 893 mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
868 mixin_extends_method_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 894 mixin_extends_method_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
869 mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 895 mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
870 mixin_forwarding_constructor1_test: Crash # Please triage this failure. 896 mixin_forwarding_constructor1_test: Crash # Please triage this failure.
871 mixin_forwarding_constructor3_test: Crash # Please triage this failure. 897 mixin_forwarding_constructor3_test: Crash # Please triage this failure.
898 mixin_generic_test: Crash # Instance of 'TypeOperator': type check unimplemented for S<Map<int, bool>>.
872 mixin_illegal_constructor_test/13: MissingRuntimeError # Please triage this fail ure. 899 mixin_illegal_constructor_test/13: MissingRuntimeError # Please triage this fail ure.
873 mixin_illegal_constructor_test/15: MissingRuntimeError # Please triage this fail ure. 900 mixin_illegal_constructor_test/15: MissingRuntimeError # Please triage this fail ure.
874 mixin_illegal_cycles_test/02: Crash # Please triage this failure. 901 mixin_illegal_cycles_test/02: Crash # Please triage this failure.
875 mixin_illegal_cycles_test/03: Crash # Please triage this failure. 902 mixin_illegal_cycles_test/03: Crash # Please triage this failure.
876 mixin_illegal_cycles_test/04: Crash # Please triage this failure. 903 mixin_illegal_cycles_test/04: Crash # Please triage this failure.
877 mixin_illegal_cycles_test/06: Crash # Please triage this failure. 904 mixin_illegal_cycles_test/06: Crash # Please triage this failure.
878 mixin_illegal_static_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 905 mixin_illegal_static_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
879 mixin_invalid_inheritance1_test/01: Crash # Please triage this failure. 906 mixin_invalid_inheritance1_test/01: Crash # Please triage this failure.
880 mixin_invalid_inheritance1_test/02: Crash # Please triage this failure. 907 mixin_invalid_inheritance1_test/02: Crash # Please triage this failure.
881 mixin_invalid_inheritance1_test/03: Crash # Please triage this failure. 908 mixin_invalid_inheritance1_test/03: Crash # Please triage this failure.
882 mixin_issue10216_2_test: Crash # Instance of 'TypeOperator': type casts not impl emented. 909 mixin_issue10216_2_test: Crash # Instance of 'TypeOperator': type casts not impl emented.
883 mixin_issue10216_test: Crash # Instance of 'TypeOperator': type casts not implem ented. 910 mixin_issue10216_test: Crash # Instance of 'TypeOperator': type casts not implem ented.
884 mixin_lib_extends_field_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 911 mixin_lib_extends_field_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
885 mixin_lib_extends_method_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary. 912 mixin_lib_extends_method_test: Crash # Instance of 'TypeOperator': type check un implemented for _Nullary.
886 mixin_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 913 mixin_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
914 mixin_mixin4_test: Crash # Instance of 'TypeOperator': type check unimplemented for I<List<bool>>.
915 mixin_mixin5_test: Crash # Instance of 'TypeOperator': type check unimplemented for K<int>.
916 mixin_mixin6_test: Crash # Instance of 'TypeOperator': type check unimplemented for K<int>.
917 mixin_mixin7_test: Crash # Instance of 'TypeOperator': type check unimplemented for K<int>.
918 mixin_mixin_bound2_test: Crash # Instance of 'TypeOperator': type check unimplem ented for K<int>.
919 mixin_mixin_bound_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for I<List<bool>>.
887 mixin_only_for_rti_test: Crash # Instance of 'TypeOperator': type check unimplem ented for T. 920 mixin_only_for_rti_test: Crash # Instance of 'TypeOperator': type check unimplem ented for T.
888 mixin_super_constructor2_test: Crash # Please triage this failure. 921 mixin_super_constructor2_test: Crash # Please triage this failure.
889 mixin_super_constructor_default_test: Crash # Please triage this failure. 922 mixin_super_constructor_default_test: Crash # Please triage this failure.
890 mixin_super_constructor_multiple_test: Crash # Please triage this failure. 923 mixin_super_constructor_multiple_test: Crash # Please triage this failure.
891 mixin_super_constructor_named_test/01: Crash # Please triage this failure. 924 mixin_super_constructor_named_test/01: Crash # Please triage this failure.
892 mixin_super_constructor_named_test/none: Crash # Please triage this failure. 925 mixin_super_constructor_named_test/none: Crash # Please triage this failure.
893 mixin_super_constructor_positionals_test/01: Crash # Please triage this failure. 926 mixin_super_constructor_positionals_test/01: Crash # Please triage this failure.
894 mixin_super_constructor_positionals_test/none: Crash # Please triage this failur e. 927 mixin_super_constructor_positionals_test/none: Crash # Please triage this failur e.
895 mixin_super_constructor_test: Crash # Please triage this failure. 928 mixin_super_constructor_test: Crash # Please triage this failure.
929 mixin_type_parameter1_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Mixin1<num>.
896 mixin_type_parameter2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Mixin1<num>. 930 mixin_type_parameter2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Mixin1<num>.
897 mixin_type_parameter3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Mixin1<num>. 931 mixin_type_parameter3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Mixin1<num>.
932 mixin_type_parameter4_test: Crash # Instance of 'TypeOperator': type check unimp lemented for R<bool, int>.
898 mixin_type_parameters_mixin_extends_test: Crash # Instance of 'TypeOperator': ty pe check unimplemented for M<int>. 933 mixin_type_parameters_mixin_extends_test: Crash # Instance of 'TypeOperator': ty pe check unimplemented for M<int>.
899 mixin_type_parameters_mixin_test: Crash # Instance of 'TypeOperator': type check unimplemented for M<int>. 934 mixin_type_parameters_mixin_test: Crash # Instance of 'TypeOperator': type check unimplemented for M<int>.
900 mixin_type_parameters_super_extends_test: Crash # Instance of 'TypeOperator': ty pe check unimplemented for S<int>. 935 mixin_type_parameters_super_extends_test: Crash # Instance of 'TypeOperator': ty pe check unimplemented for S<int>.
901 mixin_type_parameters_super_test: Crash # Instance of 'TypeOperator': type check unimplemented for S<int>. 936 mixin_type_parameters_super_test: Crash # Instance of 'TypeOperator': type check unimplemented for S<int>.
902 mixin_typedef_constructor_test: Crash # Please triage this failure. 937 mixin_typedef_constructor_test: Crash # Please triage this failure.
903 mixin_with_two_implicit_constructors_test: Crash # Instance of 'TypeOperator': t ype check unimplemented for _Nullary. 938 mixin_with_two_implicit_constructors_test: Crash # Instance of 'TypeOperator': t ype check unimplemented for _Nullary.
904 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 939 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
905 multiple_field_assignment_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 940 multiple_field_assignment_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
906 named_parameter_clash_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 941 named_parameter_clash_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
907 named_parameters_aggregated_test/05: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 942 named_parameters_aggregated_test/05: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
943 namer2_test: Crash # Instance of 'TypeOperator': type check unimplemented for A< String>.
908 naming_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 944 naming_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
909 nested_switch_label_test: Crash # Unhandled node 945 nested_switch_label_test: Crash # Unhandled node
910 no_such_constructor2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 946 no_such_constructor2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
911 no_such_constructor_test/01: MissingRuntimeError # Please triage this failure. 947 no_such_constructor_test/01: MissingRuntimeError # Please triage this failure.
912 no_such_method_dispatcher_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 948 no_such_method_dispatcher_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
913 no_such_method_empty_selector_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 949 no_such_method_empty_selector_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
914 no_such_method_test: RuntimeError # Please triage this failure. 950 no_such_method_test: RuntimeError # Please triage this failure.
915 non_const_super_negative_test: Crash # Please triage this failure. 951 non_const_super_negative_test: Crash # Please triage this failure.
916 not_enough_positional_arguments_test/00: MissingRuntimeError # Please triage thi s failure. 952 not_enough_positional_arguments_test/00: MissingRuntimeError # Please triage thi s failure.
917 not_enough_positional_arguments_test/03: Crash # Please triage this failure. 953 not_enough_positional_arguments_test/03: Crash # Please triage this failure.
954 null2_test: Crash # Instance of 'TypeOperator': type check unimplemented for dyn amic.
918 null_inline_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 955 null_inline_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
919 null_is2_test: Crash # Instance of 'TypeOperator': type check unimplemented for T. 956 null_is2_test: Crash # Instance of 'TypeOperator': type check unimplemented for T.
920 null_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 957 null_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
921 null_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for d ynamic. 958 null_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for d ynamic.
922 null_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for d ynamic. 959 null_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for d ynamic.
923 null_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for d ynamic. 960 null_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for d ynamic.
924 null_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for dynamic. 961 null_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for dynamic.
925 number_identifier_test/05: Crash # Instance of 'TypeOperator': type casts not im plemented. 962 number_identifier_test/05: Crash # Instance of 'TypeOperator': type casts not im plemented.
926 number_identifier_test/08: Crash # Instance of 'TypeOperator': type casts not im plemented. 963 number_identifier_test/08: Crash # Instance of 'TypeOperator': type casts not im plemented.
927 number_identifier_test/09: Crash # Instance of 'TypeOperator': type casts not im plemented. 964 number_identifier_test/09: Crash # Instance of 'TypeOperator': type casts not im plemented.
(...skipping 10 matching lines...) Expand all
938 private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 975 private4_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
939 private_access_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 976 private_access_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
940 private_access_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 977 private_access_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
941 private_access_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 978 private_access_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
942 private_access_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 979 private_access_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
943 private_access_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 980 private_access_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
944 private_access_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 981 private_access_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
945 private_mixin2_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 982 private_mixin2_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
946 range_analysis2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 983 range_analysis2_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
947 redirecting_factory_incompatible_signature_test: Crash # Instance of 'TypeOperat or': type check unimplemented for _Nullary. 984 redirecting_factory_incompatible_signature_test: Crash # Instance of 'TypeOperat or': type check unimplemented for _Nullary.
985 redirecting_factory_long_test: Crash # Instance of 'TypeOperator': type check un implemented for X<int>.
948 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 986 ref_before_declaration_test/00: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
949 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 987 ref_before_declaration_test/01: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
950 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 988 ref_before_declaration_test/02: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
951 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 989 ref_before_declaration_test/03: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
952 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 990 ref_before_declaration_test/04: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
953 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 991 ref_before_declaration_test/05: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
954 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 992 ref_before_declaration_test/06: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
955 ref_before_declaration_test/07: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node 993 ref_before_declaration_test/07: Crash # (switch (x){case 0:var x='Does fuzzy log ic tickle?';}): Unhandled node
956 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node 994 ref_before_declaration_test/none: Crash # (switch (x){case 0:var x='Does fuzzy l ogic tickle?';}): Unhandled node
957 refine_receiver_null_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 995 refine_receiver_null_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
958 reg_exp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary. 996 reg_exp_test: Crash # Instance of 'TypeOperator': type check unimplemented for _ Nullary.
959 regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 997 regress_12561_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
998 regress_14105_test: Crash # Instance of 'TypeOperator': type check unimplemented for A<int>.
960 regress_18435_test: Crash # Please triage this failure. 999 regress_18435_test: Crash # Please triage this failure.
961 regress_18535_test: Crash # Instance of 'TypeOperator': type check unimplemented for V. 1000 regress_18535_test: Crash # Instance of 'TypeOperator': type check unimplemented for V.
962 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally 1001 regress_21795_test: Crash # (try {foo(t);}finally {if(t==0){try {}catch (err,st) {}}}): try/finally
963 regress_22438_test: Crash # cannot handle async/sync*/async* functions 1002 regress_22438_test: Crash # cannot handle async/sync*/async* functions
964 regress_22443_test: Crash # (D.loadLibrary()): handleStaticGetterInvoke: foreign : getter(loadLibrary) 1003 regress_22443_test: Crash # (D.loadLibrary()): handleStaticGetterInvoke: foreign : getter(loadLibrary)
965 regress_22445_test: Crash # cannot handle async/sync*/async* functions 1004 regress_22445_test: Crash # cannot handle async/sync*/async* functions
966 regress_22579_test: Crash # cannot handle async/sync*/async* functions 1005 regress_22579_test: Crash # cannot handle async/sync*/async* functions
967 regress_22700_test: Crash # Please triage this failure. 1006 regress_22700_test: Crash # Please triage this failure.
968 regress_22728_test: Crash # cannot handle async/sync*/async* functions 1007 regress_22728_test: Crash # cannot handle async/sync*/async* functions
969 regress_22777_test: Crash # cannot handle async/sync*/async* functions 1008 regress_22777_test: Crash # cannot handle async/sync*/async* functions
970 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally 1009 regress_22822_test: Crash # (try {for(int i=0;i<10;i++ ){return ()=>i+b;}}finall y {b=10;}): try/finally
971 regress_22936_test/01: Crash # Please triage this failure. 1010 regress_22936_test/01: Crash # Please triage this failure.
972 regress_22936_test/none: Crash # Please triage this failure. 1011 regress_22936_test/none: Crash # Please triage this failure.
1012 regress_r24720_test: Crash # Instance of 'TypeOperator': type check unimplemente d for A<int>.
973 reify_typevar_static_test/01: Crash # Please triage this failure. 1013 reify_typevar_static_test/01: Crash # Please triage this failure.
974 return_type_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1014 return_type_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
975 side_effect_throw_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 1015 side_effect_throw_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
1016 smaller_4_Interface_Types_A11_t02_test: Crash # Instance of 'TypeOperator': type check unimplemented for G<C, C, C>.
1017 smi_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Comparable<double>.
976 stack_trace_test: Crash # try/finally 1018 stack_trace_test: Crash # try/finally
977 statement_test: Crash # try/finally 1019 statement_test: Crash # try/finally
978 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally 1020 static_postfix_operator_test: Crash # (try {if(a++ ==0){inIt=true;}}finally {}): try/finally
979 static_setter_get_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 1021 static_setter_get_test/01: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
980 string_charcode_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 1022 string_charcode_test: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
981 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 1023 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
982 super_all_named_constructor_test: Crash # Please triage this failure. 1024 super_all_named_constructor_test: Crash # Please triage this failure.
983 super_bound_closure_test/01: RuntimeError # Please triage this failure. 1025 super_bound_closure_test/01: RuntimeError # Please triage this failure.
984 super_bound_closure_test/none: RuntimeError # Please triage this failure. 1026 super_bound_closure_test/none: RuntimeError # Please triage this failure.
985 super_call4_test: RuntimeError # Please triage this failure. 1027 super_call4_test: RuntimeError # Please triage this failure.
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 try_catch3_test: Crash # try/finally 1089 try_catch3_test: Crash # try/finally
1048 try_catch4_test: Crash # try/finally 1090 try_catch4_test: Crash # try/finally
1049 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally 1091 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally
1050 try_catch_on_syntax_test/07: Crash # Instance of 'TypeOperator': type check unim plemented for UndefinedClass. 1092 try_catch_on_syntax_test/07: Crash # Instance of 'TypeOperator': type check unim plemented for UndefinedClass.
1051 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally 1093 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally
1052 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally 1094 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally
1053 try_catch_syntax_test/08: Crash # Instance of 'TypeOperator': type check unimple mented for MammaMia. 1095 try_catch_syntax_test/08: Crash # Instance of 'TypeOperator': type check unimple mented for MammaMia.
1054 try_catch_test/01: Crash # Please triage this failure. 1096 try_catch_test/01: Crash # Please triage this failure.
1055 try_catch_test/none: Crash # Please triage this failure. 1097 try_catch_test/none: Crash # Please triage this failure.
1056 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1098 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1099 type_argument_substitution_test: Crash # Instance of 'TypeOperator': type check unimplemented for X<A<String>>.
1057 type_check_test: Crash # Instance of 'TypeOperator': type casts not implemented. 1100 type_check_test: Crash # Instance of 'TypeOperator': type casts not implemented.
1058 type_error_test: Crash # Instance of 'TypeOperator': type casts not implemented. 1101 type_error_test: Crash # Instance of 'TypeOperator': type casts not implemented.
1059 type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1102 type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1060 type_parameter_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 1103 type_parameter_test/01: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>.
1061 type_parameter_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 1104 type_parameter_test/02: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>.
1062 type_parameter_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 1105 type_parameter_test/03: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>.
1063 type_parameter_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 1106 type_parameter_test/04: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>.
1064 type_parameter_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 1107 type_parameter_test/05: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>.
1065 type_parameter_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>. 1108 type_parameter_test/06: Crash # Instance of 'TypeOperator': type check unimpleme nted for Set<int>.
1066 type_parameter_test/none: Crash # Instance of 'TypeOperator': type check unimple mented for Set<int>. 1109 type_parameter_test/none: Crash # Instance of 'TypeOperator': type check unimple mented for Set<int>.
1110 type_promotion_closure_test/01: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1111 type_promotion_closure_test/02: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1112 type_promotion_closure_test/03: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1113 type_promotion_closure_test/04: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1114 type_promotion_closure_test/05: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1115 type_promotion_closure_test/06: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1116 type_promotion_closure_test/07: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1117 type_promotion_closure_test/08: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1118 type_promotion_closure_test/09: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1119 type_promotion_closure_test/10: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1120 type_promotion_closure_test/11: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1121 type_promotion_closure_test/12: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1122 type_promotion_closure_test/13: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1123 type_promotion_closure_test/14: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1124 type_promotion_closure_test/15: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1125 type_promotion_closure_test/16: Crash # Instance of 'TypeOperator': type check u nimplemented for List<B>.
1126 type_promotion_closure_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for List<B>.
1067 type_promotion_functions_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1127 type_promotion_functions_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1068 type_promotion_functions_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1128 type_promotion_functions_test/02: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1069 type_promotion_functions_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1129 type_promotion_functions_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1070 type_promotion_functions_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1130 type_promotion_functions_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1071 type_promotion_functions_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1131 type_promotion_functions_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1072 type_promotion_functions_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1132 type_promotion_functions_test/06: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1073 type_promotion_functions_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1133 type_promotion_functions_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1074 type_promotion_functions_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1134 type_promotion_functions_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1075 type_promotion_functions_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1135 type_promotion_functions_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1076 type_promotion_functions_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1136 type_promotion_functions_test/10: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1077 type_promotion_functions_test/11: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1137 type_promotion_functions_test/11: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1078 type_promotion_functions_test/12: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1138 type_promotion_functions_test/12: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1079 type_promotion_functions_test/13: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1139 type_promotion_functions_test/13: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1080 type_promotion_functions_test/14: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn. 1140 type_promotion_functions_test/14: Crash # Instance of 'TypeOperator': type check unimplemented for FuncDynToDyn.
1081 type_promotion_functions_test/none: Crash # Instance of 'TypeOperator': type che ck unimplemented for FuncDynToDyn. 1141 type_promotion_functions_test/none: Crash # Instance of 'TypeOperator': type che ck unimplemented for FuncDynToDyn.
1142 type_promotion_more_specific_test/01: Crash # Instance of 'TypeOperator': type c heck unimplemented for E<A>.
1143 type_promotion_more_specific_test/02: Crash # Instance of 'TypeOperator': type c heck unimplemented for E<A>.
1144 type_promotion_more_specific_test/03: Crash # Instance of 'TypeOperator': type c heck unimplemented for E<A>.
1145 type_promotion_more_specific_test/04: Crash # Instance of 'TypeOperator': type c heck unimplemented for E<A>.
1146 type_promotion_more_specific_test/05: Crash # Instance of 'TypeOperator': type c heck unimplemented for E<A>.
1147 type_promotion_more_specific_test/06: Crash # Instance of 'TypeOperator': type c heck unimplemented for E<A>.
1148 type_promotion_more_specific_test/07: Crash # Instance of 'TypeOperator': type c heck unimplemented for E<A>.
1149 type_promotion_more_specific_test/08: Crash # Instance of 'TypeOperator': type c heck unimplemented for E<A>.
1150 type_promotion_more_specific_test/09: Crash # Instance of 'TypeOperator': type c heck unimplemented for E<A>.
1151 type_promotion_more_specific_test/10: Crash # Instance of 'TypeOperator': type c heck unimplemented for E<A>.
1152 type_promotion_more_specific_test/11: Crash # Instance of 'TypeOperator': type c heck unimplemented for E<A>.
1153 type_promotion_more_specific_test/12: Crash # Instance of 'TypeOperator': type c heck unimplemented for E<A>.
1154 type_promotion_more_specific_test/13: Crash # Instance of 'TypeOperator': type c heck unimplemented for E<A>.
1155 type_promotion_more_specific_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for E<A>.
1082 type_propagation_in_for_update_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 1156 type_propagation_in_for_update_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
1083 type_variable_closure2_test : RuntimeError 1157 type_variable_bounds3_test/00: Crash # Instance of 'TypeOperator': type check un implemented for A<X>.
1158 type_variable_closure2_test: Crash # Instance of 'TypeOperator': type check unim plemented for A<int>.
1084 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 1159 type_variable_closure_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
1085 type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1160 type_variable_conflict2_test/03: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1086 type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1161 type_variable_conflict2_test/04: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1087 type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1162 type_variable_conflict2_test/05: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1088 type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1163 type_variable_conflict2_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1089 type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1164 type_variable_conflict2_test/09: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1090 type_variable_field_initializer_closure_test: Crash # Instance of 'TypeOperator' : type check unimplemented for List<int>. 1165 type_variable_field_initializer_closure_test: Crash # Instance of 'TypeOperator' : type check unimplemented for List<int>.
1091 type_variable_field_initializer_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for List<int>. 1166 type_variable_field_initializer_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for List<int>.
1092 type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>. 1167 type_variable_function_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for Func<S>.
1093 type_variable_initializer_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Map<int, int>. 1168 type_variable_initializer_test: Crash # Instance of 'TypeOperator': type check u nimplemented for Map<int, int>.
1169 type_variable_nested_test: Crash # Instance of 'TypeOperator': type check unimpl emented for List<int>.
1094 type_variable_typedef_test: Crash # Please triage this failure. 1170 type_variable_typedef_test: Crash # Please triage this failure.
1095 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted. 1171 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted.
1096 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 1172 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
1097 typevariable_substitution2_test/01: Crash # Please triage this failure. 1173 typevariable_substitution2_test/01: Crash # Please triage this failure.
1098 typevariable_substitution2_test/02: Crash # Please triage this failure. 1174 typevariable_substitution2_test/02: Crash # Please triage this failure.
1099 typevariable_substitution2_test/none: Crash # Please triage this failure. 1175 typevariable_substitution2_test/none: Crash # Please triage this failure.
1100 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1176 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1101 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1177 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1102 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1178 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1103 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1179 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1104 void_type_test: Crash # Unhandled node 1180 void_type_test: Crash # Unhandled node
1105 issue10721_test : RuntimeError 1181 map_literal8_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map<A, int>.
1106 mixin_mixin7_test : Pass 1182 map_literal7_test : Crash # Instance of 'TypeOperator': type check unimplemented for Map<String, int>.
1107 cast2_test/01 : Crash # Instance of 'TypeOperator': type casts not implemented.
1108 cast2_test/none : Crash # Instance of 'TypeOperator': type casts not implemented .
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698