test262/test/built-ins
Philip Chimento ea11e0e787 Temporal: Further coverage and tweaks for removing Calendar/TimeZone objs
Tweak some tests to provide coverage of new execution paths in the spec,
such as calling GetOptionsObject inside ToTemporal___; add a few new tests
for things that weren't covered before, such as rounding a PlainDateTime
at the edge of the range; and tweak the tests verifying when the
properties of the options bag are read, which I made a mistake in #4119.

See: https://github.com/tc39/proposal-temporal/pull/2925
2024-08-22 14:00:43 -07:00
..
AbstractModuleSource Fix AbstractModuleSource verifyProperty calls 2024-07-11 15:04:07 +02:00
Array RAB: Integrate staging tests for the .toLocaleString method (#4178) 2024-08-14 12:30:54 -07:00
ArrayBuffer remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
ArrayIteratorPrototype rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
AsyncDisposableStack Fix typo 2024-08-01 16:06:56 +02:00
AsyncFromSyncIteratorPrototype Tests using yield*, also to test codepath via .throw() 2024-01-23 13:31:50 -08:00
AsyncFunction rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
AsyncGeneratorFunction
AsyncGeneratorPrototype
AsyncIteratorPrototype Address review comments and fixes some more descriptions 2024-07-29 16:31:26 -07:00
Atomics Add tests for Atomics.pause (#4147) 2024-07-11 11:17:24 -07:00
BigInt remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
Boolean Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
DataView Add tests for resizable array buffer views 2024-03-27 17:49:35 -07:00
Date Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
DisposableStack adds features: [explicit-resource-management] flag 2024-07-29 16:31:26 -07:00
Error remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
FinalizationRegistry remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
Function remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
GeneratorFunction rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
GeneratorPrototype remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
Infinity
Iterator Address review comments and fixes some more descriptions 2024-07-29 16:31:26 -07:00
JSON remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
Map Fix wrong array literal in Map/Set value tests 2024-06-14 01:26:22 +02:00
MapIteratorPrototype rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
Math Math.sqrt: add a test with exact input-output expectations 2024-08-20 10:29:05 -07:00
NaN
NativeErrors Adds [is/not]-a-constructor.js tests from @rbuckton's PR #3866 2024-07-29 16:31:26 -07:00
Number Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
Object Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
Promise Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
Proxy remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
Reflect remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
RegExp Add tests for nullable quantifiers in RegExps (#4185) 2024-08-05 13:02:50 -07:00
RegExpStringIteratorPrototype rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
Set Fix wrong array literal in Map/Set value tests 2024-06-14 01:26:22 +02:00
SetIteratorPrototype rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
ShadowRealm remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
SharedArrayBuffer remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
String remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
StringIteratorPrototype rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
Symbol Added expected esid's 2024-07-29 16:31:26 -07:00
Temporal Temporal: Further coverage and tweaks for removing Calendar/TimeZone objs 2024-08-22 14:00:43 -07:00
ThrowTypeError rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
TypedArray RAB: Integrate staging tests for the .subarray method (#4177) 2024-08-15 15:13:34 -07:00
TypedArrayConstructors Revert "Revert "Add invalid index Reflect.set tests"" 2024-08-16 17:26:15 +02:00
Uint8Array Add missing compareArray includes 2024-07-13 12:35:04 +03:00
WeakMap remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
WeakRef remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
WeakSet remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
decodeURI remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
decodeURIComponent remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
encodeURI remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
encodeURIComponent remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
eval remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
global
isFinite remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
isNaN remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
parseFloat remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
parseInt remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
undefined