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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « pkg/gcloud/.gitignore ('k') | pkg/gcloud/AUTHORS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 */packages/*: Skip
2 */*/packages/*: Skip
3 */*/*/packages/*: Skip
4
5 # We do not run the e2e tests inside the build/ directory in order to prevent
6 # ./tools/test.py from running several e2e in parallel.
7 build/test/db_all_e2e_test: Skip
8 build/test/storage/e2e_test: Skip
9
10 # This test is slow because
11 # - eventual consistency forces us to put in sleep()s
12 # - it does e2e testing
13 # - it combines several tests to avoid concurrent tests touching the same data
14 test/db_all_e2e_test: Slow, Pass
15
16 [ $browser ]
17 build/test/storage/e2e_test: Skip
18 test/storage/e2e_test: Skip
19
20 build/test/db_all_e2e_test: Skip
21 test/db_all_e2e_test: Skip
22
23 # Imports common_e2e.dart, which uses dart:io
24 build/test/storage/storage_test: Skip
25 test/storage/storage_test: Skip
26
27 [ $compiler == dart2js ]
28 *: Skip
OLDNEW
« 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