test262/test/built-ins
Philip Chimento 9b8d9cf66c Temporal: Fast-path dateUntil() when difference largest unit is days
This removes several loopholes where it was possible to return particular
values from user calls that would cause infinite loops, or calculate
zero-length days.
2023-10-04 15:35:39 -07:00
..
Array Update two constructor tests of Array.fromAsync (#3926) 2023-09-18 17:45:49 -07:00
ArrayBuffer Fix 'wrtiable' typos 2023-09-19 17:09:33 -07:00
ArrayIteratorPrototype
AsyncArrowFunction
AsyncFromSyncIteratorPrototype Refactor simple cases of (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
AsyncFunction
AsyncGeneratorFunction
AsyncGeneratorPrototype Refactor simple cases of (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
AsyncIteratorPrototype/Symbol.asyncIterator
Atomics Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
BigInt
Boolean
DataView
Date
Error Fix typos in calls to verifyProperty 2023-09-13 16:05:40 +02:00
FinalizationRegistry
Function Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
GeneratorFunction
GeneratorPrototype
Infinity
Iterator update iterator helpers tests that passed even in noncompliant impls 2023-08-24 13:09:05 -07:00
JSON
Map groupBy: fix throwing iterator tests 2023-06-13 19:56:17 -07:00
MapIteratorPrototype
Math
NaN
NativeErrors Fix typos in calls to verifyProperty 2023-09-13 16:05:40 +02:00
Number Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
Object Add missing iterator-helpers feature flag 2023-06-15 20:18:14 +02:00
Promise address comments 2023-09-08 16:31:50 -07:00
Proxy Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
Reflect
RegExp Add tests ensuring the latest Unicode Emoji standard is being followed 2023-08-28 16:31:57 +02:00
RegExpStringIteratorPrototype
Set Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
SetIteratorPrototype
ShadowRealm Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
SharedArrayBuffer Fix 'wrtiable' typos 2023-09-19 17:09:33 -07:00
String
StringIteratorPrototype
Symbol
Temporal Temporal: Fast-path dateUntil() when difference largest unit is days 2023-10-04 15:35:39 -07:00
ThrowTypeError
TypedArray Add copies of resizable ArrayBuffer species constructor tests to BigInt folders 2023-03-31 16:52:42 -07:00
TypedArrayConstructors
WeakMap
WeakRef
WeakSet
decodeURI
decodeURIComponent
encodeURI
encodeURIComponent
eval
global
isFinite
isNaN
parseFloat
parseInt
undefined