test262/test/built-ins
Peter Hoddie 83fae7f1f2 a few tests use verifyPrimordialProperty 2024-10-11 12:45:30 -07:00
..
AbstractModuleSource Fix AbstractModuleSource verifyProperty calls 2024-07-11 15:04:07 +02:00
Array a few tests use verifyPrimordialProperty 2024-10-11 12:45:30 -07:00
ArrayBuffer Migrate resizable buffer tests out of staging (#3888) 2024-09-12 11:26:33 +02:00
ArrayIteratorPrototype rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
AsyncDisposableStack Builtin boilerplate tests from PR #3866 (#4236) 2024-09-24 14:04:28 +02: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
AsyncGeneratorPrototype Refactor simple cases of (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
AsyncIteratorPrototype Builtin boilerplate tests from PR #3866 (#4236) 2024-09-24 14:04:28 +02:00
Atomics Remove test for old behavior for Atomics.pause 2024-09-20 15:34:26 -07: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 a few tests use verifyPrimordialProperty 2024-10-11 12:45:30 -07:00
Date a few tests use verifyPrimordialProperty 2024-10-11 12:45:30 -07:00
DisposableStack fix: syntax error in DisposableStack test 2024-09-27 15:29:36 +02:00
Error remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
FinalizationRegistry Remove FinalizationRegistry tests that depend on nondeterministic GC 2024-09-25 10:06:15 -07:00
Function Migrate resizable buffer tests out of staging (#3888) 2024-09-12 11:26:33 +02:00
GeneratorFunction rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
GeneratorPrototype Add a test for Generator (#3729) 2024-09-25 12:58:24 -04:00
Infinity Transform legacy format to harness assertions: test/built-ins/I*/**/*.js 2021-09-02 11:21:50 -07:00
Iterator Builtin boilerplate tests from PR #3866 (#4236) 2024-09-24 14:04:28 +02: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 Math.sqrt: add a test with exact input-output expectations 2024-08-20 10:29:05 -07:00
NaN Transform legacy format to harness assertions: test/built-ins/N*/**/*.js 2021-09-02 11:34:34 -07:00
NativeErrors Builtin boilerplate tests from PR #3866 (#4236) 2024-09-24 14:04:28 +02:00
Number Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
Object Move function MayNeedBigInt to RAB helper file and inline WriteToTypedArray. (#4211) 2024-09-03 16:23:23 +02:00
Promise Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
Proxy Avoid using destructuring in tco-fn-realm.js 2024-10-09 19:52:05 -07:00
Reflect remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
RegExp fix errors 2024-10-04 14:13:23 +08: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 Increase coverage of String.prototype.replace $xy replacement patterns (#3931) 2024-10-10 14:08:45 +02:00
StringIteratorPrototype rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
Symbol Added expected esid's 2024-07-29 16:31:26 -07:00
Temporal Temporal: Add coverage for validating offset string syntax vs suitability 2024-10-07 12:02:45 +02:00
ThrowTypeError rewrite tests to use verifyProperty 2024-03-25 12:05:06 +01:00
TypedArray Test TypedArrays with excess bytes in their underlying buffers 2024-10-02 16:38:41 -07:00
TypedArrayConstructors Move function MayNeedBigInt to RAB helper file and inline WriteToTypedArray. (#4211) 2024-09-03 16:23:23 +02:00
Uint8Array Add missing compareArray includes 2024-07-13 12:35:04 +03:00
WeakMap remove some auto-generated error messages in "assert.throws" tests 2024-03-25 12:09:10 +01:00
WeakRef Remove WeakRef/prototype/deref/gc-cleanup-not-prevented-with-wr-deref.js 2024-09-25 10:06:15 -07: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