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

Unified Diff: dart/tests/lib/lib.status

Issue 13866010: Correctly compile unresolved for-in loops. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Additional problems found during testing. Created 7 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
Index: dart/tests/lib/lib.status
diff --git a/dart/tests/lib/lib.status b/dart/tests/lib/lib.status
index 00a3fc5f3a13fdce55c6bec87937f09f9f27586f..b7f3acb8de066b910a916ddb6f051fe35eace2a8 100644
--- a/dart/tests/lib/lib.status
+++ b/dart/tests/lib/lib.status
@@ -20,7 +20,7 @@ mirrors/*: Skip
async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug.com/9002
async/run_async4_test: Pass, Fail # no global exception handler in isolates. http://dartbug.com/9012
-[ $compiler == dart2js && $runtime == chrome && ($system == macos || $system == windows)]
+[ $compiler == dart2js && ( $runtime == chrome || $runtime == drt ) && ($system == macos || $system == windows)]
crypto/hmac_sha1_test: Fail # Issue 9471
[ $compiler == dart2js && $checked ]

Powered by Google App Engine
This is Rietveld 408576698