..
Array
Array.prototype.flatten => Array.prototype.flat ( #1569 )
2018-05-22 15:47:50 -04:00
ArrayBuffer
Fix length prop tests for the TypedArrays ctors family ( #1479 )
2018-03-08 09:21:09 -05:00
ArrayIteratorPrototype
Fix: various lint fixes
2018-01-10 17:29:48 -05:00
AsyncFromSyncIteratorPrototype
Whitespace
2018-03-09 10:31:38 -05:00
AsyncFunction
built-ins/AsyncFunction/*: make all indentation consistent (depth & character)
2018-02-13 14:35:02 -05:00
AsyncGeneratorFunction
async-iteration: add tests for AsyncGenerationFunction
2018-02-15 10:45:13 -05:00
AsyncGeneratorPrototype
AsyncGeneratorPrototype/*/name.js use "async-iteration", not "generator" ( #1556 )
2018-05-15 13:52:59 -03:00
AsyncIteratorPrototype /Symbol.asyncIterator
s/es6id/esid
2018-02-15 10:46:28 -05:00
Atomics
Make Atomics tests more resilient against intermittent failures ( #1617 )
2018-07-03 12:34:54 -04:00
BigInt
Fix various test bugs
2018-04-24 09:52:35 -07:00
Boolean
built-ins/Boolean/*: make all indentation consistent (depth & character) ( #1417 )
2018-02-15 15:54:27 -05:00
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
built-ins/decode/* - built-ins/eval/*: make all indentation consistent (depth & character) ( #1423 )
2018-02-15 15:50:18 -05:00
Function
Various test cases for cross-browser compliance bugs
2018-05-03 09:27:27 -07:00
GeneratorFunction
built-ins/Generator*: make all indentation consistent (depth & character) ( #1441 )
2018-02-15 15:25:56 -05:00
GeneratorPrototype
built-ins/Generator*: make all indentation consistent (depth & character) ( #1441 )
2018-02-15 15:25:56 -05:00
Infinity
built-ins/Infinity, NaN, undefined: make all indentation consistent (depth & character) ( #1439 )
2018-02-15 15:25:35 -05:00
IteratorPrototype /Symbol.iterator
Frontmatter: fixup "info: >" to "info: |"
2018-01-05 12:27:59 -05:00
JSON
Check that JSON.stringify works with BigInt objects from other realms
2018-05-28 19:58:02 -04:00
Map
Fix whitespace
2018-02-15 18:04:03 -05:00
MapIteratorPrototype
Revert "js-beautify: make all indentation consistent (depth & character) ( #1409 )" ( #1412 )
2018-02-09 12:09:47 -05:00
Math
Test all no-construct no-call objects consistently ( #1520 )
2018-04-19 11:23:17 -04:00
NaN
built-ins/Infinity, NaN, undefined: make all indentation consistent (depth & character) ( #1439 )
2018-02-15 15:25:35 -05:00
NativeErrors
Frontmatter: fixup "info: >" to "info: |"
2018-01-05 12:27:59 -05:00
Number
Fix yaml consistency
2018-03-06 14:36:02 -05:00
Object
Add Object.prototype.toString tests for BigInt.
2018-05-31 15:10:50 -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
Make Proxy/ownKeys tests ES5-parsable. ( #1644 )
2018-07-20 18:40:10 -04:00
Reflect
Reflect.ownKeys: order with large integer "index" keys
2018-05-31 17:04:27 -04:00
RegExp
Update tests for CharacterClassEscapes in RegExps ( #1611 )
2018-07-09 12:30:33 -04: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
built-ins/Set/*: make all indentation consistent (depth & character) ( #1431 )
2018-02-15 15:34:45 -05:00
SetIteratorPrototype
built-ins/Set/*: make all indentation consistent (depth & character) ( #1431 )
2018-02-15 15:34:45 -05:00
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
Revert "js-beautify: make all indentation consistent (depth & character) ( #1409 )" ( #1412 )
2018-02-09 12:09:47 -05:00
Symbol
Merge pull request #1587 from peterwmwong/update-matchall
2018-06-07 23:15:50 -04:00
ThrowTypeError
built-ins/ThrowTypeError/*: make all indentation consistent (depth & character) ( #1427 )
2018-02-15 15:41:09 -05:00
TypedArray
BigInt: fix, make sure to correctly use different typedarray ctor
2018-03-13 15:23:39 -04:00
TypedArrayConstructors
BigInt: fix, set only BigInts to index to avoid false negatives
2018-03-13 15:07:17 -04:00
WeakMap
built-ins/WeakMap/*: make all indentation consistent (depth & character) ( #1428 )
2018-02-15 15:40:46 -05:00
WeakSet
built-ins/WeakMap/*: make all indentation consistent (depth & character) ( #1428 )
2018-02-15 15:40:46 -05:00
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
built-ins/decode/* - built-ins/eval/*: make all indentation consistent (depth & character) ( #1423 )
2018-02-15 15:50:18 -05:00
encodeURIComponent
built-ins/decode/* - built-ins/eval/*: make all indentation consistent (depth & character) ( #1423 )
2018-02-15 15:50:18 -05:00
eval
built-ins/decode/* - built-ins/eval/*: make all indentation consistent (depth & character) ( #1423 )
2018-02-15 15:50:18 -05:00
global
Add global feature tag ( #1600 )
2018-06-18 18:00:19 -04:00
isFinite
Frontmatter: fixup "info: >" to "info: |"
2018-01-05 12:27:59 -05:00
isNaN
Weaken tests about NaN canonicalization.
2018-03-13 12:53:39 -04:00
parseFloat
built-ins/parseInt, parseFloat/*: make all indentation consistent (depth & character) ( #1437 )
2018-02-15 15:12:07 -05:00
parseInt
built-ins/parseInt, parseFloat/*: make all indentation consistent (depth & character) ( #1437 )
2018-02-15 15:12:07 -05:00
undefined
built-ins/Infinity, NaN, undefined: make all indentation consistent (depth & character) ( #1439 )
2018-02-15 15:25:35 -05:00