| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index 8fccd3362186670c460c926c823865952621b75f..06637d1111b58e71d4d5315f01784eef8b3adcf0 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -371,8 +371,8 @@ super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
|
| switch_label2_test: Crash # (switch (target){cas... continue to a labeled switch case
|
| switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case
|
| switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled switch case
|
| -sync_generator1_test/01: Timeout # Please triage this failure.
|
| -sync_generator1_test/none: Timeout # Please triage this failure.
|
| +sync_generator1_test/01: RuntimeError # Expect.equals(expected: <(1, 2, 3, 5, [6])>, actual: <(1)>) fails.
|
| +sync_generator1_test/none: RuntimeError # Expect.equals(expected: <(1, 2, 3, 5, [6])>, actual: <(1)>) fails.
|
| sync_generator3_test/test1: RuntimeError # Please triage this failure.
|
| sync_generator3_test/test2: RuntimeError # Please triage this failure.
|
| syncstar_yield_test/copyParameters: RuntimeError # Please triage this failure.
|
| @@ -382,3 +382,10 @@ type_variable_closure2_test: RuntimeError # Please triage this failure.
|
| type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
|
| 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 ]
|
| +async_throw_in_catch_test/forceAwait: Crash # Issue 24485
|
| +async_throw_in_catch_test/none: Crash # Issue 24485
|
| +execute_finally9_test: Crash # Issue 24485
|
| +regress_21795_test: Crash # Issue 24485
|
| +regress_23537_test: Crash # Issue 24485
|
|
|