test262/test/built-ins
Aleksey Shvayka 0d2b3562e9 Add basic Symbol constructor tests (#1069)
* add Symbol.length test

* add Symbol.name test

* add global.Symbol test
2017-06-22 22:11:26 -03:00
..
Array Array.prototype.sort and %TypedArray%.prototype.sort should throw on a non-undefined non-function (#1059) 2017-06-12 19:21:33 -03:00
ArrayBuffer ArrayBuffer: constructor, name, length, descriptor (#991) 2017-04-20 15:14:08 -04:00
ArrayIteratorPrototype Remove execute bit from files (#976) 2017-04-13 16:24:07 -04: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 Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
DataView Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
Date Merge pull request #930 from littledan/date-tostring-tests 2017-06-22 16:22:08 -04:00
Error Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
Function Correct typo in copyright information 2017-04-18 12:23:22 -04:00
GeneratorFunction Correct typo in copyright information 2017-04-18 12:23:22 -04:00
GeneratorPrototype Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
Infinity Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
IteratorPrototype/Symbol.iterator
JSON Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
Map Fix spelling typo. (#1046) 2017-05-22 11:53:38 -04:00
MapIteratorPrototype Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
Math Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
NaN Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
NativeErrors Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
Number Add tests for Number printing precision ranges (#932) 2017-06-12 20:10:15 -03:00
Object Remove more unnecessary tests 2017-05-17 19:33:54 -04:00
Promise Add tests for Promises rejection queue (#1029) 2017-05-10 12:59:18 -04:00
Proxy Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
Reflect
RegExp Fix test involving a Unicode property escape in a character class range (#1034) 2017-05-17 13:07:50 -04:00
Set Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
SetIteratorPrototype Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
SharedArrayBuffer Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
String Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
StringIteratorPrototype Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
Symbol Add basic Symbol constructor tests (#1069) 2017-06-22 22:11:26 -03:00
ThrowTypeError Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
TypedArray Array.prototype.sort and %TypedArray%.prototype.sort should throw on a non-undefined non-function (#1059) 2017-06-12 19:21:33 -03:00
TypedArrays Remove execute bit from files (#976) 2017-04-13 16:24:07 -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 Optimize decodeURI/encodeURI tests (#987) 2017-04-18 16:31:31 -04:00
decodeURIComponent Optimize decodeURI/encodeURI tests (#987) 2017-04-18 16:31:31 -04:00
encodeURI Optimize decodeURI/encodeURI tests (#987) 2017-04-18 16:31:31 -04:00
encodeURIComponent Optimize decodeURI/encodeURI tests (#987) 2017-04-18 16:31:31 -04:00
eval Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
global Fix various test issues (#840) 2017-02-07 11:10:56 -05:00
isFinite Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
isNaN Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
parseFloat Optimize decodeURI/encodeURI tests (#987) 2017-04-18 16:31:31 -04:00
parseInt Optimize decodeURI/encodeURI tests (#987) 2017-04-18 16:31:31 -04:00
undefined