From a6b39287c5b6a9d09066bb6326800c3798678581 Mon Sep 17 00:00:00 2001 From: Frank Tang Date: Mon, 14 Dec 2020 14:59:32 -0800 Subject: [PATCH] Fix locale -t- extension with duplicate variant in tlang cl to land chrome/src/DEPS in https://chromium-review.googlesource.com/c/chromium/src/+/2591229 Bug: v8:11039 Change-Id: If2a8256011865a1d8cca700fd803905d6e63afde Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2590516 Reviewed-by: Shu-yu Guo Commit-Queue: Frank Tang Cr-Commit-Position: refs/heads/master@{#71752} --- DEPS | 2 +- test/test262/test262.status | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 46ae76e63c..9003c242ac 100644 --- a/DEPS +++ b/DEPS @@ -92,7 +92,7 @@ deps = { 'third_party/depot_tools': Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '99399caeacf6712571b3e188783e66aea517ae6f', 'third_party/icu': - Var('chromium_url') + '/chromium/deps/icu.git' + '@' + '5c3a0b95802abf409c686ed3534dd46296c1dfb5', + Var('chromium_url') + '/chromium/deps/icu.git' + '@' + '899e18383fd732b47e6978db2b960a1b2a80179b', 'third_party/instrumented_libraries': Var('chromium_url') + '/chromium/src/third_party/instrumented_libraries.git' + '@' + '4d3867052d35b2171f2edbb3466fa8f7e2d11319', 'buildtools': diff --git a/test/test262/test262.status b/test/test262/test262.status index c769880522..76fe1b3411 100644 --- a/test/test262/test262.status +++ b/test/test262/test262.status @@ -552,12 +552,9 @@ 'intl402/Intl/getCanonicalLocales/preferred-grandfathered': [FAIL], 'intl402/Locale/extensions-grandfathered': [FAIL], - # https://bugs.chromium.org/p/v8/issues/detail?id=9613 + # https://github.com/tc39/test262/pull/2904 'intl402/Locale/likely-subtags-grandfathered': [FAIL], - # http://crbug/v8/11039 - 'intl402/Locale/reject-duplicate-variants-in-tlang': [FAIL], - # http://crbug/v8/10447 'intl402/Intl/getCanonicalLocales/unicode-ext-canonicalize-yes-to-true': [FAIL],