From f2c31db64504471a9883222cd985c43b540d2199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= Date: Fri, 16 Aug 2019 20:19:30 +0000 Subject: [PATCH] Bug 1574180 - Part 5: Update test262 features list. r=khyperia Depends on D42156 Differential Revision: https://phabricator.services.mozilla.com/D42157 --HG-- extra : moz-landing-system : lando --- js/src/tests/test262-update.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/src/tests/test262-update.py b/js/src/tests/test262-update.py index 178e47c6815b..a03992d218b4 100755 --- a/js/src/tests/test262-update.py +++ b/js/src/tests/test262-update.py @@ -39,6 +39,8 @@ UNSUPPORTED_FEATURES = set([ "Intl.Segmenter", "WeakRef", "FinalizationGroup", + "optional-chaining", + "top-level-await", ]) FEATURE_CHECK_NEEDED = { "Atomics": "!this.hasOwnProperty('Atomics')",