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

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

Issue 1522533003: Enable some passing, disabled Intl tests (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 | « test/intl/date-format/resolved-options.js ('k') | test/intl/intl.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/intl/date-format/timezone.js
diff --git a/test/intl/date-format/timezone.js b/test/intl/date-format/timezone.js
index 03e25f0574be3a0bd0c91f9161d52231c74fcc11..af363711c790b8f67dbdf21a8d3ac8593ba3ee9b 100644
--- a/test/intl/date-format/timezone.js
+++ b/test/intl/date-format/timezone.js
@@ -27,8 +27,9 @@
// Tests time zone support.
-var df = Intl.DateTimeFormat();
-assertEquals(getDefaultTimeZone(), df.resolvedOptions().timeZone);
+// TODO(littledan): getDefaultTimeZone() is not available from JavaScript
+// var df = Intl.DateTimeFormat();
+// assertEquals(getDefaultTimeZone(), df.resolvedOptions().timeZone);
df = Intl.DateTimeFormat(undefined, {timeZone: 'UtC'});
assertEquals('UTC', df.resolvedOptions().timeZone);
« no previous file with comments | « test/intl/date-format/resolved-options.js ('k') | test/intl/intl.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698