update tests

This commit is contained in:
Fabrice Bellard
2025-05-24 13:26:36 +02:00
parent 3d92a9d30c
commit dfc254af51
4 changed files with 47 additions and 10 deletions

View File

@@ -321,6 +321,15 @@ 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