Index: tests/corelib_2/corelib_2.status |
diff --git a/tests/corelib_2/corelib_2.status b/tests/corelib_2/corelib_2.status |
index 1adfdac6a5245b7f284be7a6b19578e83cc6fb2c..54118f2927d61d01dcbf5d263c1a09de542d75cc 100644 |
--- a/tests/corelib_2/corelib_2.status |
+++ b/tests/corelib_2/corelib_2.status |
@@ -69,6 +69,12 @@ bool_from_environment2_test: Skip |
bool_from_environment_test: Skip |
[ $runtime == ff || $runtime == jsshell ] |
+# Firefox takes advantage of the ECMAScript number parsing cop-out clause |
+# (presumably added to allow Mozilla's existing behavior) |
+# and only looks at the first 20 significant digits. |
+# The Dart VM and the other ECMAScript implementations follow the correct |
+# IEEE-754 rounding algorithm. |
+double_parse_test/02: Fail, OK |
unicode_test: Fail |
[ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |