Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/pub.status

Issue 14924006: Add a function to pub for finding the canonical path of a file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: sdk/lib/_internal/pub/pub.status
diff --git a/sdk/lib/_internal/pub/pub.status b/sdk/lib/_internal/pub/pub.status
index b170e839c076fb5aeb0ca7067b8b9d8f4c210086..00fafbc127a8a56d8fefc3da72dac70dae1e2bf3 100644
--- a/sdk/lib/_internal/pub/pub.status
+++ b/sdk/lib/_internal/pub/pub.status
@@ -12,6 +12,3 @@ test/oauth2/with_server_rejected_credentials_authenticates_again_test: Pass, Fai
# Pub only runs on the standalone VM, not the browser.
[ $runtime == drt || $runtime == dartium || $runtime == opera ]
*: Skip
-
-[ $system == windows ]
-test/io_test: Fail # Issue 7505

Powered by Google App Engine