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

Unified Diff: test/intl/date-format/format-test.js

Issue 1501113002: Set the Gregorian changeover date to the beginning of time in Intl (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Replace a CHECK with DCHECK Created 5 years 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
« no previous file with comments | « src/i18n.cc ('k') | test/test262/test262.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/intl/date-format/format-test.js
diff --git a/test/intl/date-format/format-test.js b/test/intl/date-format/format-test.js
index 9817c97ed975283f2313e7b1ece8a0b110365e84..f2a1448e8a5d24f0c263be44f13034c9fca22997 100644
--- a/test/intl/date-format/format-test.js
+++ b/test/intl/date-format/format-test.js
@@ -44,3 +44,7 @@ invalidValues.forEach(function(value) {
assertTrue(error !== undefined);
assertEquals('RangeError', error.name);
});
+
+// https://code.google.com/p/chromium/issues/detail?id=537382
+
+assertEquals('11/11/1500', dtf.format(new Date(1500,10,11,12,0,0)));
« no previous file with comments | « src/i18n.cc ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698