test262/test/built-ins
André Bargull da764cafa2 Add Function.prototype.toString tests for async generator functions (#955)
* Add Function.prototype.toString tests for many function forms
* Add non-const computed property name to Function.prototype.toString tests
* Split class method tests into class-expression and class-statement tests
* Add tests for unnamed function expression forms
* Add tests for async (generator) methods in class contexts
* Add test case for Function.prototype.toString on async arrow function
2017-04-10 14:37:07 -04:00
..
Array Rename top level 'name' and 'length' bindings 2017-03-14 12:43:24 -04:00
ArrayBuffer Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
ArrayIteratorPrototype Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
AsyncFunction Add tests for instances of Async/Generator Functions that are not constructors (#907) 2017-03-15 17:12:54 -04:00
Atomics fix $.agent to $262.agent (#876) 2017-03-02 12:00:16 -05:00
Boolean Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
DataView Rename top level 'name' and 'length' bindings 2017-03-14 12:43:24 -04:00
Date Fix Date coercion tests (#906) 2017-03-20 13:15:06 -04:00
Error Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
Function Add Function.prototype.toString tests for async generator functions (#955) 2017-04-10 14:37:07 -04:00
GeneratorFunction Add tests for instances of Async/Generator Functions that are not constructors (#907) 2017-03-15 17:12:54 -04:00
GeneratorPrototype
Infinity
IteratorPrototype/Symbol.iterator
JSON Add tests for abrupt completions during JSON.parse (#721) 2016-07-19 14:33:27 -07:00
Map Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
MapIteratorPrototype
Math Update length descriptor tests for Math properties 2017-03-14 10:50:01 -04:00
NaN
NativeErrors
Number Fix toFixed test to invoke toString() properly 2017-04-06 19:40:22 -04:00
Object Merge pull request #949 from rwaldron/755 2017-04-06 12:31:40 -04:00
Promise Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
Proxy Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
Reflect
RegExp Tests for RegExp capture substitution out of bounds (#925) 2017-03-27 13:53:33 -04:00
Set Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
SetIteratorPrototype
SharedArrayBuffer fix $.agent to $262.agent (#876) 2017-03-02 12:00:16 -05:00
Simd
String Fix invalid String#indexOf test in a coercible Date instance 2017-03-13 19:07:06 -04:00
StringIteratorPrototype
Symbol Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
ThrowTypeError Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
TypedArray Tests for using internal byteOffset in TypedArray.prototype.set (#944) 2017-04-06 12:04:09 -04:00
TypedArrays Fix offset for detached TypedArray test (#946) 2017-04-06 12:05:43 -04:00
WeakMap Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
WeakSet Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
decodeURI
decodeURIComponent
encodeURI
encodeURIComponent
eval
global Fix various test issues (#840) 2017-02-07 11:10:56 -05:00
isFinite Update and expand tests for isFinite 2016-07-07 15:55:27 -04:00
isNaN Update and expand tests for isNaN 2016-07-07 15:55:28 -04:00
parseFloat
parseInt
undefined