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

Unified Diff: pkg/pkg.status

Issue 12209073: Add a scheduled test library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Make everything play nicely with the outside world. Created 7 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 | pkg/scheduled_test/lib/scheduled_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index 9f94f236c4c94ae4826299dd7622451df02514ab..2983e33061f4050cea92e7b1ef5b23dcfb742e28 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -9,6 +9,9 @@
# arithmetic natively, i.e., the VM.
fixnum/test/int_64_vm_test: Skip
+# Skip non-test files ending with "_test".
+scheduled_test/lib/*: Skip
ricow1 2013/03/18 11:34:53 I don't get this, why do we call it _test if it is
nweiz 2013/03/18 18:37:55 It's a library for writing tests.
+
[$compiler == dart2dart]
*: Skip
« no previous file with comments | « no previous file | pkg/scheduled_test/lib/scheduled_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698