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

Unified Diff: tests/corelib/corelib.status

Issue 520693004: Dart version of double.parse that works for numbers that can be represented (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Earlier bailout on overflow. Created 6 years, 3 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/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index ee50466386ebec51769cdd185f86dec66a5cefab..91ea421bd6e1c3ac655d6d36ccde023aad203b55 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -48,6 +48,7 @@ symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete
symbol_reserved_word_test/03: RuntimeError # bug 19972
int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 being whitespace.
int_parse_radix_test/02: Fail # No bigints.
+double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being whitespace.
# With the exception of 'void', const Symbol() should not accept reserved
# words.

Powered by Google App Engine
This is Rietveld 408576698