Index: tests/co19/co19-runtime.status |
diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status |
index 8e4642651be8713758e7bdcbb79048b9e9515dbb..2121a68952c778664fa92bc4d7876d049ff54d84 100644 |
--- a/tests/co19/co19-runtime.status |
+++ b/tests/co19/co19-runtime.status |
@@ -437,3 +437,11 @@ Language/07_Classes/4_Instance_Variables_A02_t06: Fail # type error |
[ $runtime == vm && $mode == debug && $unchecked ] |
LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
+ |
+# Rename "BadNumberFormatException" to "FormatException" |
+# TODO(rnystrom): File co19 bug and list here before submitting patch. |
+[ $mode == debug || $mode == release ] |
Mads Ager (google)
2012/08/03 07:28:53
Maybe just move these to the top without a section
Bob Nystrom
2012/08/03 17:46:54
Done.
|
+LibTest/core/BadNumberFormatException/*: Fail |
+LibTest/core/double/toInt_A01_t03: Fail |
+LibTest/core/double/toInt_A01_t04: Fail |
+LibTest/core/Math/parseInt_A02_t01: Fail |