test262/test/built-ins
SUZUKI Sosuke 8cbcc309e6
Add tests for `%WrapForValidIteratorPrototype%.return()` from Iterator Helpers Proposal (#4214)
* Add tests for `%WrapForValidIteratorPrototype%.return()`

* Address review

- Remove unused `flags
- Do not use `deepEqual.js`
- Assert `return` never got when `this` value is invalid
- Use `TemporalHelpers` to observer get / call
2024-09-13 11:41:43 -07:00
..
AbstractModuleSource Fix AbstractModuleSource verifyProperty calls 2024-07-11 15:04:07 +02:00
Array Move function MayNeedBigInt to RAB helper file and inline WriteToTypedArray. (#4211) 2024-09-03 16:23:23 +02:00
ArrayBuffer Migrate resizable buffer tests out of staging (#3888) 2024-09-12 11:26:33 +02:00
ArrayIteratorPrototype
AsyncDisposableStack Fix typo 2024-08-01 16:06:56 +02:00
AsyncFromSyncIteratorPrototype
AsyncFunction
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
Boolean
DataView
Date
DisposableStack adds features: [explicit-resource-management] flag 2024-07-29 16:31:26 -07:00
Error
FinalizationRegistry
Function Migrate resizable buffer tests out of staging (#3888) 2024-09-12 11:26:33 +02:00
GeneratorFunction
GeneratorPrototype
Infinity
Iterator Add tests for `%WrapForValidIteratorPrototype%.return()` from Iterator Helpers Proposal (#4214) 2024-09-13 11:41:43 -07:00
JSON
Map
MapIteratorPrototype
Math Math.sqrt: add a test with exact input-output expectations 2024-08-20 10:29:05 -07:00
NaN
NativeErrors Test computed accessor properties and AggregateError constructor without arguments (#4222) 2024-09-11 11:41:07 +02:00
Number
Object Move function MayNeedBigInt to RAB helper file and inline WriteToTypedArray. (#4211) 2024-09-03 16:23:23 +02:00
Promise
Proxy
Reflect
RegExp Add tests for Unicode v16 property escapes 2024-09-13 14:42:42 +02:00
RegExpStringIteratorPrototype
Set
SetIteratorPrototype
ShadowRealm
SharedArrayBuffer
String
StringIteratorPrototype
Symbol Added expected esid's 2024-07-29 16:31:26 -07:00
Temporal Temporal: Tests for disallowed corner case in rounding durations 2024-09-05 15:08:08 -07:00
ThrowTypeError
TypedArray Move function MayNeedBigInt to RAB helper file and inline WriteToTypedArray. (#4211) 2024-09-03 16:23:23 +02:00
TypedArrayConstructors Move function MayNeedBigInt to RAB helper file and inline WriteToTypedArray. (#4211) 2024-09-03 16:23:23 +02:00
Uint8Array Add missing compareArray includes 2024-07-13 12:35:04 +03:00
WeakMap
WeakRef
WeakSet
decodeURI
decodeURIComponent
encodeURI
encodeURIComponent
eval
global
isFinite
isNaN
parseFloat
parseInt
undefined