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

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

Issue 1160763002: dart2js cps: 'is'-check directly against type variables. (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
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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally 564 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally
565 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally 565 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally
566 execute_finally2_test: Crash # try/finally 566 execute_finally2_test: Crash # try/finally
567 execute_finally3_test: Crash # try/finally 567 execute_finally3_test: Crash # try/finally
568 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally 568 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally
569 execute_finally5_test: Crash # try/finally 569 execute_finally5_test: Crash # try/finally
570 execute_finally6_test: Crash # try/finally 570 execute_finally6_test: Crash # try/finally
571 execute_finally7_test: Crash # try/finally 571 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 572 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 573 execute_finally9_test: Crash # try/finally
574 factory3_test: Crash # Instance of 'TypeOperator': type check unimplemented for T.
575 factory_redirection3_cyclic_test/01: Crash # Please triage this failure. 574 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>. 575 factory_redirection_test/01: 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>. 576 factory_redirection_test/04: Crash # Instance of 'TypeOperator': type check unim plemented for A<List>.
578 factory_redirection_test/05 : MissingRuntimeError 577 factory_redirection_test/05 : MissingRuntimeError
579 factory_redirection_test/06 : MissingRuntimeError 578 factory_redirection_test/06 : MissingRuntimeError
580 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 579 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
581 factory_type_parameter2_test: Crash # Please triage this failure. 580 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>. 581 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.
584 final_super_field_set_test/01: RuntimeError # Please triage this failure. 582 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 583 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. 584 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. 585 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. 586 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. 587 first_class_types_literals_test/06: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
590 first_class_types_literals_test/07: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 588 first_class_types_literals_test/07: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
591 first_class_types_literals_test/08: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 589 first_class_types_literals_test/08: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
592 first_class_types_literals_test/09: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 590 first_class_types_literals_test/09: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
593 first_class_types_literals_test/10: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 591 first_class_types_literals_test/10: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
594 first_class_types_literals_test/11: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 592 first_class_types_literals_test/11: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
595 first_class_types_literals_test/12: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 593 first_class_types_literals_test/12: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
596 fixed_type_variable2_test/01: Crash # Instance of 'TypeOperator': type check uni mplemented for T.
597 fixed_type_variable2_test/02: Crash # Instance of 'TypeOperator': type check uni mplemented for T.
598 fixed_type_variable2_test/03: Crash # Instance of 'TypeOperator': type check uni mplemented for T.
599 fixed_type_variable2_test/04: Crash # Instance of 'TypeOperator': type check uni mplemented for T.
600 fixed_type_variable2_test/05: Crash # Instance of 'TypeOperator': type check uni mplemented for T.
601 fixed_type_variable2_test/06: Crash # Instance of 'TypeOperator': type check uni mplemented for T.
602 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions 594 flatten_test/01: Crash # (test()async{int x=await new Derived<int>();}): cannot handle async/sync*/async* functions
603 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions 595 flatten_test/02: Crash # (test()async{Future<int> f()async=>new Derived<int>();} ): cannot handle async/sync*/async* functions
604 flatten_test/03: Crash # cannot handle async/sync*/async* functions 596 flatten_test/03: Crash # cannot handle async/sync*/async* functions
605 flatten_test/04: Crash # cannot handle async/sync*/async* functions 597 flatten_test/04: Crash # cannot handle async/sync*/async* functions
606 flatten_test/05: Crash # cannot handle async/sync*/async* functions 598 flatten_test/05: Crash # cannot handle async/sync*/async* functions
607 flatten_test/06: Crash # cannot handle async/sync*/async* functions 599 flatten_test/06: Crash # cannot handle async/sync*/async* functions
608 flatten_test/07: Crash # cannot handle async/sync*/async* functions 600 flatten_test/07: Crash # cannot handle async/sync*/async* functions
609 flatten_test/08: Crash # cannot handle async/sync*/async* functions 601 flatten_test/08: Crash # cannot handle async/sync*/async* functions
610 flatten_test/09: Crash # cannot handle async/sync*/async* functions 602 flatten_test/09: Crash # cannot handle async/sync*/async* functions
611 flatten_test/10: Crash # cannot handle async/sync*/async* functions 603 flatten_test/10: Crash # cannot handle async/sync*/async* functions
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 function_subtype_typearg2_test: Crash # Please triage this failure. 656 function_subtype_typearg2_test: Crash # Please triage this failure.
665 function_subtype_typearg3_test: Crash # Please triage this failure. 657 function_subtype_typearg3_test: Crash # Please triage this failure.
666 function_subtype_typearg4_test: Crash # Please triage this failure. 658 function_subtype_typearg4_test: Crash # Please triage this failure.
667 function_type3_test: Crash # Instance of 'TypeOperator': type check unimplemente d for F. 659 function_type3_test: Crash # Instance of 'TypeOperator': type check unimplemente d for F.
668 function_type_alias2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for f1. 660 function_type_alias2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for f1.
669 function_type_alias3_test: Crash # Instance of 'TypeOperator': type check unimpl emented for F. 661 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. 662 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. 663 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. 664 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. 665 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.
675 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F. 666 generic_closure_test: Crash # Instance of 'TypeOperator': type check unimplement ed for F.
676 generic_constructor_mixin2_test: Crash # Please triage this failure. 667 generic_constructor_mixin2_test: Crash # Please triage this failure.
677 generic_constructor_mixin3_test: Crash # Please triage this failure. 668 generic_constructor_mixin3_test: Crash # Please triage this failure.
678 generic_constructor_mixin_test: Crash # Please triage this failure. 669 generic_constructor_mixin_test: Crash # Please triage this failure.
679 generic_field_mixin2_test: Crash # Please triage this failure. 670 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>. 671 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>. 672 generic_field_mixin_test: Crash # Instance of 'TypeOperator': type check unimple mented for A<int>.
682 generic_instanceof2_test: Crash # Instance of 'TypeOperator': type check unimple mented for Foo<int, num>. 673 generic_instanceof2_test: Crash # Instance of 'TypeOperator': type check unimple mented for Foo<int, num>.
683 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.
685 generic_instanceof_test: Crash # Instance of 'TypeOperator': type check unimplem ented for List<T>.
686 generic_list_checked_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 674 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.
688 generic_object_type_test: Crash # Instance of 'TypeOperator': type check unimple mented for T.
689 generic_test: Crash # Instance of 'TypeOperator': type check unimplemented for B <AA>. 675 generic_test: Crash # Instance of 'TypeOperator': type check unimplemented for B <AA>.
690 if_null_assignment_behavior_test/01: Crash # Please triage this failure. 676 if_null_assignment_behavior_test/01: Crash # Please triage this failure.
691 if_null_assignment_behavior_test/02: Crash # Please triage this failure. 677 if_null_assignment_behavior_test/02: Crash # Please triage this failure.
692 if_null_assignment_behavior_test/03: Crash # Please triage this failure. 678 if_null_assignment_behavior_test/03: Crash # Please triage this failure.
693 if_null_assignment_behavior_test/04: Crash # Please triage this failure. 679 if_null_assignment_behavior_test/04: Crash # Please triage this failure.
694 if_null_assignment_behavior_test/05: Crash # Please triage this failure. 680 if_null_assignment_behavior_test/05: Crash # Please triage this failure.
695 if_null_assignment_behavior_test/06: Crash # Please triage this failure. 681 if_null_assignment_behavior_test/06: Crash # Please triage this failure.
696 if_null_assignment_behavior_test/07: Crash # Please triage this failure. 682 if_null_assignment_behavior_test/07: Crash # Please triage this failure.
697 if_null_assignment_behavior_test/08: Crash # Please triage this failure. 683 if_null_assignment_behavior_test/08: Crash # Please triage this failure.
698 if_null_assignment_behavior_test/09: Crash # Please triage this failure. 684 if_null_assignment_behavior_test/09: Crash # Please triage this failure.
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 inferrer_constructor4_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 784 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. 785 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. 786 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. 787 inferrer_synthesized_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
802 inferrer_synthesized_super_constructor_test: Crash # Please triage this failure. 788 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. 789 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. 790 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. 791 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. 792 instance_creation_in_function_annotation_test: Crash # Instance of 'TypeOperator ': type check unimplemented for _Nullary.
807 instanceof3_test: Crash # Instance of 'TypeOperator': type check unimplemented f or UndeclaredType. 793 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>. 794 instanceof4_test/01 : RuntimeError
karlklose 2015/05/28 07:42:30 Are the RuntimeError failures bugs in the runtime
asgerf 2015/05/28 08:52:55 It's because we don't set runtime type information
809 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. 795 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. 796 interceptor6_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
812 interceptor_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 797 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) 798 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. 799 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. 800 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
816 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary. 801 invocation_mirror_test: Crash # Instance of 'TypeOperator': type check unimpleme nted for _Nullary.
817 is_malformed_type_test/94: Crash # Instance of 'TypeOperator': type casts not im plemented. 802 is_malformed_type_test/94: Crash # Instance of 'TypeOperator': type casts not im plemented.
818 is_malformed_type_test/95: Crash # Instance of 'TypeOperator': type check unimpl emented for Undefined. 803 is_malformed_type_test/95: Crash # Instance of 'TypeOperator': type check unimpl emented for Undefined.
819 is_malformed_type_test/96: Crash # Instance of 'TypeOperator': type casts not im plemented. 804 is_malformed_type_test/96: Crash # Instance of 'TypeOperator': type casts not im plemented.
(...skipping 28 matching lines...) Expand all
848 list_test: Crash # Instance of 'TypeOperator': type check unimplemented for List <A>. 833 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. 834 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. 835 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>. 836 malbounded_type_test2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for A<T>.
852 malformed2_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for List<Unresolved>. 837 malformed2_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for List<Unresolved>.
853 malformed_inheritance_test/03: Crash # Please triage this failure. 838 malformed_inheritance_test/03: Crash # Please triage this failure.
854 malformed_inheritance_test/09: Crash # Please triage this failure. 839 malformed_inheritance_test/09: Crash # Please triage this failure.
855 malformed_inheritance_test/10: Crash # Please triage this failure. 840 malformed_inheritance_test/10: Crash # Please triage this failure.
856 malformed_test/06: Crash # Please triage this failure. 841 malformed_test/06: Crash # Please triage this failure.
857 malformed_test/none: Crash # Please triage this failure. 842 malformed_test/none: Crash # Please triage this failure.
858 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. 843 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. 844 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. 845 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. 846 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>. 847 method_override_test: Crash # Instance of 'TypeOperator': type check unimplement ed for RemoveFunctionType<String, String>.
864 mint_arithmetic_test: Crash # try/finally 848 mint_arithmetic_test: Crash # try/finally
865 mixin_bound_test: Crash # Please triage this failure. 849 mixin_bound_test: Crash # Please triage this failure.
866 mixin_cyclic_test/01: Crash # Please triage this failure. 850 mixin_cyclic_test/01: Crash # Please triage this failure.
867 mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 851 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. 852 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. 853 mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
870 mixin_forwarding_constructor1_test: Crash # Please triage this failure. 854 mixin_forwarding_constructor1_test: Crash # Please triage this failure.
871 mixin_forwarding_constructor3_test: Crash # Please triage this failure. 855 mixin_forwarding_constructor3_test: Crash # Please triage this failure.
872 mixin_illegal_constructor_test/13: MissingRuntimeError # Please triage this fail ure. 856 mixin_illegal_constructor_test/13: MissingRuntimeError # Please triage this fail ure.
873 mixin_illegal_constructor_test/15: MissingRuntimeError # Please triage this fail ure. 857 mixin_illegal_constructor_test/15: MissingRuntimeError # Please triage this fail ure.
874 mixin_illegal_cycles_test/02: Crash # Please triage this failure. 858 mixin_illegal_cycles_test/02: Crash # Please triage this failure.
875 mixin_illegal_cycles_test/03: Crash # Please triage this failure. 859 mixin_illegal_cycles_test/03: Crash # Please triage this failure.
876 mixin_illegal_cycles_test/04: Crash # Please triage this failure. 860 mixin_illegal_cycles_test/04: Crash # Please triage this failure.
877 mixin_illegal_cycles_test/06: Crash # Please triage this failure. 861 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. 862 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. 863 mixin_invalid_inheritance1_test/01: Crash # Please triage this failure.
880 mixin_invalid_inheritance1_test/02: Crash # Please triage this failure. 864 mixin_invalid_inheritance1_test/02: Crash # Please triage this failure.
881 mixin_invalid_inheritance1_test/03: Crash # Please triage this failure. 865 mixin_invalid_inheritance1_test/03: Crash # Please triage this failure.
882 mixin_issue10216_2_test: Crash # Instance of 'TypeOperator': type casts not impl emented. 866 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. 867 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. 868 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. 869 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. 870 mixin_method_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
887 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. 871 mixin_super_constructor2_test: Crash # Please triage this failure.
889 mixin_super_constructor_default_test: Crash # Please triage this failure. 872 mixin_super_constructor_default_test: Crash # Please triage this failure.
890 mixin_super_constructor_multiple_test: Crash # Please triage this failure. 873 mixin_super_constructor_multiple_test: Crash # Please triage this failure.
891 mixin_super_constructor_named_test/01: Crash # Please triage this failure. 874 mixin_super_constructor_named_test/01: Crash # Please triage this failure.
892 mixin_super_constructor_named_test/none: Crash # Please triage this failure. 875 mixin_super_constructor_named_test/none: Crash # Please triage this failure.
893 mixin_super_constructor_positionals_test/01: Crash # Please triage this failure. 876 mixin_super_constructor_positionals_test/01: Crash # Please triage this failure.
894 mixin_super_constructor_positionals_test/none: Crash # Please triage this failur e. 877 mixin_super_constructor_positionals_test/none: Crash # Please triage this failur e.
895 mixin_super_constructor_test: Crash # Please triage this failure. 878 mixin_super_constructor_test: Crash # Please triage this failure.
896 mixin_type_parameter2_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Mixin1<num>. 879 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>. 880 mixin_type_parameter3_test: Crash # Instance of 'TypeOperator': type check unimp lemented for Mixin1<num>.
(...skipping 11 matching lines...) Expand all
909 nested_switch_label_test: Crash # Unhandled node 892 nested_switch_label_test: Crash # Unhandled node
910 no_such_constructor2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 893 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. 894 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. 895 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. 896 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. 897 no_such_method_test: RuntimeError # Please triage this failure.
915 non_const_super_negative_test: Crash # Please triage this failure. 898 non_const_super_negative_test: Crash # Please triage this failure.
916 not_enough_positional_arguments_test/00: MissingRuntimeError # Please triage thi s failure. 899 not_enough_positional_arguments_test/00: MissingRuntimeError # Please triage thi s failure.
917 not_enough_positional_arguments_test/03: Crash # Please triage this failure. 900 not_enough_positional_arguments_test/03: Crash # Please triage this failure.
918 null_inline_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 901 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.
920 null_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 902 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. 903 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. 904 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. 905 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. 906 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. 907 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. 908 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. 909 number_identifier_test/09: Crash # Instance of 'TypeOperator': type casts not im plemented.
928 number_identifier_test/none: Crash # Instance of 'TypeOperator': type casts not implemented. 910 number_identifier_test/none: Crash # Instance of 'TypeOperator': type casts not implemented.
929 on_catch_malformed_type_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary. 911 on_catch_malformed_type_test: Crash # Instance of 'TypeOperator': type check uni mplemented for _Nullary.
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 typevariable_substitution2_test/none: Crash # Please triage this failure. 1081 typevariable_substitution2_test/none: Crash # Please triage this failure.
1100 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1082 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. 1083 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. 1084 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. 1085 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1104 void_type_test: Crash # Unhandled node 1086 void_type_test: Crash # Unhandled node
1105 issue10721_test : RuntimeError 1087 issue10721_test : RuntimeError
1106 mixin_mixin7_test : Pass 1088 mixin_mixin7_test : Pass
1107 cast2_test/01 : Crash # Instance of 'TypeOperator': type casts not implemented. 1089 cast2_test/01 : Crash # Instance of 'TypeOperator': type casts not implemented.
1108 cast2_test/none : Crash # Instance of 'TypeOperator': type casts not implemented . 1090 cast2_test/none : Crash # Instance of 'TypeOperator': type casts not implemented .
1091 generic_field_mixin4_test : RuntimeError
asgerf 2015/05/28 08:52:55 This is addressed by the other CL.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698