test262/test/built-ins
Phillip Mates d351cfd445
Check the function proto of all wrap points for Shadow Realm (#3269)
2021-10-15 11:05:22 -07:00
..
Array Transform compareArray -> assert.compareArray: test/built-ins/Array/**/*.js (#3238) 2021-10-08 16:16:32 -04:00
ArrayBuffer
ArrayIteratorPrototype
AsyncArrowFunction
AsyncFromSyncIteratorPrototype
AsyncFunction
AsyncGeneratorFunction
AsyncGeneratorPrototype
AsyncIteratorPrototype/Symbol.asyncIterator
Atomics
BigInt
Boolean remove redundant throw from assert.throws() test functions (#3167) 2021-08-26 07:55:52 -07:00
DataView Transform legacy format to harness assertions 2021-09-02 11:21:25 -07:00
Date Fix incorrect tests: new Date(-0).valueOf() and new Date(-1.23e-15).valueOf() should return +0. (#3201) 2021-09-15 11:57:45 -04:00
Error Fix 'asserts.throws()' typo in two tests 2021-09-05 19:43:24 -07:00
FinalizationRegistry
Function Remove unnecessary eval to access realm globals 2021-10-08 14:40:58 -04:00
GeneratorFunction
GeneratorPrototype
Infinity Transform legacy format to harness assertions: test/built-ins/I*/**/*.js 2021-09-02 11:21:50 -07:00
IteratorPrototype/Symbol.iterator
JSON Transform legacy format to harness assertions: test/built-ins/J*/**/*.js 2021-09-02 11:21:59 -07:00
Map Transform compareArray -> assert.compareArray: test/built-ins/Map/**/*.js (#3237) 2021-10-05 22:46:16 -04:00
MapIteratorPrototype
Math Simplify test 2021-09-07 17:47:06 -04:00
NaN Transform legacy format to harness assertions: test/built-ins/N*/**/*.js 2021-09-02 11:34:34 -07:00
NativeErrors
Number Transform legacy format to harness assertions: test/built-ins/N*/**/*.js 2021-09-02 11:34:34 -07:00
Object Transform compareArray -> assert.compareArray: test/built-ins/Object/**/*.js (#3236) 2021-10-08 16:13:08 -04:00
Promise Assert array equivalency 2021-10-04 15:38:08 -04:00
Proxy Transform compareArray -> assert.compareArray: test/built-ins/Proxy/**/*.js (#3235) 2021-10-05 22:42:02 -04:00
Reflect Transform compareArray -> assert.compareArray: test/built-ins/Reflect/**/*.js (#3232) 2021-10-05 22:33:22 -04:00
RegExp Transform compareArray -> assert.compareArray: test/built-ins/RegExp/**/*.js (#3234) 2021-10-05 22:40:39 -04:00
RegExpStringIteratorPrototype
Set
SetIteratorPrototype
ShadowRealm Check the function proto of all wrap points for Shadow Realm (#3269) 2021-10-15 11:05:22 -07:00
SharedArrayBuffer Automated feature flag update (#3153) 2021-09-02 11:07:50 -07:00
String
StringIteratorPrototype
Symbol
Temporal Check that PlainMonthDay#toPlainDate() rejects out-of-range dates. 2021-10-12 19:30:45 -04:00
ThrowTypeError
TypedArray Revert "Merge pull request #3219 from tc39/rwaldron/migrate-comparearray" 2021-10-01 10:18:47 -04:00
TypedArrayConstructors Revert "Merge pull request #3219 from tc39/rwaldron/migrate-comparearray" 2021-10-01 10:18:47 -04:00
WeakMap
WeakRef
WeakSet
decodeURI Throw distinctive errors for different failures 2021-09-02 10:36:00 -04:00
decodeURIComponent Throw distinctive errors for different failures 2021-09-02 10:36:00 -04:00
encodeURI avoid unnecessary calls to decimalToHexString() (#3170) 2021-09-01 17:26:54 -04:00
encodeURIComponent avoid unnecessary calls to decimalToHexString() (#3170) 2021-09-01 17:26:54 -04:00
eval
global
isFinite Transform legacy format to harness assertions: test/built-ins/i*/**/*.js 2021-09-02 11:22:05 -07:00
isNaN Transform legacy format to harness assertions: test/built-ins/i*/**/*.js 2021-09-02 11:22:05 -07:00
parseFloat avoid unnecessary calls to decimalToHexString() (#3170) 2021-09-01 17:26:54 -04:00
parseInt avoid unnecessary calls to decimalToHexString() (#3170) 2021-09-01 17:26:54 -04:00
undefined chore: migrate $ERROR -> throw new Test262Error in test/built-ins/undefined (#3119) 2021-07-29 11:02:41 -07:00