test262/test/built-ins
Marja Hölttä 218edad632
Remove duplicate Promise.all tests (#2624)
1) Promise/all/S25.4.4.1_A6.1_T1.js is the same as
Promise/all/S25.4.4.1_A2.1_T1.js

2) Promise/all/S25.4.4.1_A6.1_T2.js is covered by
Promise/all/S25.4.4.1_A2.3_T1.js and
Promise/all/S25.4.4.1_A2.3_T2.js
2020-05-18 10:42:56 -07:00
..
Array
ArrayBuffer
ArrayIteratorPrototype
AsyncFromSyncIteratorPrototype Fix async iterator methods not passing absent values tests (#2571) 2020-04-10 15:41:20 -07:00
AsyncFunction
AsyncGeneratorFunction Add AsyncGeneratorFunction test 2020-04-26 16:19:25 -04:00
AsyncGeneratorPrototype
AsyncIteratorPrototype/Symbol.asyncIterator
Atomics Atomics.waitAsync: prevent in-agent tests from hanging by checking for Atomics.waitAsync at start of test 2020-05-08 10:01:32 -04:00
BigInt *.prototype.toString(), a-z make radix loop condition inclusive of radix 36 2020-05-13 09:22:25 -04:00
Boolean
DataView
Date
Error
FinalizationRegistry Migrate FinalizationRegistry tests to per-item callback API 2020-04-01 16:45:40 -04:00
Function Add Function test 2020-04-26 16:19:25 -04:00
GeneratorFunction Add GeneratorFunction test 2020-04-26 16:19:25 -04:00
GeneratorPrototype
Infinity
IteratorPrototype/Symbol.iterator
JSON Sort out __proto__ occurances outside of annexB 2020-04-18 17:04:51 -04:00
Map
MapIteratorPrototype
Math
NaN
NativeErrors Correctly tag AggregateError proto-from-ctor-realm test 2020-04-25 18:51:44 -04:00
Number *.prototype.toString(), a-z make radix loop condition inclusive of radix 36 2020-05-13 09:22:25 -04:00
Object Object.prototype.hasOwnProperty: Test coercion order 2020-05-06 11:56:49 -04:00
Promise Remove duplicate Promise.all tests (#2624) 2020-05-18 10:42:56 -07:00
Proxy Test revoked [[ProxyHandler]] 2020-04-23 10:45:26 -04:00
Reflect Add Reflect.ownKeys test 2020-03-23 14:50:33 -04:00
RegExp Add `null` named capture coercion test case 2020-04-23 10:48:48 -04:00
RegExpStringIteratorPrototype
Set
SetIteratorPrototype
SharedArrayBuffer
String Add String.prototype.split test 2020-04-09 09:48:21 -04:00
StringIteratorPrototype
Symbol Assert that Symbol is a constructor 2020-04-14 16:45:00 -04:00
ThrowTypeError
TypedArray
TypedArrayConstructors
WeakMap
WeakRef
WeakSet
decodeURI
decodeURIComponent
encodeURI
encodeURIComponent
eval
global
isFinite
isNaN
parseFloat
parseInt
undefined