| Index: dart/frog/tests/await/await.status
|
| diff --git a/dart/frog/tests/await/await.status b/dart/frog/tests/await/await.status
|
| index ca20899785bcc0039e7d86facda7f0e1fa71f1cc..0bd4685f49c118e61b098393084fefc9a7c99d3d 100644
|
| --- a/dart/frog/tests/await/await.status
|
| +++ b/dart/frog/tests/await/await.status
|
| @@ -2,7 +2,7 @@
|
| # 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 == frogsh || $compiler == frog ]
|
| +[ $compiler == frog ]
|
| *: Skip # compiler API evolved and this code and tests are not maintained.
|
|
|
| # Not implemented yet
|
| @@ -11,8 +11,6 @@
|
| #TryCatch10Test: Fail # traps more exceptions than it should
|
| #WhileNormalizationTest: Skip # normalization code is incorrect, currently
|
| # # causing test to loop forever.
|
| -#[ $compiler == frogsh ]
|
| -#*: Pass, Crash # Issue 1024.
|
|
|
| [ $runtime == vm || $runtime == drt || $compiler == dart2js || $runtime == none ]
|
| *: Skip
|
|
|