test262/test/built-ins
Ashley Hauck 835c85c26e TypedArray.prototype.sort: check result of compareFn is immediately converted ToNumber (#1694) 2018-08-27 14:27:27 -04:00
..
Array some quick fixes for Array.prototype.{flat,flatMap} tests 2018-08-20 11:16:54 -04:00
ArrayBuffer
ArrayIteratorPrototype
AsyncFromSyncIteratorPrototype
AsyncFunction
AsyncGeneratorFunction
AsyncGeneratorPrototype AsyncGeneratorPrototype/*/name.js use "async-iteration", not "generator" (#1556) 2018-05-15 13:52:59 -03:00
AsyncIteratorPrototype/Symbol.asyncIterator
Atomics Remove requirement that ToNumber(value) completes in less than $262.agent.MAX_TIME_EPSILON 2018-08-19 10:29:29 -04:00
BigInt Fix various test bugs 2018-04-24 09:52:35 -07:00
Boolean
DataView remove IsSafeInteger checks for BigInt 2018-04-16 13:29:03 -04:00
Date Date.parse: Test maximum time value range per spec. 2018-03-22 15:42:56 +00:00
Error
Function Various test cases for cross-browser compliance bugs 2018-05-03 09:27:27 -07:00
GeneratorFunction
GeneratorPrototype
Infinity
IteratorPrototype/Symbol.iterator
JSON Check that JSON.stringify works with BigInt objects from other realms 2018-05-28 19:58:02 -04:00
Map
MapIteratorPrototype
Math Test all no-construct no-call objects consistently (#1520) 2018-04-19 11:23:17 -04:00
NaN
NativeErrors
Number
Object Object.fromEntries: use verifyProperty; add specification details 2018-08-13 15:15:02 -04:00
Promise Promise.all/race with non-iterable or invalid return from Symbol.iterator. (#1496) 2018-03-19 14:01:36 -04:00
Proxy Features: run feature detector to verify newly added feature flags 2018-07-25 12:16:49 -04:00
Reflect Features: Proxy, Reflect (See pull/1643) (#1646) 2018-07-20 18:42:39 -04:00
RegExp Make RegExp/CharacterClassEscapes tests faster across all engines 2018-08-17 07:48:42 -07:00
RegExpStringIteratorPrototype Fleshed out tests for Symbol.matchAll, String.p.matchAll, RegExp.p[@@matchAll], and %RegExpStringIteratorPrototype% 2018-03-17 22:48:31 -05:00
Set
SetIteratorPrototype
SharedArrayBuffer Add features tags for Atomics and SharedArrayBuffer (#1494) 2018-03-19 19:51:32 -04:00
String Adds String.fromCodePoint to the features list (#1606) 2018-06-21 16:03:08 -04:00
StringIteratorPrototype
Symbol Merge pull request #1587 from peterwmwong/update-matchall 2018-06-07 23:15:50 -04:00
ThrowTypeError
TypedArray TypedArray.prototype.sort: check result of compareFn is immediately converted ToNumber (#1694) 2018-08-27 14:27:27 -04:00
TypedArrayConstructors BigInt: fix, set only BigInts to index to avoid false negatives 2018-03-13 15:07:17 -04:00
WeakMap
WeakSet
decodeURI Fix the ranges of non-HexDigits in decodeURI and decodeURIComponent tests 2018-07-20 14:59:31 -04:00
decodeURIComponent Fix the ranges of non-HexDigits in decodeURI and decodeURIComponent tests 2018-07-20 14:59:31 -04:00
encodeURI
encodeURIComponent
eval
global `global`: update property name 2018-07-25 17:11:53 -07:00
isFinite
isNaN
parseFloat
parseInt
undefined