Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: frog/tests/await/await.status

Issue 10042001: change status files to make it possible to run test.py -c frog,dart2js -r none. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/tests/client/client-leg.status ('k') | frog/tests/frog/frog.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « client/tests/client/client-leg.status ('k') | frog/tests/frog/frog.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698