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

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

Issue 10339009: Move Yaml into utils/pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « utils/pub/yaml/yaml_map.dart ('k') | utils/tests/pub/yaml_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/pub.status
diff --git a/utils/tests/pub/pub.status b/utils/tests/pub/pub.status
index 5457b9a6d1c48d7ae26b91fc9d9c0bbad3ab457c..6511d22e188699ea801d84961e2c115e64658f0b 100644
--- a/utils/tests/pub/pub.status
+++ b/utils/tests/pub/pub.status
@@ -3,11 +3,14 @@
# BSD-style license that can be found in the LICENSE file.
[ $compiler == frog || $compiler == dart2js || $compiler == dartc ]
-*: Skip # Pub only runs on the VM, so just rule out all compilers.
+pub_test: Skip # Pub only runs on the VM, so just rule out all compilers.
[ $runtime == drt ]
-*: Skip # Pub only runs on the standalone VM, not Dartium.
+pub_test: Skip # Pub only runs on the standalone VM, not Dartium.
[ $system == windows ]
-*: Skip # Right now, Pub update creates symlinks which aren't supported on
- # Windows.
+pub_test: Skip # Right now, Pub update creates symlinks which aren't supported
+ # on Windows.
+
+[ $compiler == dart2js ]
+yaml_test: Skip # Issue 2717.
« no previous file with comments | « utils/pub/yaml/yaml_map.dart ('k') | utils/tests/pub/yaml_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698