| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index f106caf623d10961d6460a1cb2c7ecb26b9120b8..05f2df97fa19d453b15f44f26b2b4870c941fe9e 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -244,6 +244,7 @@ regress_22443_test: Pass,RuntimeError # Issue 17458
|
| [ $compiler == dart2js && $cps_ir == false ]
|
| 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
|
|
|
| [ $compiler == dart2js && $cps_ir ]
|
| async_and_or_test: Crash # (test()async{await test1();await test2();}): cannot handle async/sync*/async* functions
|
| @@ -360,7 +361,6 @@ await_test: Crash # (others()async{var a... cannot handle async/sync*/async* fu
|
| cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
|
| cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
|
| cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented
|
| -classes_static_method_clash_test: Crash # Stack Overflow
|
| closure_in_constructor_test: Crash # Invalid argument(s)
|
| closure_type_variables_test: Crash # Invalid argument(s)
|
| closures_initializer_test: RuntimeError # Please triage this failure.
|
| @@ -454,7 +454,6 @@ instanceof4_test/01: RuntimeError # Please triage this failure.
|
| invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
|
| invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
|
| issue_1751477_test: RuntimeError # O.loadLibrary is not a function
|
| -large_class_declaration_test: Crash # Stack Overflow
|
| list_is_test: RuntimeError # Please triage this failure.
|
| list_test: RuntimeError # Please triage this failure.
|
| many_generic_instanceof_test: RuntimeError # Please triage this failure.
|
|
|