test262/test/built-ins
Philip Chimento ef59ea225a Temporal: Add TemporalHelpers.propertyBagObserver()
Many existing tests use a Proxy to test the order of observable operations
on a property bag argument that gets passed in to a Temporal API. I am
going to write several more tests that do this, as well. This seems like a
good thing to put into TemporalHelpers, where it can be implemented
consistently so that we don't get discrepancies in which operations are
tracked. (For example, we had some tests which didn't test for an ownKeys
operation that was supposed to be there.)

Updates existing tests to use this helper.
2022-09-21 10:41:14 +02:00
..
Array Update groupToMap tests 2022-09-14 11:38:07 -07: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 add tests for "only coerce once in BigInt constructor" 2022-08-02 18:17:20 -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
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 fix order 2022-08-09 12:15:49 -07: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 Require String.prototype.localeCompare to check for canonical equivalence 2022-03-29 16:43:22 -04:00
StringIteratorPrototype
Symbol Fix spelling in test description 2022-07-04 09:40:40 +02:00
Temporal Temporal: Add TemporalHelpers.propertyBagObserver() 2022-09-21 10:41:14 +02:00
ThrowTypeError
TypedArray Remove check for per-iteration detach check in TypedArray.prototype.set 2022-04-13 21:24:57 -04:00
TypedArrayConstructors add missing TypedArray feature 2022-04-15 18:17:02 -04:00
WeakMap
WeakRef
WeakSet
decodeURI
decodeURIComponent
encodeURI
encodeURIComponent
eval
global
isFinite
isNaN
parseFloat
parseInt parseInt: fix description typo 2022-04-15 18:17:02 -04:00
undefined