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

Unified Diff: tests/utils/utils.status

Issue 10854156: Add a support for a slow marker in status files. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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
Index: tests/utils/utils.status
===================================================================
--- tests/utils/utils.status (revision 10699)
+++ tests/utils/utils.status (working copy)
@@ -21,6 +21,9 @@
[ $compiler == dart2js && $checked ]
dummy_compiler_test: Fail
+[ $compiler == dart2js && $unchecked ]
+dummy_compiler_test: Slow, Pass
+
[ $runtime == vm || $compiler == dartc || ($compiler == none && $runtime == drt) ]
# TODO(rnystrom): Right now, the VM tests can't access frog/ and client/ which
# dartdoc uses, so disable for now. Once the deps files are unified this should

Powered by Google App Engine
This is Rietveld 408576698