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

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: Don't enable all of the Windows tests yet. 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
Index: utils/tests/pub/pub.status
diff --git a/utils/tests/pub/pub.status b/utils/tests/pub/pub.status
index ae0469535468fb8d8b6d8486947ef28fa34bef83..ff116e973aa1d7b23940162057ade5824c7a8f1e 100644
--- a/utils/tests/pub/pub.status
+++ b/utils/tests/pub/pub.status
@@ -35,15 +35,14 @@ pubspec_test: Skip
lock_file_test: Skip
version_solver_test: 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_repo_test: Skip
-pub_install_sdk_test: Skip
-pub_update_test: Skip
pub_update_git_test: Skip
+
+# Getting non-determinstic network errors with these on Windows (#5272).
+[ $system == windows ]
+pub_install_repo_test: Skip
pub_update_repo_test: Skip
[ $compiler == frog ]

Powered by Google App Engine
This is Rietveld 408576698