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

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: Status file 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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 throw5_test: Crash # try/finally 962 throw5_test: Crash # try/finally
963 throw6_test: Crash # try/finally 963 throw6_test: Crash # try/finally
964 throw8_test: Crash # try/finally 964 throw8_test: Crash # try/finally
965 throw_expr_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary. 965 throw_expr_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r _Nullary.
966 throw_test: Crash # try/finally 966 throw_test: Crash # try/finally
967 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 967 truncdiv_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
968 try_catch3_test: Crash # try/finally 968 try_catch3_test: Crash # try/finally
969 try_catch4_test: Crash # try/finally 969 try_catch4_test: Crash # try/finally
970 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally 970 try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;con tinue;}}finally {continue;}): try/finally
971 try_catch_on_syntax_test/07: Crash # Instance of 'TypeOperator': type check unim plemented for UndefinedClass. 971 try_catch_on_syntax_test/07: Crash # Instance of 'TypeOperator': type check unim plemented for UndefinedClass.
972 try_catch_optimized1_test: RuntimeError # Please triage this failure.
973 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally 972 try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally
974 try_catch_optimized3_test: RuntimeError # Please triage this failure.
975 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally 973 try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): tr y/finally
976 try_catch_syntax_test/08: Crash # Instance of 'TypeOperator': type check unimple mented for MammaMia. 974 try_catch_syntax_test/08: Crash # Instance of 'TypeOperator': type check unimple mented for MammaMia.
977 try_catch_test/01: Crash # Please triage this failure. 975 try_catch_test/01: Crash # Please triage this failure.
978 try_catch_test/none: Crash # Please triage this failure. 976 try_catch_test/none: Crash # Please triage this failure.
979 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 977 type_argument_in_super_type_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
980 type_argument_substitution_test: Crash # Instance of 'TypeOperator': type check unimplemented for X<A<String>>. 978 type_argument_substitution_test: Crash # Instance of 'TypeOperator': type check unimplemented for X<A<String>>.
981 type_check_test: Crash # Instance of 'TypeOperator': type casts not implemented. 979 type_check_test: Crash # Instance of 'TypeOperator': type casts not implemented.
982 type_error_test: Crash # Instance of 'TypeOperator': type casts not implemented. 980 type_error_test: Crash # Instance of 'TypeOperator': type casts not implemented.
983 type_guard_conversion_test: RuntimeError # Please triage this failure. 981 type_guard_conversion_test: RuntimeError # Please triage this failure.
984 type_literal_prefix_call_test/00: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 982 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
1053 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted. 1051 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted.
1054 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 1052 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
1055 typevariable_substitution2_test/01: Crash # Please triage this failure. 1053 typevariable_substitution2_test/01: Crash # Please triage this failure.
1056 typevariable_substitution2_test/02: Crash # Please triage this failure. 1054 typevariable_substitution2_test/02: Crash # Please triage this failure.
1057 typevariable_substitution2_test/none: Crash # Please triage this failure. 1055 typevariable_substitution2_test/none: Crash # Please triage this failure.
1058 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1056 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1059 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1057 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1060 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1058 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1061 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1059 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1062 void_type_test: Crash # Unhandled node 1060 void_type_test: Crash # Unhandled node
1061 issue9939_test : Crash # The null object does not have a method 'getMutableVaria ble'.
asgerf 2015/05/19 10:30:44 Fixed in https://codereview.chromium.org/112969300
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