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

Unified Diff: utils/tests/pub/pub.status

Issue 9863057: Add DirectoryTestSuite. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Oops. Add changes. Created 8 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
Index: utils/tests/pub/pub.status
diff --git a/utils/tests/pub/pub.status b/utils/tests/pub/pub.status
new file mode 100644
index 0000000000000000000000000000000000000000..c641e87f58deab71e09541dcdcf458cc9817d29e
--- /dev/null
+++ b/utils/tests/pub/pub.status
@@ -0,0 +1,6 @@
+# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+# for details. All rights reserved. Use of this source code is governed by a
+# BSD-style license that can be found in the LICENSE file.
+
+[ $runtime == drt || $runtime == ie || $runtime == chrome || $runtime == safari || $runtime == ff || $runtime == opera ]
Emily Fortuna 2012/03/28 23:10:11 also $runtime == d8 (we also want to skip)
Emily Fortuna 2012/03/28 23:18:13 Here's a more concise way of saying (effectively)
Bill Hesse 2012/03/28 23:37:30 Is this an indication that we really need to add n
Bob Nystrom 2012/03/29 00:10:17 Done.
Bob Nystrom 2012/03/29 00:10:17 I thought about just adding "!=" support to test.d
+*: Skip # Pub only runs on the VM.

Powered by Google App Engine
This is Rietveld 408576698