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 |