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

Unified Diff: utils/tests/pub/pub.status

Issue 10937019: First pass at getting git and tar.gz working on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix merge bug. Created 8 years, 3 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 | « utils/pub/io.dart ('k') | utils/tests/pub/test_pub.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/pub.status
diff --git a/utils/tests/pub/pub.status b/utils/tests/pub/pub.status
index 4f39858812bfd661f368504571fc570d153acad4..a1faaee637eaef8f953be5a2cdea7cc18460458d 100644
--- a/utils/tests/pub/pub.status
+++ b/utils/tests/pub/pub.status
@@ -10,14 +10,12 @@
[ $runtime == drt || $runtime == dartium || $runtime == opera]
*: Skip
-# Right now, Pub update creates symlinks which aren't supported on Windows.
+# Git on Windows is cripplingly slow and will make these tests time out (#5271).
[ $system == windows ]
-pub_test: Skip
-pub_install_test: Skip
pub_install_git_test: Skip
-pub_install_hosted_test: Skip
-pub_install_sdk_test: Skip
-pub_update_test: Skip
pub_update_git_test: Skip
-pub_update_hosted_test: Skip
+# Getting non-determinstic network errors with these on Windows (#5272).
+[ $system == windows ]
+pub_install_hosted_test: Skip
+pub_update_hosted_test: Skip
« no previous file with comments | « utils/pub/io.dart ('k') | utils/tests/pub/test_pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698