test262/test/built-ins
André Bargull 4d44acbc03 Update case folding tests for Unicode 15.1
Unicode 15.1 added the following "simple" case-folding entries:
```
1FD3; S; 0390; # GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA
1FE3; S; 03B0; # GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA
FB05; S; FB06; # LATIN SMALL LIGATURE LONG S T
```
2023-11-08 13:43:44 +01: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 Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
AsyncFromSyncIteratorPrototype Refactor simple cases of (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
AsyncFunction Standardize built-in constructor testing 2020-10-06 12:01:34 -04: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 Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
BigInt Fix some esids. 2022-11-03 09:20:27 -07:00
Boolean remove redundant throw from assert.throws() test functions (#3167) 2021-08-26 07:55:52 -07:00
DataView Add tests: resizing ArrayBuffer from DataView ctor 2021-12-18 11:50:14 -05:00
Date Test ISO strings with extended year -000000 2022-04-25 11:34:52 -04:00
Error Fix typos in calls to verifyProperty 2023-09-13 16:05:40 +02:00
FinalizationRegistry add missing feature to cleanupSome test 2022-12-19 10:04:34 +01:00
Function Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
GeneratorFunction Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
GeneratorPrototype Replace Object.hasOwnProperty.call with Object.prototype.hasOwnProperty.call 2022-11-30 16:04:02 -08:00
Infinity Transform legacy format to harness assertions: test/built-ins/I*/**/*.js 2021-09-02 11:21:50 -07:00
Iterator update iterator helpers tests that passed even in noncompliant impls 2023-08-24 13:09:05 -07:00
JSON Transform legacy format to harness assertions: test/built-ins/J*/**/*.js 2021-09-02 11:21:59 -07:00
Map groupBy: fix throwing iterator tests 2023-06-13 19:56:17 -07: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 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 Fix symbol-tag-generators-builtin.js 2023-10-10 15:44:17 +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 Transform compareArray -> assert.compareArray: test/built-ins/Reflect/**/*.js (#3232) 2021-10-05 22:33:22 -04:00
RegExp Update case folding tests for Unicode 15.1 2023-11-08 13:43:44 +01:00
RegExpStringIteratorPrototype
Set Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
SetIteratorPrototype chore: update esids in test/built-ins/{Map|Set} 2021-12-07 16:07:52 -05:00
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 Improve is/toWellFormedString coverage. 2022-12-21 10:57:19 +01:00
StringIteratorPrototype
Symbol Fix spelling in test description 2022-07-04 09:40:40 +02:00
Temporal Temporal: Avoid extra Zoned→Plain conversion in AddDuration 2023-11-06 14:46:36 -08:00
ThrowTypeError Set function `length` and `name` in `CreateBuiltinFunction` 2021-01-29 09:45:20 -05:00
TypedArray Add copies of resizable ArrayBuffer species constructor tests to BigInt folders 2023-03-31 16:52:42 -07:00
TypedArrayConstructors add missing TypedArray feature 2022-04-15 18:17:02 -04:00
WeakMap Add missed changes for Symbols as WeakMap keys proposal. 2022-11-08 09:44:40 -08:00
WeakRef Add tests for regular and well-known Symbols as weak values 2022-10-12 09:58:45 +02:00
WeakSet Add missed changes for Symbols as WeakMap keys proposal. 2022-11-08 09:44:40 -08:00
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 Update test/built-ins/eval/no-construct.js 2021-07-21 16:33:48 -04:00
global chore: migrate $ERROR -> throw new Test262Error in test/built-ins/global (#3084) 2021-07-21 12:09:22 -07:00
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 parseInt: fix description typo 2022-04-15 18:17:02 -04:00
undefined chore: migrate $ERROR -> throw new Test262Error in test/built-ins/undefined (#3119) 2021-07-29 11:02:41 -07:00