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

Unified Diff: .status

Issue 1056233002: Mark all tests as skip on the browser. (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Created 5 years, 9 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: .status
diff --git a/.status b/.status
index 31db8d1f4d99645517ec4c1dc751b9cec9b5e640..9e320581e889957d885c9d1860fb39fde1859c67 100644
--- a/.status
+++ b/.status
@@ -25,10 +25,13 @@ lib/*/*/*/*: SkipByDesign
test/runner/browser/loader_test: Pass, Slow
-# dart:io-specific tests.
+# The test harness for browser tests doesn't play nicely with the new way of
+# doing browser tests.
[ $browser ]
-test/runner/*: SkipByDesign
-test/util/parse_annotations_test: SkipByDesign
+lib/*: SkipByDesign
kevmoo 2015/04/04 00:10:47 lib/? Don't you mean test/?
nweiz 2015/04/04 00:29:53 Good catch!
+lib/*/*: SkipByDesign
+lib/*/*/*: SkipByDesign
+lib/*/*/*/*: SkipByDesign
[ $runtime == safari ]
test/matcher/prints_test: Fail # Issue 4
« 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