Chromium Code Reviews| 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
|