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

Unified Diff: tests/co19/co19-runtime.status

Issue 10850034: Rename BadNumberFormatException -> FormatException. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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: 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

Powered by Google App Engine
This is Rietveld 408576698