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
Philip Chimento
60faf4f2bb
Temporal: Add tests covering end-of-month behaviour for ISO-like non-ISO calendars
...
Same tests as added in #4004 , but for the four non-ISO calendars which
use ISO-like months and days.
2025-09-16 10:42:10 +02:00
Philip Chimento
35b3fc74ab
Revert "fix another test now that we don't access the IteratorResult value"
...
This reverts commit 71794b138844536a36b341700f88ee91c5754431.
Follow up from #4523 , missed reverting this commit.
Closes : #4581
2025-09-16 10:17:18 +02:00
Jonas Haukenes
55e8077819
Added missing feature; symbols-as-weakmap-keys
2025-09-15 11:03:07 -07:00
Trevor Florence
0b02980322
Add additional tests for copy by array features ( #4576 )
...
Addresses testing gaps identified in #4575
2025-09-15 10:55:13 -07:00
Jonas Haukenes
daa4186be4
Removed typeof from log message.
2025-09-15 14:55:44 +02:00
Jonas Haukenes
557b748bff
Modifed the test to verify that callbackfn is not called if the key cannot be held weakly.
2025-09-15 14:55:44 +02:00
Trevor Florence
a5e69a1534
Remove unnecessary call to compareArray in this-value-boolean.js
...
This assertion throws before `compareArray` is called. In addition, `compareArray` takes two parameters, not one.
It's unclear to me why it was added in the first place.
2025-09-10 08:50:24 -07:00
Richard Gibson
3fd4ec27f1
[immutable-arraybuffer] Changes to existing ArrayBuffer.prototype properties ( #4540 )
2025-08-27 19:23:40 -04:00