7142 Commits

Author SHA1 Message Date
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
André Bargull
d24dd57c58 Replace createNewGlobal with $262.createRealm().global in sm/Array 2025-09-17 12:54:23 -07:00
André Bargull
4ea90c4681 Replace createNewGlobal with $262.createRealm().global in sm/Iterator 2025-09-17 12:54:13 -07:00
André Bargull
d77f35a4ec Replace createNewGlobal with $262.createRealm().global 2025-09-17 12:53:51 -07:00
André Bargull
eae3f3a386 Replace createIsHTMLDDA with $262.IsHTMLDDA 2025-09-17 12:53:24 -07:00
André Bargull
7249a18ca0 Replace assertThrowsInstanceOf with assert.throws in staging/sm 2025-09-17 12:46:40 -07:00
André Bargull
660d854ccf Replace assertThrowsInstanceOf with assert.throws in sm/destructuring 2025-09-17 12:46:39 -07:00
André Bargull
2cf3004bab Replace assertThrowsInstanceOf with assert.throws in sm/async-functions 2025-09-17 12:46:39 -07:00
André Bargull
5b8828c4f8 Replace assertThrowsInstanceOf with assert.throws in sm/expressions 2025-09-17 12:46:39 -07:00
André Bargull
a43514eb2d Replace assertThrowsInstanceOf with assert.throws in sm/Function 2025-09-17 12:46:39 -07:00
André Bargull
3dc9cae778 Replace assertThrowsInstanceOf with assert.throws in sm/generators 2025-09-17 12:46:39 -07:00
André Bargull
e44e4bbc1a Replace assertThrowsInstanceOf with assert.throws in sm/Iterator 2025-09-17 12:46:39 -07:00
André Bargull
88ff239de1 Replace assertThrowsInstanceOf with assert.throws in sm/object 2025-09-17 12:46:39 -07:00
André Bargull
4ecc2dc1d8 Replace assertThrowsInstanceOf with assert.throws in sm/PrivateName 2025-09-17 12:46:39 -07:00
André Bargull
f30120ab96 Replace assertThrowsInstanceOf with assert.throws in sm/Proxy 2025-09-17 12:46:39 -07:00
André Bargull
ad6b866f42 Replace assertThrowsInstanceOf with assert.throws in sm/Reflect 2025-09-17 12:46:39 -07:00
André Bargull
2fe9977b83 Replace assertThrowsInstanceOf with assert.throws in sm/Set 2025-09-17 12:46:39 -07:00
André Bargull
40b3946818 Replace assertThrowsInstanceOf with assert.throws in sm/statements 2025-09-17 12:46:39 -07:00
André Bargull
4e71fccb73 Replace assertThrowsInstanceOf with assert.throws in sm/syntax 2025-09-17 12:46:39 -07:00
André Bargull
11e1fbda5d Replace assertThrowsInstanceOf with assert.throws in sm/Temporal 2025-09-17 12:46:39 -07:00
André Bargull
89fa802464 Replace assertThrowsInstanceOf with assert.throws in sm/RegExp 2025-09-17 12:46:39 -07:00
André Bargull
c0f91faf96 Replace assertThrowsInstanceOf with assert.throws in sm/String 2025-09-17 12:46:38 -07:00
André Bargull
60c271e441 Replace assertThrowsInstanceOf with assert.throws in sm/Symbol 2025-09-17 12:46:38 -07:00
André Bargull
68acce80ed Replace assertThrowsInstanceOf with assert.throws in sm/TypedArray 2025-09-17 12:46:38 -07:00
André Bargull
23d9d1ad9d Replace assertThrowsInstanceOf with assert.throws in sm/class 2025-09-17 12:46:38 -07:00
André Bargull
d7a11ffe21 Replace assertThrowsInstanceOf with assert.throws in sm/Array 2025-09-17 12:46:38 -07:00
André Bargull
e5edd5e620 Remove assertThrownErrorContains 2025-09-17 12:46:38 -07:00
André Bargull
22bd116f5e Remove assertThrowsInstanceOfWithMessage 2025-09-17 12:46:34 -07:00
André Bargull
5f5d06f861 Remove assertThrowsInstanceOfWithMessageCheck from tests 2025-09-17 12:44:24 -07:00
André Bargull
b5f946440f Remove assertThrowsInstanceOfWithMessageContains 2025-09-17 12:44:24 -07:00
André Bargull
8e9f51e944 Use standard harness functions in expressions/optional-chain.js 2025-09-17 12:44:23 -07:00
André Bargull
ae5a0f3626 Replace makeIterator with inline definitions 2025-09-17 12:44:23 -07:00
André Bargull
e11da732b2 Move Permutations into the two files using it and also simplify the tests a bit 2025-09-17 12:44:18 -07:00
André Bargull
267e87f7df Use test262 harness functions in non262-Date-shell.js 2025-09-17 12:36:53 -07:00
André Bargull
fd6bc0db37 Remove unused includes to non262-Date-shell.js 2025-09-17 12:36:53 -07:00
André Bargull
900e13c05f Remove unused definitions from non262-Date-shell.js 2025-09-17 12:36:53 -07:00
André Bargull
1fd48d6a92 Remove unused includes to non262-generators-shell.js 2025-09-17 12:36:53 -07:00
André Bargull
bfee2b57e5 Use sameValue in non262-generators-shell 2025-09-17 12:36:53 -07:00
Philip Chimento
af3d908437 Temporal: Add tests covering one operand of ZonedDateTime difference at extreme
These tests cover the case where the ZonedDateTime since() or until()
methods are called with either the receiver or the argument being a
ZonedDateTime instance at either the earliest or latest end of the
supported range.
2025-09-16 10:42:10 +02:00