test262/test/built-ins
Rick Waldron bb93efdb6b
Automated assertion message update (#3136)
This also required manually fixing the "actual" and "expected" order of many assert.sameValue(...) calls.
2021-08-10 10:40:04 -07:00
..
Array Add missing array-find-from-last feature to unscopables test (#3130) 2021-08-03 13:17:38 -07:00
ArrayBuffer Append missing pipe character on "info:" lines (#3030) 2021-06-25 14:50:40 -04:00
ArrayIteratorPrototype
AsyncArrowFunction
AsyncFromSyncIteratorPrototype
AsyncFunction
AsyncGeneratorFunction
AsyncGeneratorPrototype
AsyncIteratorPrototype/Symbol.asyncIterator
Atomics chore: migrate $ERROR -> throw new Test262Error in test/built-ins/Atomics (#3077) 2021-07-21 11:53:58 -07:00
BigInt Test BigInt wrapper object 2021-04-20 09:58:16 -04:00
Boolean chore: migrate $ERROR -> throw new Test262Error in test/built-ins/Boolean (#3078) 2021-07-21 11:55:36 -07:00
DataView Resizable ArrayBuffer: DataView accessors (#3022) 2021-06-25 13:26:32 -04:00
Date chore: migrate $ERROR -> throw new Test262Error in test/built-ins/Date (#3079) 2021-07-21 14:14:06 -07:00
Error Improve coverage for Error.prototype.constructor 2021-07-29 16:54:52 -04:00
FinalizationRegistry Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests. 2020-10-06 12:01:34 -04:00
Function chore: migrate $ERROR -> throw new Test262Error in test/built-ins/Function (#3083) 2021-07-22 10:31:45 -07:00
GeneratorFunction
GeneratorPrototype Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests. 2020-10-06 12:01:34 -04:00
Infinity chore: migrate $ERROR -> throw new Test262Error in test/built-ins/Infinity (#3085) 2021-07-21 12:07:41 -07:00
IteratorPrototype/Symbol.iterator
JSON chore: migrate $ERROR -> throw new Test262Error in test/built-ins/JSON (#3087) 2021-07-21 11:57:35 -07:00
Map Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests. 2020-10-06 12:01:34 -04:00
MapIteratorPrototype
Math chore: migrate $ERROR -> throw new Test262Error in test/built-ins/Math (#3088) 2021-07-21 12:10:32 -07:00
NaN chore: migrate $ERROR -> throw new Test262Error in test/built-ins/Number (#3089) 2021-07-21 14:25:53 -07:00
NativeErrors Give Error cause tests the error-cause feature tag (#2977) 2021-04-23 15:53:14 -07:00
Number chore: migrate $ERROR -> throw new Test262Error in test/built-ins/Number (#3089) 2021-07-21 14:25:53 -07:00
Object Split files which test for the property order of functions 2021-08-05 18:23:52 -04:00
Promise chore: migrate $ERROR -> throw new Test262Error in test/built-ins/Promise (#3091) 2021-07-21 12:48:13 -07:00
Proxy Set function `length` and `name` in `CreateBuiltinFunction` 2021-01-29 09:45:20 -05:00
Realm Add a few tweaks 2021-07-21 09:21:09 -04:00
Reflect Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests. 2020-10-06 12:01:34 -04:00
RegExp chore: migrate $ERROR -> throw new Test262Error in test/built-ins/RegExp (#3092) 2021-07-28 13:49:34 -07:00
RegExpStringIteratorPrototype
Set Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests. 2020-10-06 12:01:34 -04:00
SetIteratorPrototype
SharedArrayBuffer Correct errors in SharedArrayBuffer tests (#3040) 2021-07-16 09:31:00 -04:00
String chore: migrate $ERROR -> throw new Test262Error in test/built-ins/String (#3093) 2021-07-21 13:36:17 -07:00
StringIteratorPrototype
Symbol Add test for [[Description]] from `Symbol.for` (#2970) 2021-05-13 21:16:43 -04:00
Temporal Automated assertion message update (#3136) 2021-08-10 10:40:04 -07:00
ThrowTypeError Set function `length` and `name` in `CreateBuiltinFunction` 2021-01-29 09:45:20 -05:00
TypedArray Correct tests and improve documentation 2021-08-02 12:20:09 -04:00
TypedArrayConstructors Correct typo in expected value 2021-07-28 11:02:54 -04:00
WeakMap Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests. 2020-10-06 12:01:34 -04:00
WeakRef Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests. 2020-10-06 12:01:34 -04:00
WeakSet Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests. 2020-10-06 12:01:34 -04:00
decodeURI chore: migrate $ERROR -> throw new Test262Error in test/built-ins/decode*,test/built-ins/encode* (#3080) 2021-07-21 12:37:52 -07:00
decodeURIComponent chore: migrate $ERROR -> throw new Test262Error in test/built-ins/decode*,test/built-ins/encode* (#3080) 2021-07-21 12:37:52 -07:00
encodeURI chore: migrate $ERROR -> throw new Test262Error in test/built-ins/decode*,test/built-ins/encode* (#3080) 2021-07-21 12:37:52 -07:00
encodeURIComponent chore: migrate $ERROR -> throw new Test262Error in test/built-ins/decode*,test/built-ins/encode* (#3080) 2021-07-21 12:37:52 -07: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 chore: migrate $ERROR -> throw new Test262Error in test/built-ins/isFinite,isNaN (#3086) 2021-07-21 12:41:06 -07:00
isNaN chore: migrate $ERROR -> throw new Test262Error in test/built-ins/isFinite,isNaN (#3086) 2021-07-21 12:41:06 -07:00
parseFloat chore: migrate $ERROR -> throw new Test262Error in test/built-ins/parseFloat 2021-07-29 10:29:03 -04:00
parseInt chore: migrate $ERROR -> throw new Test262Error in test/built-ins/parseInt (#3120) 2021-07-29 11:02:59 -07:00
undefined chore: migrate $ERROR -> throw new Test262Error in test/built-ins/undefined (#3119) 2021-07-29 11:02:41 -07:00