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

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

Issue 1161823004: Handle .fromEnvironment and incompatible constructor invocations (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Change handling of incompatible redirecting factories. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/isolate/isolate.status ('k') | no next file » | 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 446 const_objects_are_immutable_test/none: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
447 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de 447 const_switch2_test/none: Crash # (switch (a){case 1:print("OK");}): Unhandled no de
448 const_switch_test/01: Crash # Unhandled node 448 const_switch_test/01: Crash # Unhandled node
449 const_switch_test/02: Crash # Unhandled node 449 const_switch_test/02: Crash # Unhandled node
450 const_switch_test/03: Crash # Unhandled node 450 const_switch_test/03: Crash # Unhandled node
451 const_switch_test/04: Crash # Unhandled node 451 const_switch_test/04: Crash # Unhandled node
452 constructor10_test/01: Crash # Please triage this failure. 452 constructor10_test/01: Crash # Please triage this failure.
453 constructor10_test/02: Crash # Please triage this failure. 453 constructor10_test/02: Crash # Please triage this failure.
454 constructor11_test: Crash # Please triage this failure. 454 constructor11_test: Crash # Please triage this failure.
455 constructor12_test: RuntimeError # Please triage this failure. 455 constructor12_test: RuntimeError # Please triage this failure.
456 constructor3_negative_test: Crash # Please triage this failure.
457 constructor5_test: Crash # Please triage this failure. 456 constructor5_test: Crash # Please triage this failure.
458 constructor_call_wrong_argument_count_negative_test: Crash # Please triage this failure.
459 constructor_initializer_test/01: Crash # Please triage this failure. 457 constructor_initializer_test/01: Crash # Please triage this failure.
460 constructor_with_mixin_test: Crash # Please triage this failure. 458 constructor_with_mixin_test: Crash # Please triage this failure.
461 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node 459 continue_test: Crash # (switch (0){case 0:i=22;continue;default:i=25;break;}): U nhandled node
462 crash_12118_test: Crash # Please triage this failure. 460 crash_12118_test: Crash # Please triage this failure.
463 crash_6725_test/01: Crash # Please triage this failure. 461 crash_6725_test/01: Crash # Please triage this failure.
464 custom_await_stack_trace_test: Crash # cannot handle async/sync*/async* functio ns 462 custom_await_stack_trace_test: Crash # cannot handle async/sync*/async* functio ns
465 deferred_call_empty_before_load_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary. 463 deferred_call_empty_before_load_test: Crash # Instance of 'TypeOperator': type c heck unimplemented for _Nullary.
466 deferred_closurize_load_library_test: RuntimeError # Please triage this failure. 464 deferred_closurize_load_library_test: RuntimeError # Please triage this failure.
467 deferred_constant_list_test: Crash # (lib.loadLibrary()): handleStaticGetterInvo ke: foreign: getter(loadLibrary) 465 deferred_constant_list_test: Crash # (lib.loadLibrary()): handleStaticGetterInvo ke: foreign: getter(loadLibrary)
468 deferred_constraints_constants_test/constructor1: Crash # (lib.loadLibrary()): h andleStaticGetterInvoke: foreign: getter(loadLibrary) 466 deferred_constraints_constants_test/constructor1: Crash # (lib.loadLibrary()): h andleStaticGetterInvoke: foreign: getter(loadLibrary)
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 execute_finally2_test: Crash # try/finally 534 execute_finally2_test: Crash # try/finally
537 execute_finally3_test: Crash # try/finally 535 execute_finally3_test: Crash # try/finally
538 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally 536 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally
539 execute_finally5_test: Crash # try/finally 537 execute_finally5_test: Crash # try/finally
540 execute_finally6_test: Crash # try/finally 538 execute_finally6_test: Crash # try/finally
541 execute_finally7_test: Crash # try/finally 539 execute_finally7_test: Crash # try/finally
542 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally 540 execute_finally8_test: Crash # (try {sum+= 1;return 'hi';}finally {sum+= 1;throw 'ball';sum+= 1;}): try/finally
543 execute_finally9_test: Crash # try/finally 541 execute_finally9_test: Crash # try/finally
544 factory_redirection3_cyclic_test/01: Crash # Please triage this failure. 542 factory_redirection3_cyclic_test/01: Crash # Please triage this failure.
545 factory_redirection_test/04: Crash # Please triage this failure. 543 factory_redirection_test/04: Crash # Please triage this failure.
546 factory_redirection_test/05: MissingRuntimeError # Please triage this failure.
547 factory_redirection_test/06: MissingRuntimeError # Please triage this failure.
548 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 544 factory_return_type_checked_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
549 factory_type_parameter2_test: Crash # Please triage this failure. 545 factory_type_parameter2_test: Crash # Please triage this failure.
550 factory_type_parameter_test: Crash # Please triage this failure. 546 factory_type_parameter_test: Crash # Please triage this failure.
551 final_super_field_set_test/01: RuntimeError # Please triage this failure. 547 final_super_field_set_test/01: RuntimeError # Please triage this failure.
552 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally 548 finally_test: Crash # (try {i=12;}finally {Expect.equals(12,i);executedFinally=t rue;}): try/finally
553 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 549 first_class_types_literals_test/03: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
554 first_class_types_literals_test/04: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 550 first_class_types_literals_test/04: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
555 first_class_types_literals_test/05: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 551 first_class_types_literals_test/05: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
556 first_class_types_literals_test/06: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 552 first_class_types_literals_test/06: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
557 first_class_types_literals_test/07: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 553 first_class_types_literals_test/07: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 issue10747_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 714 issue10747_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
719 issue10783_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 715 issue10783_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
720 issue11724_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 716 issue11724_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
721 issue12023_test: Crash # Unhandled node 717 issue12023_test: Crash # Unhandled node
722 issue12284_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 718 issue12284_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
723 issue12336_test: Crash # Instance of 'TypeOperator': type casts not implemented. 719 issue12336_test: Crash # Instance of 'TypeOperator': type casts not implemented.
724 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 720 issue13474_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
725 issue14014_3_test: Crash # Instance of 'TypeOperator': type check unimplemented for foo<T>. 721 issue14014_3_test: Crash # Instance of 'TypeOperator': type check unimplemented for foo<T>.
726 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally 722 issue20476_test: Crash # (try {try {return 1;}catch (e1){}finally {return 3;}}ca tch (e2){}finally {return 5;}): try/finally
727 issue7525_test: Crash # Instance of 'TypeOperator': type casts not implemented. 723 issue7525_test: Crash # Instance of 'TypeOperator': type casts not implemented.
728 issue_1751477_test: Crash # (lib1.loadLibrary()): handleStaticGetterInvoke: fore ign: getter(loadLibrary) 724 issue_1751477_test: RuntimeError # (lib1.loadLibrary()): handleStaticGetterInvok e: foreign: getter(loadLibrary)
729 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node 725 label_test: Crash # (switch (i){case 111:while(doAgain()){break L;}default:i-- ; }): Unhandled node
730 large_class_declaration_test: Crash # Please triage this failure. 726 large_class_declaration_test: Crash # Please triage this failure.
731 lazy_static3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 727 lazy_static3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
732 licm2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary. 728 licm2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
733 licm3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary. 729 licm3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nu llary.
734 list_double_index_in_loop2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 730 list_double_index_in_loop2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
735 list_double_index_in_loop_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 731 list_double_index_in_loop_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
736 list_length_tracer_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary. 732 list_length_tracer_test: Crash # Instance of 'TypeOperator': type check unimplem ented for _Nullary.
737 list_literal3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 733 list_literal3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
738 list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nul lary. 734 list_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nul lary.
(...skipping 12 matching lines...) Expand all
751 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary. 747 method_override5_test: Crash # Instance of 'TypeOperator': type check unimplemen ted for _Nullary.
752 method_override_test: Crash # Instance of 'TypeOperator': type check unimplement ed for RemoveFunctionType<String, String>. 748 method_override_test: Crash # Instance of 'TypeOperator': type check unimplement ed for RemoveFunctionType<String, String>.
753 mint_arithmetic_test: Crash # try/finally 749 mint_arithmetic_test: Crash # try/finally
754 mixin_bound_test: Crash # Please triage this failure. 750 mixin_bound_test: Crash # Please triage this failure.
755 mixin_cyclic_test/01: Crash # Please triage this failure. 751 mixin_cyclic_test/01: Crash # Please triage this failure.
756 mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 752 mixin_extends_field_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
757 mixin_extends_method_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 753 mixin_extends_method_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
758 mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 754 mixin_field_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
759 mixin_forwarding_constructor1_test: Crash # Please triage this failure. 755 mixin_forwarding_constructor1_test: Crash # Please triage this failure.
760 mixin_forwarding_constructor3_test: Crash # Please triage this failure. 756 mixin_forwarding_constructor3_test: Crash # Please triage this failure.
761 mixin_illegal_constructor_test/13: MissingRuntimeError # Please triage this fail ure.
762 mixin_illegal_constructor_test/15: MissingRuntimeError # Please triage this fail ure.
763 mixin_illegal_cycles_test/02: Crash # Please triage this failure. 757 mixin_illegal_cycles_test/02: Crash # Please triage this failure.
764 mixin_illegal_cycles_test/03: Crash # Please triage this failure. 758 mixin_illegal_cycles_test/03: Crash # Please triage this failure.
765 mixin_illegal_cycles_test/04: Crash # Please triage this failure. 759 mixin_illegal_cycles_test/04: Crash # Please triage this failure.
766 mixin_illegal_cycles_test/06: Crash # Please triage this failure. 760 mixin_illegal_cycles_test/06: Crash # Please triage this failure.
767 mixin_illegal_static_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 761 mixin_illegal_static_access_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
768 mixin_invalid_inheritance1_test/01: Crash # Please triage this failure. 762 mixin_invalid_inheritance1_test/01: Crash # Please triage this failure.
769 mixin_invalid_inheritance1_test/02: Crash # Please triage this failure. 763 mixin_invalid_inheritance1_test/02: Crash # Please triage this failure.
770 mixin_invalid_inheritance1_test/03: Crash # Please triage this failure. 764 mixin_invalid_inheritance1_test/03: Crash # Please triage this failure.
771 mixin_issue10216_2_test: Crash # Instance of 'TypeOperator': type casts not impl emented. 765 mixin_issue10216_2_test: Crash # Instance of 'TypeOperator': type casts not impl emented.
772 mixin_issue10216_test: Crash # Instance of 'TypeOperator': type casts not implem ented. 766 mixin_issue10216_test: Crash # Instance of 'TypeOperator': type casts not implem ented.
(...skipping 16 matching lines...) Expand all
789 mixin_type_parameters_super_test: Crash # Please triage this failure. 783 mixin_type_parameters_super_test: Crash # Please triage this failure.
790 mixin_typedef_constructor_test: Crash # Please triage this failure. 784 mixin_typedef_constructor_test: Crash # Please triage this failure.
791 mixin_with_two_implicit_constructors_test: Crash # Instance of 'TypeOperator': t ype check unimplemented for _Nullary. 785 mixin_with_two_implicit_constructors_test: Crash # Instance of 'TypeOperator': t ype check unimplemented for _Nullary.
792 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 786 modulo_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
793 multiple_field_assignment_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 787 multiple_field_assignment_constructor_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
794 named_parameter_clash_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary. 788 named_parameter_clash_test: Crash # Instance of 'TypeOperator': type check unimp lemented for _Nullary.
795 named_parameters_aggregated_test/05: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 789 named_parameters_aggregated_test/05: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
796 naming_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary. 790 naming_test: Crash # Instance of 'TypeOperator': type check unimplemented for _N ullary.
797 nested_switch_label_test: Crash # Unhandled node 791 nested_switch_label_test: Crash # Unhandled node
798 no_such_constructor2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 792 no_such_constructor2_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
799 no_such_constructor_test/01: MissingRuntimeError # Please triage this failure.
800 no_such_method_dispatcher_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary. 793 no_such_method_dispatcher_test: Crash # Instance of 'TypeOperator': type check u nimplemented for _Nullary.
801 no_such_method_empty_selector_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary. 794 no_such_method_empty_selector_test: Crash # Instance of 'TypeOperator': type che ck unimplemented for _Nullary.
802 no_such_method_test: RuntimeError # Please triage this failure. 795 no_such_method_test: RuntimeError # Please triage this failure.
803 non_const_super_negative_test: Crash # Please triage this failure.
804 not_enough_positional_arguments_test/00: MissingRuntimeError # Please triage thi s failure.
805 not_enough_positional_arguments_test/03: Crash # Please triage this failure.
806 null_inline_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 796 null_inline_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
807 null_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary. 797 null_no_such_method_test: Crash # Instance of 'TypeOperator': type check unimple mented for _Nullary.
808 null_test/01: Crash # Instance of 'TypeOperator': type casts not implemented. 798 null_test/01: Crash # Instance of 'TypeOperator': type casts not implemented.
809 null_test/02: Crash # Instance of 'TypeOperator': type casts not implemented. 799 null_test/02: Crash # Instance of 'TypeOperator': type casts not implemented.
810 null_test/03: Crash # Instance of 'TypeOperator': type casts not implemented. 800 null_test/03: Crash # Instance of 'TypeOperator': type casts not implemented.
811 null_test/none: Crash # Instance of 'TypeOperator': type casts not implemented. 801 null_test/none: Crash # Instance of 'TypeOperator': type casts not implemented.
812 number_identifier_test/05: Crash # Instance of 'TypeOperator': type casts not im plemented. 802 number_identifier_test/05: Crash # Instance of 'TypeOperator': type casts not im plemented.
813 number_identifier_test/08: Crash # Instance of 'TypeOperator': type casts not im plemented. 803 number_identifier_test/08: Crash # Instance of 'TypeOperator': type casts not im plemented.
814 number_identifier_test/09: Crash # Instance of 'TypeOperator': type casts not im plemented. 804 number_identifier_test/09: Crash # Instance of 'TypeOperator': type casts not im plemented.
815 number_identifier_test/none: Crash # Instance of 'TypeOperator': type casts not implemented. 805 number_identifier_test/none: Crash # Instance of 'TypeOperator': type casts not implemented.
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted. 970 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted.
981 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 971 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
982 typevariable_substitution2_test/01: Crash # Please triage this failure. 972 typevariable_substitution2_test/01: Crash # Please triage this failure.
983 typevariable_substitution2_test/02: Crash # Please triage this failure. 973 typevariable_substitution2_test/02: Crash # Please triage this failure.
984 typevariable_substitution2_test/none: Crash # Please triage this failure. 974 typevariable_substitution2_test/none: Crash # Please triage this failure.
985 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 975 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
986 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 976 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
987 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 977 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
988 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 978 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
989 void_type_test: Crash # Unhandled node 979 void_type_test: Crash # Unhandled node
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698