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',