Index: tests/language/language_dart2js.status |
=================================================================== |
--- tests/language/language_dart2js.status (revision 43839) |
+++ tests/language/language_dart2js.status (working copy) |
@@ -2,10 +2,6 @@ |
# for details. All rights reserved. Use of this source code is governed by a |
# BSD-style license that can be found in the LICENSE file. |
-[ $compiler == dart2js && $checked ] |
-await_future_test: RuntimeError # Issue 22332 |
-async_test/none: RuntimeError # Issue 22332 |
- |
[ $compiler == dart2js ] |
syncstar_yield_test/copyParameters: RuntimeError # Issue 22322 |
sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
@@ -194,6 +190,7 @@ |
label_test: Skip |
[ $compiler == dart2dart && $builder_tag == new_backend ] |
+asyncstar_throw_in_catch_test: CompileTimeError # Issue 21404 |
await_for_test: RuntimeError # Issue 22051 |
await_regression_test: RuntimeError # Issue 22051 |
async_await_syntax_test/a06a: RuntimeError # Issue 22051 |