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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language_dart2js.status
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
index 19eea661f670648d299d9cf8b79b6a592d236c8d..054febc2b54ce1e63acac31a19cbeb1857e34d50 100644
--- a/tests/language/language_dart2js.status
+++ b/tests/language/language_dart2js.status
@@ -969,9 +969,7 @@ try_catch3_test: Crash # try/finally
try_catch4_test: Crash # try/finally
try_catch5_test: Crash # (try {try {a=8;return;}finally {b=8==a;entered=true;continue;}}finally {continue;}): try/finally
try_catch_on_syntax_test/07: Crash # Instance of 'TypeOperator': type check unimplemented for UndefinedClass.
-try_catch_optimized1_test: RuntimeError # Please triage this failure.
try_catch_optimized2_test: Crash # (try {bar();}finally {}): try/finally
-try_catch_optimized3_test: RuntimeError # Please triage this failure.
try_catch_osr_test: Crash # (try {if(x==null)throw 42;return 99;}finally {}): try/finally
try_catch_syntax_test/08: Crash # Instance of 'TypeOperator': type check unimplemented for MammaMia.
try_catch_test/01: Crash # Please triage this failure.
@@ -1060,3 +1058,4 @@ value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented
value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
void_type_test: Crash # Unhandled node
+issue9939_test : Crash # The null object does not have a method 'getMutableVariable'.
asgerf 2015/05/19 10:30:44 Fixed in https://codereview.chromium.org/112969300
« 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