| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 2b005b7db8f891687ee5abaec5910e33ebf7831c..717b3d41e009b452bc9a9983f419a7c74b94f661 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -8,6 +8,8 @@
|
| # These test entries will be valid for vm/dartium (with and without kernel).
|
| [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
|
| async_star_cancel_while_paused_test: RuntimeError
|
| +# This is OK for now, but we may want to change the semantics to match the test.
|
| +async_star_pause_test: Fail, OK
|
|
|
| # These tests are skipped in the VM because it has "--supermixin"
|
| # functionality enabled unconditionally. The tests should be removed
|
|
|