7180 Commits

Author SHA1 Message Date
André Bargull
e3c64eeb6b Remove onlyStrict flag and 'use strict' directive from tests which run in strict and non-strict mode 2025-09-17 13:25:19 -07:00
André Bargull
1cd8f45b27 Remove 'use strict' directive from onlyStrict tests 2025-09-17 13:25:19 -07:00
André Bargull
7b1eabb793 Update a setter function source text test 2025-09-17 13:25:19 -07:00
André Bargull
a08fdc081c Remove test which checks if unsupported class fields don't crash 2025-09-17 13:25:19 -07:00
André Bargull
0b5357f7d8 Replace dynamic check for classes with feature tag 2025-09-17 13:25:19 -07:00
André Bargull
819f7b4966 Address fixme notes in test files 2025-09-17 13:25:19 -07:00
André Bargull
2d3bfa58f8 Add missing feature tag for host-gc 2025-09-17 13:25:19 -07:00
André Bargull
47ba37f098 Remove unnecessary checks for functions 2025-09-17 13:25:19 -07:00
André Bargull
b096b30f60 Enable commented-out test 2025-09-17 13:25:19 -07:00
André Bargull
b44d7a16ee Use assertNativeFunction to test function string output 2025-09-17 13:25:19 -07:00
André Bargull
4c6e1e788a Fix a bug comment 2025-09-17 13:25:19 -07:00
André Bargull
ef7ad927ed Remove test for non-standard Error stack 2025-09-17 13:25:19 -07:00
André Bargull
193801b9d4 Replace runtime checks for Symbol with feature tag 2025-09-17 13:25:19 -07:00
André Bargull
c35a9c74ba Prefer assert.throws to check for errors 2025-09-17 13:25:19 -07:00
André Bargull
8145995ec1 Prefer assert.compareArray to compare arrays 2025-09-17 13:25:19 -07:00
André Bargull
0426d82c35 Remove unnecessary tests if assert.sameValue is defined 2025-09-17 13:25:19 -07:00
André Bargull
61286de40c Remove unnecessary tests if $262.detachArrayBuffer is defined 2025-09-17 13:25:19 -07:00
André Bargull
11c8fe0a99 Remove unused includes to non262-TypedArray-shell.js 2025-09-17 12:54:47 -07:00
André Bargull
5912cd673f Use assert.sameValue instead of assertEq in harness/sm 2025-09-17 12:54:47 -07:00
André Bargull
a73bdd51c6 Remove unused includes to non262-Math-shell.js 2025-09-17 12:54:47 -07:00
André Bargull
d51fa962ee Remove unused includes to non262-Temporal-PlainMonthDay-shell.js 2025-09-17 12:54:47 -07:00
André Bargull
93e9e88a84 Remove no longer needed allow_unused 2025-09-17 12:54:47 -07:00
André Bargull
09761b6c8c Remove unused includes to non262-strict-shell.js 2025-09-17 12:54:47 -07:00
André Bargull
76cd14cf50 Rename non262-shell.js and remove no longer used non262.js 2025-09-17 12:54:47 -07:00
André Bargull
5853b56f6e Prefer verifyProperty over assert.deepEqual when comparing property descriptors 2025-09-17 12:54:47 -07:00
André Bargull
69e5cd3607 Prefer assert.compareArray over assert.deepEqual when comparing arrays 2025-09-17 12:54:47 -07:00
André Bargull
bc544479c8 Remove unnecessary includes to non262.js and non262-shell.js 2025-09-17 12:54:47 -07:00
André Bargull
0943f84f31 Remove remaining print calls in staging/sm 2025-09-17 12:54:47 -07:00
André Bargull
ea18b9dce5 Remove print calls in sm/TypedArray 2025-09-17 12:54:47 -07:00
André Bargull
b58523b3f9 Remove print calls in sm/syntax 2025-09-17 12:54:47 -07:00
André Bargull
e79abfc182 Remove print calls in sm/statements 2025-09-17 12:54:47 -07:00
André Bargull
232893dbe5 Remove print calls in sm/String 2025-09-17 12:54:47 -07:00
André Bargull
12bc5996c5 Remove print calls in sm/RegExp 2025-09-17 12:54:47 -07:00
André Bargull
40272ad39f Remove print calls in sm/Proxy 2025-09-17 12:54:47 -07:00
André Bargull
744a1b2c75 Remove print calls in sm/object 2025-09-17 12:54:47 -07:00
André Bargull
1211b7805a Remove print calls in sm/Number 2025-09-17 12:54:47 -07:00
André Bargull
c92f4924fa Remove print calls in sm/misc 2025-09-17 12:54:47 -07:00
André Bargull
3de16a5e94 Remove print calls in sm/JSON 2025-09-17 12:54:46 -07:00
André Bargull
a421452df2 Remove print calls in sm/global 2025-09-17 12:54:46 -07:00
André Bargull
59e1f5ae4f Remove print calls in sm/Function 2025-09-17 12:54:46 -07:00
André Bargull
2181096f22 Remove print calls in sm/extensions 2025-09-17 12:54:46 -07:00
André Bargull
7a02a50975 Remove print calls in sm/expressions 2025-09-17 12:54:46 -07:00
André Bargull
9d5508194a Remove print calls in sm/eval 2025-09-17 12:54:46 -07:00
André Bargull
0aaba81f56 Remove print calls in sm/Date 2025-09-17 12:54:46 -07:00
André Bargull
fc730403e7 Remove print calls in sm/class 2025-09-17 12:54:46 -07:00
André Bargull
ba410b8522 Remove print calls in sm/async-functions 2025-09-17 12:54:46 -07:00
André Bargull
7dd0174ed1 Remove print calls in sm/Array 2025-09-17 12:54:46 -07:00
André Bargull
2d3d609041 Replace createExternalArrayBuffer 2025-09-17 12:54:46 -07:00
André Bargull
28238d3b88 Replace createNewGlobal with $262.createRealm().global 2025-09-17 12:54:46 -07:00
André Bargull
49fe44d1b3 Replace createNewGlobal with $262.createRealm().global in sm/Symbol 2025-09-17 12:54:36 -07:00