7209 Commits

Author SHA1 Message Date
André Bargull
221ea2b0b7 Enable strict mode testing for sm/literals 2025-09-17 13:25:20 -07:00
André Bargull
27b61f051b Enable strict mode testing for sm/lexical-environment 2025-09-17 13:25:20 -07:00
André Bargull
1b4972e329 Enable strict mode testing for sm/JSON 2025-09-17 13:25:20 -07:00
André Bargull
62310eaf2a Enable strict mode testing for sm/Iterator 2025-09-17 13:25:20 -07:00
André Bargull
91bf17ace8 Enable strict mode testing for sm/global 2025-09-17 13:25:20 -07:00
André Bargull
6aa99aa29a Enable strict mode testing for sm/generators 2025-09-17 13:25:20 -07:00
André Bargull
8f259600e2 Enable strict mode testing for sm/Function/function-name-computed 2025-09-17 13:25:20 -07:00
André Bargull
be5edf06c9 Enable strict mode testing for sm/Function 2025-09-17 13:25:20 -07:00
André Bargull
169736bdd0 Enable strict mode testing for sm/fields 2025-09-17 13:25:20 -07:00
André Bargull
a724191c3f Enable strict mode testing for rest of sm/extensions 2025-09-17 13:25:20 -07:00
André Bargull
f72b5123d9 Enable strict mode testing for sm/extensions 2025-09-17 13:25:20 -07:00
André Bargull
4b89aa98c8 Enable strict mode testing for sm/expressions/destructuring-array-done.js 2025-09-17 13:25:20 -07:00
André Bargull
f277bff653 Enable strict mode testing for sm/expressions 2025-09-17 13:25:20 -07:00
André Bargull
53e5d81251 Enable strict mode testing for sm/Exceptions 2025-09-17 13:25:20 -07:00
André Bargull
8c2c38426b Enable strict mode testing for sm/eval 2025-09-17 13:25:20 -07:00
André Bargull
311262aa37 Enable strict mode testing for sm/Error 2025-09-17 13:25:20 -07:00
André Bargull
080a1ff59f Enable strict mode testing for sm/destructuring/order.js 2025-09-17 13:25:20 -07:00
André Bargull
e815b2298c Enable strict mode testing for sm/destructuring 2025-09-17 13:25:20 -07:00
André Bargull
3e26311d42 Enable strict mode testing for sm/Date 2025-09-17 13:25:20 -07:00
André Bargull
6e1eba2a09 Enable strict mode testing for sm/DataView 2025-09-17 13:25:20 -07:00
André Bargull
2fce7b7985 Enable strict mode testing for sm/class 2025-09-17 13:25:20 -07:00
André Bargull
00872ab917 Enable strict mode testing for sm/Boolean 2025-09-17 13:25:20 -07:00
André Bargull
630ecb4eb8 Enable strict mode testing for sm/BigInt 2025-09-17 13:25:20 -07:00
André Bargull
4963431435 Enable strict mode testing for sm/Atomics 2025-09-17 13:25:20 -07:00
André Bargull
e1e18ba8c8 Enable strict mode testing for sm/AsyncGenerators 2025-09-17 13:25:20 -07:00
André Bargull
5560784cff Enable strict mode testing for sm/async-functions 2025-09-17 13:25:20 -07:00
André Bargull
d980c319d8 Enable strict mode testing for sm/ArrayBuffer 2025-09-17 13:25:19 -07:00
André Bargull
c3aa6f96fc Enable strict mode testing for rest of sm/Array 2025-09-17 13:25:19 -07:00
André Bargull
286f73c6e9 Fix strict mode violations in sm/Array 2025-09-17 13:25:19 -07:00
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