| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index f761ccc3be0359170ade166e36f8d4ab11663cdb..9397bc12408c41cc6642afc11975cf69502376d9 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -8,6 +8,9 @@
|
| [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit) ]
|
| tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner investigating
|
|
|
| +# 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
|
| # once the same is true for analyzer (#24478) and dart2js (#23773)
|
|
|