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

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

Issue 10850034: Rename BadNumberFormatException -> FormatException. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Respond to reviews, rebase, and merge. 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
« no previous file with comments | « utils/tests/pub/lock_file_test.dart ('k') | utils/tests/pub/pubspec_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 82c0291d1ac8b9b37294d5af087ae9f959171e20..1d13339c030335e88370bd24e46ee3600f9b86d7 100644
--- a/utils/tests/pub/pub.status
+++ b/utils/tests/pub/pub.status
@@ -2,6 +2,11 @@
# 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.
+# The pub tests invoke the pre-built Dart binaries under tools/testing/bin,
+# but those have not been rebuilt yet with the new FormatException rename.
+# This can be removed once new binaries are checked in.
+pub_test: Fail
nweiz 2012/08/03 18:22:23 Add a TODO here, so we remember to re-enable this.
Bob Nystrom 2012/08/03 18:25:02 Done. Also, this is marked fail instead of skip, s
+
# Pub only runs on the VM, so just rule out all compilers.
[ $compiler == frog || $compiler == dart2js || $compiler == dart2dart || $compiler == dartc ]
pub_test: Skip
« no previous file with comments | « utils/tests/pub/lock_file_test.dart ('k') | utils/tests/pub/pubspec_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698