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

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

Issue 1128903012: dart2js cps: Fix for try/catch. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Stray status file update from another CL 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 | « pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart ('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 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary. 899 string_optimizations_test: Crash # Instance of 'TypeOperator': type check unimpl emented for _Nullary.
900 super_all_named_constructor_test: Crash # Please triage this failure. 900 super_all_named_constructor_test: Crash # Please triage this failure.
901 super_bound_closure_test/01: RuntimeError # Please triage this failure. 901 super_bound_closure_test/01: RuntimeError # Please triage this failure.
902 super_bound_closure_test/none: RuntimeError # Please triage this failure. 902 super_bound_closure_test/none: RuntimeError # Please triage this failure.
903 super_call4_test: RuntimeError # Please triage this failure. 903 super_call4_test: RuntimeError # Please triage this failure.
904 super_getter_setter_test: RuntimeError # Please triage this failure. 904 super_getter_setter_test: RuntimeError # Please triage this failure.
905 super_implicit_closure_test: RuntimeError # Please triage this failure. 905 super_implicit_closure_test: RuntimeError # Please triage this failure.
906 super_inferrer_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 906 super_inferrer_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
907 super_operator_index2_test: RuntimeError # Please triage this failure. 907 super_operator_index2_test: RuntimeError # Please triage this failure.
908 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 908 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
909 super_operator_index6_test: Crash # (super[0]+=1): visitUnresolvedSuperGetterCom poundIndexSet
910 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 909 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
911 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 910 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
912 super_operator_index_test/01: Crash # (super[4]+=5): visitUnresolvedSuperGetterC ompoundIndexSet 911 super_operator_index_test/01: Crash # (super[4]+=5): visitUnresolvedSuperGetterC ompoundIndexSet
913 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 912 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
914 super_operator_index_test/04: Crash # (super[4]+=5): visitUnresolvedSuperSetterC ompoundIndexSet 913 super_operator_index_test/04: Crash # (super[4]+=5): visitUnresolvedSuperSetterC ompoundIndexSet
915 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 914 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
916 super_operator_index_test/06: Crash # (super[4]+=5): visitUnresolvedSuperGetterC ompoundIndexSet 915 super_operator_index_test/06: Crash # (super[4]+=5): visitUnresolvedSuperGetterC ompoundIndexSet
917 super_operator_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary. 916 super_operator_test: Crash # Instance of 'TypeOperator': type check unimplemente d for _Nullary.
918 switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhand led node 917 switch6_test: Crash # (switch (a){case 0:{x=0;break;}case 1:x=1;break;}): Unhand led node
919 switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed ';}): Unhandled node 918 switch8_test: Crash # (switch (new List(1)[0]){case const A():throw 'Test failed ';}): Unhandled node
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 throw5_test: Crash # try/finally 959 throw5_test: Crash # try/finally
961 throw6_test: Crash # try/finally 960 throw6_test: Crash # try/finally
962 throw8_test: Crash # try/finally 961 throw8_test: Crash # try/finally
963 throw_expr_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 962 throw_expr_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
964 throw_test: Crash # try/finally 963 throw_test: Crash # try/finally
965 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 964 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
966 try_catch3_test: Crash # try/finally 965 try_catch3_test: Crash # try/finally
967 try_catch4_test: Crash # try/finally 966 try_catch4_test: Crash # try/finally
968 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally 967 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally
969 try_catch_on_syntax_test/07: Crash # Instance of 'TypeOperator': type check unim plemented for UndefinedClass. 968 try_catch_on_syntax_test/07: Crash # Instance of 'TypeOperator': type check unim plemented for UndefinedClass.
970 try_catch_optimized1_test: RuntimeError # Please triage this failure.
971 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally 969 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally
972 try_catch_optimized3_test: RuntimeError # Please triage this failure.
973 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally 970 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally
974 try_catch_syntax_test/08: Crash # Instance of 'TypeOperator': type check unimple mented for MammaMia. 971 try_catch_syntax_test/08: Crash # Instance of 'TypeOperator': type check unimple mented for MammaMia.
975 try_catch_test/01: Crash # Please triage this failure. 972 try_catch_test/01: Crash # Please triage this failure.
976 try_catch_test/none: Crash # Please triage this failure. 973 try_catch_test/none: Crash # Please triage this failure.
977 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 974 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
978 type_argument_substitution_test: Crash # Instance of 'TypeOperator': type check unimplemented for X<A<String>>. 975 type_argument_substitution_test: Crash # Instance of 'TypeOperator': type check unimplemented for X<A<String>>.
979 type_check_test: Crash # Instance of 'TypeOperator': type casts not implemented. 976 type_check_test: Crash # Instance of 'TypeOperator': type casts not implemented.
980 type_error_test: Crash # Instance of 'TypeOperator': type casts not implemented. 977 type_error_test: Crash # Instance of 'TypeOperator': type casts not implemented.
981 type_guard_conversion_test: RuntimeError # Please triage this failure. 978 type_guard_conversion_test: RuntimeError # Please triage this failure.
982 type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 979 type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted. 1048 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted.
1052 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 1049 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
1053 typevariable_substitution2_test/01: Crash # Please triage this failure. 1050 typevariable_substitution2_test/01: Crash # Please triage this failure.
1054 typevariable_substitution2_test/02: Crash # Please triage this failure. 1051 typevariable_substitution2_test/02: Crash # Please triage this failure.
1055 typevariable_substitution2_test/none: Crash # Please triage this failure. 1052 typevariable_substitution2_test/none: Crash # Please triage this failure.
1056 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1053 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1057 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1054 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1058 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1055 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1059 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1056 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1060 void_type_test: Crash # Unhandled node 1057 void_type_test: Crash # Unhandled node
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698