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

Unified Diff: tests/standalone/standalone.status

Issue 10052021: Fix "package:" stuff on Windows and skip tests on dart2js since it doesn't support it yet. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Typo. 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 | « runtime/bin/builtin.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index bdbee7a2fb2ff40d77e56bad86a155c1ded21c80..efcdaf3cc29d22b7f4598b72a0db103d84a1c0a9 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -37,6 +37,9 @@ io/*: Skip # Don't run tests using dart:io in the browser
[ $compiler == frog || $compiler == frogsh || ($compiler == dart2js && $runtime == drt) ]
*: Skip
+[ $compiler == dart2js ]
+package/PackageTest: Skip # TODO(rnystrom): Re-enable these once dart2js
ahe 2012/04/12 18:16:26 It would be great if you could use "Fail" instead
Bob Nystrom 2012/04/12 21:18:26 Good call. I didn't really think that through.
+package/InvalidUriTest: Skip # supports "package:".
[ $arch == x64 ]
MediumIntegerTest: Fail # Issue 1146.
« no previous file with comments | « runtime/bin/builtin.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698