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

Unified Diff: pkg/gcloud/.status

Issue 804973002: Add appengine/gcloud/mustache dependencies. (Closed) Base URL: git@github.com:dart-lang/pub-dartlang-dart.git@master
Patch Set: Added AUTHORS/LICENSE/PATENTS files Created 6 years 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 | « pkg/gcloud/.gitignore ('k') | pkg/gcloud/AUTHORS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/gcloud/.status
diff --git a/pkg/gcloud/.status b/pkg/gcloud/.status
new file mode 100644
index 0000000000000000000000000000000000000000..13d431e42a0ae7b2580b4eee0960625ca1f652c8
--- /dev/null
+++ b/pkg/gcloud/.status
@@ -0,0 +1,28 @@
+*/packages/*: Skip
+*/*/packages/*: Skip
+*/*/*/packages/*: Skip
+
+# We do not run the e2e tests inside the build/ directory in order to prevent
+# ./tools/test.py from running several e2e in parallel.
+build/test/db_all_e2e_test: Skip
+build/test/storage/e2e_test: Skip
+
+# This test is slow because
+# - eventual consistency forces us to put in sleep()s
+# - it does e2e testing
+# - it combines several tests to avoid concurrent tests touching the same data
+test/db_all_e2e_test: Slow, Pass
+
+[ $browser ]
+build/test/storage/e2e_test: Skip
+test/storage/e2e_test: Skip
+
+build/test/db_all_e2e_test: Skip
+test/db_all_e2e_test: Skip
+
+# Imports common_e2e.dart, which uses dart:io
+build/test/storage/storage_test: Skip
+test/storage/storage_test: Skip
+
+[ $compiler == dart2js ]
+*: Skip
« no previous file with comments | « pkg/gcloud/.gitignore ('k') | pkg/gcloud/AUTHORS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698