test262/test/built-ins
Philip Chimento ed32b59bba Temporal: Expand order-of-operations tests to cover options bags
Some of the existing order-of-operations tests didn't pass an options bag:
primarily from(), with(), add() and subtract(). (since() and until() were
covered in a previous commit.)

Add a TemporalHelpers.propertyBagObserver() options bag to the invocations
of these methods in the order-of-operations tests.
2022-11-29 11:53:40 +01:00
..
Array Fix toSpliced mutate-while-iterating test 2022-10-25 09:50:41 +02:00
ArrayBuffer
ArrayIteratorPrototype
AsyncArrowFunction
AsyncFromSyncIteratorPrototype
AsyncFunction
AsyncGeneratorFunction
AsyncGeneratorPrototype Add test on handling broken promises in AsyncGenerator.prototype.return (#3472) 2022-05-12 14:28:33 -04:00
AsyncIteratorPrototype/Symbol.asyncIterator Test primitive retval of Iterator and AsyncIterator getters 2022-07-25 13:32:57 -07:00
Atomics
BigInt Fix some esids. 2022-11-03 09:20:27 -07:00
Boolean
DataView
Date Test ISO strings with extended year -000000 2022-04-25 11:34:52 -04:00
Error Replace deepEqual with compareArray 2022-04-19 12:16:03 -04:00
FinalizationRegistry Add tests for regular and well-known Symbols as weak values 2022-10-12 09:58:45 +02:00
Function Add assertions for functions with infinite length 2022-04-11 13:12:42 -04:00
GeneratorFunction
GeneratorPrototype
Infinity
IteratorPrototype/Symbol.iterator Test primitive retval of Iterator and AsyncIterator getters 2022-07-25 13:32:57 -07:00
JSON
Map
MapIteratorPrototype
Math
NaN
NativeErrors add missing Reflect.construct feature 2022-05-05 17:13:25 +02:00
Number Test that "infinity" is not recognized as numeric 2022-04-04 16:56:40 -04:00
Object
Promise
Proxy
Reflect
RegExp Remove tests involving the `Emoji_Test` property 2022-11-10 13:51:56 +01:00
RegExpStringIteratorPrototype
Set
SetIteratorPrototype
ShadowRealm ShadowRealm: Relax requirements of globalThis available properties test 2022-08-04 20:37:23 +02:00
SharedArrayBuffer add SharedArrayBuffer feature to test 2022-07-22 07:04:58 -07:00
String Duplicate named capture groups: .groups and .indices.groups objects 2022-11-02 15:22:58 +01:00
StringIteratorPrototype
Symbol Fix spelling in test description 2022-07-04 09:40:40 +02:00
Temporal Temporal: Expand order-of-operations tests to cover options bags 2022-11-29 11:53:40 +01:00
ThrowTypeError
TypedArray test/built-ins/TypedArray/prototype/map/callbackfn-resize.js test result is incorrect (#3721) 2022-11-18 14:17:12 -05:00
TypedArrayConstructors add missing TypedArray feature 2022-04-15 18:17:02 -04:00
WeakMap Add missed changes for Symbols as WeakMap keys proposal. 2022-11-08 09:44:40 -08:00
WeakRef Add tests for regular and well-known Symbols as weak values 2022-10-12 09:58:45 +02:00
WeakSet Add missed changes for Symbols as WeakMap keys proposal. 2022-11-08 09:44:40 -08:00
decodeURI
decodeURIComponent
encodeURI
encodeURIComponent
eval
global
isFinite
isNaN
parseFloat
parseInt parseInt: fix description typo 2022-04-15 18:17:02 -04:00
undefined