diff options
Diffstat (limited to 'test262.conf')
-rw-r--r-- | test262.conf | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/test262.conf b/test262.conf index 02df380..c099f2f 100644 --- a/test262.conf +++ b/test262.conf @@ -103,7 +103,7 @@ destructuring-assignment destructuring-binding dynamic-import error-cause -Error.isError=skip +Error.isError explicit-resource-management=skip exponentiation export-star-as-namespace-from-module @@ -116,9 +116,7 @@ for-of generators globalThis hashbang -host-gc-required=skip -import-assertions=skip -import-attributes=skip +import-attributes import-defer=skip import.meta Int16Array @@ -144,7 +142,7 @@ Intl.Segmenter=skip IsHTMLDDA iterator-helpers=skip iterator-sequencing=skip -json-modules=skip +json-modules json-parse-with-source=skip json-superset legacy-regexp=skip @@ -230,6 +228,7 @@ Uint32Array Uint8Array uint8array-base64=skip Uint8ClampedArray +upsert=skip WeakMap WeakRef WeakSet @@ -323,12 +322,23 @@ test262/test/staging/sm/Function/function-toString-builtin-name.js test262/test/staging/sm/extensions/arguments-property-access-in-function.js test262/test/staging/sm/extensions/function-caller-skips-eval-frames.js test262/test/staging/sm/extensions/function-properties.js +test262/test/staging/sm/regress/regress-577648-1.js +test262/test/staging/sm/regress/regress-577648-2.js +test262/test/staging/sm/regress/regress-584355.js +test262/test/staging/sm/regress/regress-586482-1.js +test262/test/staging/sm/regress/regress-586482-2.js +test262/test/staging/sm/regress/regress-586482-3.js +test262/test/staging/sm/regress/regress-586482-4.js +test262/test/staging/sm/regress/regress-699682.js + # RegExp toSource not fully compliant test262/test/staging/sm/RegExp/toString.js test262/test/staging/sm/RegExp/source.js test262/test/staging/sm/RegExp/escape.js # source directives are not standard yet test262/test/staging/sm/syntax/syntax-parsed-arrow-then-directive.js +# returning "bound fn" as initialName for a function is permitted by the spec +test262/test/staging/sm/Function/function-toString-builtin.js [tests] # list test files or use config.testdir |