summaryrefslogtreecommitdiff
path: root/deps/v8/test/test262/testcfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/test262/testcfg.py')
-rw-r--r--deps/v8/test/test262/testcfg.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/deps/v8/test/test262/testcfg.py b/deps/v8/test/test262/testcfg.py
index e69c9e291b..139af67196 100644
--- a/deps/v8/test/test262/testcfg.py
+++ b/deps/v8/test/test262/testcfg.py
@@ -46,6 +46,8 @@ from testrunner.outproc import test262
FEATURE_FLAGS = {
'Intl.DateTimeFormat-dayPeriod': '--harmony-intl-dateformat-day-period',
'Intl.Locale-info': '--harmony_intl_locale_info',
+ 'Intl.DateTimeFormat-extend-timezonename': '--harmony_intl_more_timezone',
+ 'Intl.DisplayNames-v2': '--harmony_intl_displaynames_v2',
'Symbol.prototype.description': '--harmony-symbol-description',
'FinalizationRegistry': '--harmony-weak-refs-with-cleanup-some',
'WeakRef': '--harmony-weak-refs-with-cleanup-some',
@@ -53,12 +55,13 @@ FEATURE_FLAGS = {
'IsHTMLDDA': '--allow-natives-syntax',
'top-level-await': '--harmony-top-level-await',
'regexp-match-indices': '--harmony-regexp-match-indices',
- # https://github.com/tc39/test262/pull/2395
'regexp-named-groups': '--harmony-regexp-match-indices',
'error-cause': '--harmony-error-cause',
'import-assertions': '--harmony-import-assertions',
- # https://github.com/tc39/test262/pull/2995
'Object.hasOwn': '--harmony-object-has-own',
+ 'class-static-block': '--harmony-class-static-blocks',
+ 'resizable-arraybuffer': '--harmony-rab-gsab',
+ 'array-find-from-last': '--harmony_array_find_last',
}
SKIPPED_FEATURES = set([])