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

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

Issue 10883019: Add new pub test suites to status file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « no previous file | no next file » | 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 193cd6061409b364db97b2e3365da79013d5ece4..9b11a631e2bd150b51a082d65eb1f698754e3ca5 100644
--- a/utils/tests/pub/pub.status
+++ b/utils/tests/pub/pub.status
@@ -5,6 +5,11 @@
# Pub only runs on the VM, so just rule out all compilers.
[ $compiler == frog || $compiler == dart2js || $compiler == dart2dart || $compiler == dartc ]
pub_test: Skip
+pub_install_git_test: Skip
+pub_install_repo_test: Skip
+pub_install_sdk_test: Skip
+pub_update_git_test: Skip
+pub_update_repo_test: Skip
version_test: Skip
pubspec_test: Skip
lock_file_test: Skip
@@ -16,6 +21,11 @@ version_solver_test: Fail # dart:io is using private named parameters
# Pub only runs on the standalone VM, not the browser.
[ $runtime == drt || $runtime == dartium ]
pub_test: Skip
+pub_install_git_test: Skip
+pub_install_repo_test: Skip
+pub_install_sdk_test: Skip
+pub_update_git_test: Skip
+pub_update_repo_test: Skip
version_test: Skip
pubspec_test: Skip
lock_file_test: Skip
@@ -24,6 +34,11 @@ version_solver_test: Skip
# Right now, Pub update creates symlinks which aren't supported on Windows.
[ $system == windows ]
pub_test: Skip
+pub_install_git_test: Skip
+pub_install_repo_test: Skip
+pub_install_sdk_test: Skip
+pub_update_git_test: Skip
+pub_update_repo_test: Skip
[ $compiler == frog ]
yaml_test: Fail # Issue 3215
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698