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

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: Re-word comment as TODO. 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
Index: utils/tests/pub/pub.status
diff --git a/utils/tests/pub/pub.status b/utils/tests/pub/pub.status
index 82c0291d1ac8b9b37294d5af087ae9f959171e20..52a8d33b5e346e5afcba36ddcf4ca28b69e24b27 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.
+# TODO(rnystrom): Remove this once new binaries are checked in.
Ivan Posva 2012/08/03 20:36:27 The fact that you have to put this here points out
+pub_test: Fail
+
# Pub only runs on the VM, so just rule out all compilers.
[ $compiler == frog || $compiler == dart2js || $compiler == dart2dart || $compiler == dartc ]
pub_test: Skip

Powered by Google App Engine
This is Rietveld 408576698