test262/test/built-ins
Kevin Gibbons 070d7ee87e
add tests that boxed strings are not valid values for options
2024-03-11 22:47:43 -07:00
..
AbstractModuleSource Add tests for Source Phase Imports (#3980) 2024-06-27 14:58:04 +02:00
Array RAB: Integrate staging tests for the .findLastIndex method (#4129) 2024-07-04 13:15:53 -07:00
ArrayBuffer remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
ArrayIteratorPrototype rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
AsyncFromSyncIteratorPrototype Tests using yield*, also to test codepath via .throw() 2024-01-23 13:31:50 -08:00
AsyncFunction rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
AsyncGeneratorFunction Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
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 Test primitive retval of Iterator and AsyncIterator getters 2022-07-25 13:32:57 -07:00
Atomics remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
BigInt remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
Boolean Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
DataView Add tests for resizable array buffer views 2024-03-27 17:49:35 -07:00
Date Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
Error remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
FinalizationRegistry remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
Function remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
GeneratorFunction rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
GeneratorPrototype remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
Infinity Transform legacy format to harness assertions: test/built-ins/I*/**/*.js 2021-09-02 11:21:50 -07:00
Iterator fix broken Iterator.prototype constructor/Symbol.toStringTag tests (#3996) 2024-01-24 17:37:28 -08:00
JSON remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
Map Fix wrong array literal in Map/Set value tests 2024-06-14 01:26:22 +02:00
MapIteratorPrototype rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
Math add tests for Math.sumPrecise (#4049) 2024-07-03 08:56:34 -07:00
NaN Transform legacy format to harness assertions: test/built-ins/N*/**/*.js 2021-09-02 11:34:34 -07:00
NativeErrors rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
Number Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
Object Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
Promise Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
Proxy remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
Reflect remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
RegExp Update RegExp `\p{…}` tests per Unicode 15.1.0 2024-04-17 16:04:56 -07:00
RegExpStringIteratorPrototype rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
Set Fix wrong array literal in Map/Set value tests 2024-06-14 01:26:22 +02:00
SetIteratorPrototype rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
ShadowRealm remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
SharedArrayBuffer remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
String remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
StringIteratorPrototype rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
Symbol remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
Temporal Temporal: Add tests for conversion of calendar and time zone IDs in constructors 2024-07-05 10:43:53 +02:00
ThrowTypeError rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
TypedArray RAB: Integrate staging tests for the .findLastIndex method (#4129) 2024-07-04 13:15:53 -07:00
TypedArrayConstructors Add tests for resizable array buffer views 2024-03-27 17:49:35 -07:00
Uint8Array add tests that boxed strings are not valid values for options 2024-03-11 22:47:43 -07:00
WeakMap remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
WeakRef remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
WeakSet remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
decodeURI remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
decodeURIComponent remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
encodeURI remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
encodeURIComponent remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
eval remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
global chore: migrate $ERROR -> throw new Test262Error in test/built-ins/global (#3084) 2021-07-21 12:09:22 -07:00
isFinite remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
isNaN remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
parseFloat remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
parseInt remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
undefined chore: migrate $ERROR -> throw new Test262Error in test/built-ins/undefined (#3119) 2021-07-29 11:02:41 -07:00