Chromium Code Reviews| Index: frog/tests/await/await.status |
| diff --git a/frog/tests/await/await.status b/frog/tests/await/await.status |
| index 84c8dd4ec829685398c3c8947322d3a9ceb0b585..fa8e864c0f3ce274a5339eff973cdac1214b1f32 100644 |
| --- a/frog/tests/await/await.status |
| +++ b/frog/tests/await/await.status |
| @@ -3,17 +3,16 @@ |
| # BSD-style license that can be found in the LICENSE file. |
| [ $compiler == frogsh || $compiler == frog ] |
| +*: Skip # compiler API evolved and this codea and tests are not maintained. |
|
ahe
2012/04/10 21:17:04
"codea"
|
| # Not implemented yet |
| -WhileLoopWithBreakTest: Fail # break within a loop |
| -TypedFunctionNegativeTest: Fail # checking return-type of async functions |
| -TryCatch10Test: Fail # traps more exceptions than it should |
| -WhileNormalizationTest: Skip # normalization code is incorrect, currently |
| - # causing test to loop forever. |
| +#WhileLoopWithBreakTest: Fail # break within a loop |
|
ahe
2012/04/10 21:17:04
Why keep these comments?
Siggi Cherem (dart-lang)
2012/04/10 21:32:03
I was using these tests as a way to indicate the s
|
| +#TypedFunctionNegativeTest: Fail # checking return-type of async functions |
| +#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. |
| -[ $compiler == frogsh ] |
| -*: Pass, Crash # Issue 1024. |
| - |
| - |
| -[ $runtime == vm || $compiler == dartc || $runtime == drt || $compiler == dart2js ] |
| +[ $runtime == vm || $runtime == drt || $compiler == dart2js || $runtime == none ] |
| *: Skip |