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

Unified Diff: .status

Issue 688503004: Update searchable_list test to run in package bots (Closed) Base URL: git@github.com:dart-lang/searchable-list-sample.git@master
Patch Set: Created 6 years, 2 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 | lib/demo_app.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .status
diff --git a/.status b/.status
new file mode 100644
index 0000000000000000000000000000000000000000..97b78fcafa565f15af668dbbb3d4256f0e0b9250
--- /dev/null
+++ b/.status
@@ -0,0 +1,20 @@
+# Don't run any test-like files that show up in packages directories. It
+# shouldn't be necessary to run "pub install" in these packages, but if you do
+# it shouldn't break the tests.
+*/packages/*/*: Skip
+*/*/packages/*/*: Skip
+*/*/*/packages/*/*: Skip
+*/*/*/*/packages/*/*: Skip
+*/*/*/*/*/packages/*/*: Skip
+
+[ $runtime == vm ]
+*: Skip
+
+[ $compiler == dart2js ]
+test/*: Skip # only run build/ output tests with dart2js
+
+[ $compiler == dart2js && $mode == debug ]
+build/test/demo_app_test: Pass, Timeout
+
+[ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid) ]
+test/demo_app_test: Pass, RuntimeError # Issue 18931
« no previous file with comments | « no previous file | lib/demo_app.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698