Index: frog/tests/await/await.status |
diff --git a/frog/tests/await/await.status b/frog/tests/await/await.status |
index 84c8dd4ec829685398c3c8947322d3a9ceb0b585..71545d56e77157779cc8fffc8036cc6ddc3d1f48 100644 |
--- a/frog/tests/await/await.status |
+++ b/frog/tests/await/await.status |
@@ -15,5 +15,5 @@ WhileNormalizationTest: Skip # normalization code is incorrect, currently |
*: Pass, Crash # Issue 1024. |
-[ $runtime == vm || $compiler == dartc || $runtime == drt || $compiler == dart2js ] |
+[ $runtime == vm || $compiler == dartc || $runtime == drt || $compiler == dart2js || $runtime == none ] |
Emily Fortuna
2012/04/10 20:30:51
You can get rid of $compiler == dartc since if $co
Siggi Cherem (dart-lang)
2012/04/10 20:47:20
Done.
|
*: Skip |