Index: tests/language/language_dart2js.status |
diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status |
index e872f463114a885d576e6fc5cb1b402b70dc15aa..2ec0676a1962ad307fa2c7ce87c6ce18274328fa 100644 |
--- a/tests/language/language_dart2js.status |
+++ b/tests/language/language_dart2js.status |
@@ -165,7 +165,6 @@ const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009 |
const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009 |
# Compilation errors. |
-method_override5_test: RuntimeError # Issue 12809 |
external_test/10: CompileTimeError # Issue 12887 |
external_test/13: CompileTimeError # Issue 12887 |
external_test/20: CompileTimeError # Issue 12887 |
@@ -217,12 +216,12 @@ regress_22443_test: Pass,RuntimeError # Issue 17458 |
generic_field_mixin4_test: Crash # Issue 18651 |
generic_field_mixin5_test: Crash # Issue 18651 |
many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominatorTree.visitBasicBlockAndSuccessors |
+method_override5_test: RuntimeError # Issue 12809 |
[ $compiler == dart2js && $runtime != drt && $runtime != dartium ] |
issue23244_test: RuntimeError # 23244 |
[ $compiler == dart2js && $cps_ir ] |
-assert_assignable_type_test: Crash # Internal Error: Pending statics. |
async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/async* functions |
async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/async* functions |
async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for |
@@ -336,6 +335,7 @@ nested_switch_label_test: Crash # (switch (target){out... continue to a labeled |
regress_22443_test: RuntimeError # M.loadLibrary is not a function |
regress_23408_test: RuntimeError # G.loadLibrary is not a function |
regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )){}): await for |
+stack_trace_test: Fail # Stack trace not preserved when inlining? |
super_call4_test: RuntimeError # Please triage this failure. |
super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance getter 'initializer'. |
super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
@@ -351,6 +351,9 @@ type_variable_field_initializer_closure_test: RuntimeError # Please triage this |
type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
type_variable_nested_test: RuntimeError # Please triage this failure. |
+[ $compiler == dart2js && $cps_ir && $host_checked == false ] |
+regress_21795_test: RuntimeError # Due to inlining? |
+ |
[ $compiler == dart2js && $cps_ir && $host_checked ] |
async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
async_throw_in_catch_test/none: Crash # Issue 24485 |