test262/test/built-ins
Peter Wong 08d827565b Increase coverage for %TypedArray%.prototype.map with species constructor (#2019) 2019-01-07 12:34:35 -02:00
..
Array refactor coverage for flatMap 2018-12-20 13:08:21 -05:00
ArrayBuffer Consistently use spaces in features lists (#2000) 2018-12-17 17:00:04 -02: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 Fix typos; generate tests (#1907) 2018-10-26 17:11:05 -04: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 Atomics: (bigint) initialize BigInt64Array before calling $262.agent.start(string-of-program-code) 2018-11-20 15:57:39 -05:00
BigInt Eliminate false positives: BigInt 2018-11-30 11:34:13 -05:00
Boolean built-ins/Boolean/*: make all indentation consistent (depth & character) (#1417) 2018-02-15 15:54:27 -05:00
DataView Assert extensibility of dataview objects 2018-09-10 11:13:11 -04:00
Date Fix typos; generate tests (#1907) 2018-10-26 17:11:05 -04:00
Error built-ins/decode/* - built-ins/eval/*: make all indentation consistent (depth & character) (#1423) 2018-02-15 15:50:18 -05:00
Function add async-iteration flag (#1942) 2018-11-08 15:32:40 -05:00
GeneratorFunction Fix typos; generate tests (#1907) 2018-10-26 17:11:05 -04:00
GeneratorPrototype Fix typo in test message 2018-09-14 12:05:16 -07: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 Remove redundant JSON test 2018-10-03 11:06:32 -04:00
Map Fix whitespace 2018-02-15 18:04:03 -05:00
MapIteratorPrototype Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02: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 Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
Promise Eliminate false positives: Promise.prototype.finally 2018-11-30 09:34:25 -05:00
Proxy Fix some proxy tests (#1966) 2018-11-26 13:41:13 -05:00
Reflect Fix various bugs in test cases (#1988) 2018-12-05 15:48:28 -05:00
RegExp Fix false positives 2018-12-21 10:50:23 -05: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 Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
SetIteratorPrototype Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
SharedArrayBuffer Add features tags for Atomics and SharedArrayBuffer (#1494) 2018-03-19 19:51:32 -04:00
String Fix false positives 2018-12-21 10:50:23 -05:00
StringIteratorPrototype Revert "js-beautify: make all indentation consistent (depth & character) (#1409)" (#1412) 2018-02-09 12:09:47 -05:00
Symbol Add basic coverage for Symbol.asyncIterator 2018-09-17 10:50:33 -04:00
ThrowTypeError built-ins/ThrowTypeError/*: make all indentation consistent (depth & character) (#1427) 2018-02-15 15:41:09 -05:00
TypedArray Increase coverage for %TypedArray%.prototype.map with species constructor (#2019) 2019-01-07 12:34:35 -02:00
TypedArrayConstructors Eliminate false positives: BigInt64Array, BigUint64Array 2018-11-30 11:37:28 -05: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 `global`: update property name 2018-07-25 17:11:53 -07: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