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

Unified Diff: .status

Issue 956633004: pkg/unittest: move browser error above other skips (Closed) Base URL: https://github.com/dart-lang/unittest.git@master
Patch Set: Created 5 years, 10 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 a8abff3315f5870bb0ee0b8987db22d2e554f765..056e829e4e039084cc5c5ac09b70a1c492cf386d 100644
--- a/.status
+++ b/.status
@@ -23,6 +23,9 @@ lib/*/*: SkipByDesign
lib/*/*/*: SkipByDesign
lib/*/*/*/*: SkipByDesign
+[ $browser ]
+*: RuntimeError # new unittest package does not support browser tests
+
# dart:io-specific tests.
[ $browser ]
test/console_reporter_test: SkipByDesign
@@ -32,6 +35,3 @@ test/vm_listener_test: SkipByDesign
[ $runtime == safari ]
test/matcher/prints_test: Fail # Issue 4
-
-[ $browser ]
-*: RuntimeError # new unittest package does not support browser tests
« 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