aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/intl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/intl')
-rw-r--r--deps/v8/test/intl/OWNERS2
-rw-r--r--deps/v8/test/intl/date-format/format-test.js2
-rw-r--r--deps/v8/test/intl/general/case-mapping.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/deps/v8/test/intl/OWNERS b/deps/v8/test/intl/OWNERS
index 9d54cbbea8..9c966e6b62 100644
--- a/deps/v8/test/intl/OWNERS
+++ b/deps/v8/test/intl/OWNERS
@@ -1,2 +1,4 @@
cira@chromium.org
mnita@google.com
+
+# COMPONENT: Blink>JavaScript>Internationalization
diff --git a/deps/v8/test/intl/date-format/format-test.js b/deps/v8/test/intl/date-format/format-test.js
index f2a1448e8a..d79aabe3c7 100644
--- a/deps/v8/test/intl/date-format/format-test.js
+++ b/deps/v8/test/intl/date-format/format-test.js
@@ -47,4 +47,4 @@ invalidValues.forEach(function(value) {
// https://code.google.com/p/chromium/issues/detail?id=537382
-assertEquals('11/11/1500', dtf.format(new Date(1500,10,11,12,0,0)));
+assertEquals('11/11/1500', dtf.format(new Date(Date.UTC(1500,10,11,12,0,0))));
diff --git a/deps/v8/test/intl/general/case-mapping.js b/deps/v8/test/intl/general/case-mapping.js
index 0028c4150f..a727339020 100644
--- a/deps/v8/test/intl/general/case-mapping.js
+++ b/deps/v8/test/intl/general/case-mapping.js
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Flags: --icu_case_mapping
-
// Some edge cases that unibrow got wrong
assertEquals("𐐘", "𐑀".toUpperCase());