From 59b43b1fc385d3c3b8cca4d5a660f6a9ee1a8a49 Mon Sep 17 00:00:00 2001 From: Frank Tang Date: Fri, 14 May 2021 20:26:17 -0700 Subject: [PATCH] Add feature flag mapping for 'Intl.Locale-info' tests Map 'Intl.Locale-info' to '--harmony_intl_locale_info', To be ready for https://github.com/tc39/test262/pull/2987 Bug: v8:11638 Change-Id: I119068612867648de30f63aa64c3c2bc5d63e50b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2893824 Commit-Queue: Frank Tang Reviewed-by: Shu-yu Guo Cr-Commit-Position: refs/heads/master@{#74577} --- test/test262/testcfg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test262/testcfg.py b/test/test262/testcfg.py index 18e26347ae..889fceafde 100644 --- a/test/test262/testcfg.py +++ b/test/test262/testcfg.py @@ -45,6 +45,7 @@ from testrunner.outproc import test262 # TODO(littledan): move the flag mapping into the status file FEATURE_FLAGS = { 'Intl.DateTimeFormat-dayPeriod': '--harmony-intl-dateformat-day-period', + 'Intl.Locale-info': '--harmony_intl_locale_info', 'Symbol.prototype.description': '--harmony-symbol-description', 'FinalizationRegistry': '--harmony-weak-refs-with-cleanup-some', 'WeakRef': '--harmony-weak-refs-with-cleanup-some',