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

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

Issue 10642002: Update pub.status file to fix build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: utils/tests/pub/pub.status
diff --git a/utils/tests/pub/pub.status b/utils/tests/pub/pub.status
index 50b6fb0d20b2a371d0178e81db765b9587347aef..6dd41d44add7c22efb4770aaf2275b29ecce22d7 100644
--- a/utils/tests/pub/pub.status
+++ b/utils/tests/pub/pub.status
@@ -8,9 +8,11 @@ pub_test: Skip
version_test: Skip
pubspec_test: Skip
lock_file_test: Skip
+version_solver_test: Skip
[ $compiler == dartc ]
yaml_test: Fail # pub issue 3539
+version_solver_test: Fail # dart:io is using private named parameters
# Pub only runs on the standalone VM, not the browser.
[ $runtime == drt || $runtime == dartium ]
@@ -18,6 +20,7 @@ pub_test: Skip
version_test: Skip
pubspec_test: Skip
lock_file_test: Skip
+version_solver_test: Skip
# Right now, Pub update creates symlinks which aren't supported on Windows.
[ $system == windows ]
@@ -25,6 +28,7 @@ pub_test: Skip
version_test: Skip
pubspec_test: Skip
lock_file_test: Skip
+version_solver_test: Skip
[ $compiler == frog ]
yaml_test: Fail # Issue 3215
« 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