test262/test/built-ins
André Bargull b62dccf1dc Add test cases for recent ES2016 fixes
- lastIndex in RegExp.prototype[Symbol.split]: tc39/ecma262@08b4756747
- Missing number conversion in DataView.prototype.setXXX: tc39/ecma262@4f875fe96d
- Negative zero byteoffset in TypedArray: tc39/ecma262@2d1ed20db7
- EvalDeclarationInstantiation throws TypeError: tc39/ecma262@2be6968715
- BindingRestElement allows BindingPattern: tc39/ecma262@d322357e6b
- Eval in parameters with computed property keys: tc39/ecma262@04e2e9b719
- Use strict with non-simple parameters: tc39/ecma262@15b0db41ed
- __proto__ in strict mode: tc39/ecma262@5c1984334d
2015-12-15 17:33:49 +01:00
..
Array Add tests for well-known Symbol: @@unscopables 2015-10-05 11:57:31 -04:00
ArrayBuffer Add tests for ArrayBuffer and ArrayBuffer.prototype.slice 2015-12-02 18:05:12 +01:00
ArrayIteratorPrototype Add tests for well-known Symbol: @@toStringTag 2015-08-07 20:02:44 -04:00
Boolean Revert primitive wrapper prototypes and String#split to ES5 2015-11-06 18:50:44 +01:00
DataView/prototype Add test cases for recent ES2016 fixes 2015-12-15 17:33:49 +01:00
Date Interpret date-only forms as UTC 2015-11-11 17:46:32 +01:00
Error Tests for changes introduced in ES2015 (Annex E) 2015-09-07 17:25:55 +02:00
Function Improve compatibility for engines without support for Annex B 2015-09-07 20:40:09 +02:00
GeneratorFunction Add tests for well-known Symbol: @@toStringTag 2015-08-07 20:02:44 -04:00
GeneratorPrototype Updates for ES2016 Draft 2015-12-01 2015-12-02 18:07:06 +01:00
Infinity Replace runTestCase with assert helpers [test/built-ins/] 2015-08-06 18:27:21 +02:00
IteratorPrototype/Symbol.iterator Add tests for IteratorPrototype intrinsic 2015-07-16 13:05:17 -04:00
JSON Merge branch 'remove-runTestCase-builtins-other' of https://github.com/anba/test262 into anba-remove-runTestCase-builtins-other 2015-09-04 13:25:41 -04:00
Map Add tests for well-known Symbol: @@toStringTag 2015-08-07 20:02:44 -04:00
MapIteratorPrototype Add tests for well-known Symbol: @@toStringTag 2015-08-07 20:02:44 -04:00
Math Merge branch 'remove-runTestCase-builtins-other' of https://github.com/anba/test262 into anba-remove-runTestCase-builtins-other 2015-09-04 13:25:41 -04:00
NaN Replace runTestCase with assert helpers [test/built-ins/] 2015-08-06 18:27:21 +02:00
Number Revert primitive wrapper prototypes and String#split to ES5 2015-11-06 18:50:44 +01:00
Object Tests for changes introduced in ES2015 (Annex E) 2015-09-07 17:25:55 +02:00
Promise Merge pull request #447 from anba/promise_coverage 2015-12-10 08:29:38 -08:00
Proxy Test built-in function requirements of Promise and Proxy helper functions 2015-11-24 20:12:55 +01:00
Reflect Add tests for Reflect.setPrototypeOf 2015-09-04 14:50:15 -04:00
RegExp Add test cases for recent ES2016 fixes 2015-12-15 17:33:49 +01:00
Set Add tests for well-known Symbol: @@toStringTag 2015-08-07 20:02:44 -04:00
SetIteratorPrototype Add tests for well-known Symbol: @@toStringTag 2015-08-07 20:02:44 -04:00
String Revert primitive wrapper prototypes and String#split to ES5 2015-11-06 18:50:44 +01:00
StringIteratorPrototype Add tests for well-known Symbol: @@toStringTag 2015-08-07 20:02:44 -04:00
Symbol Add tests for well-known Symbol: @@unscopables 2015-10-05 11:57:31 -04:00
TypedArray Add test cases for recent ES2016 fixes 2015-12-15 17:33:49 +01:00
WeakMap Add tests for well-known Symbol: @@toStringTag 2015-08-07 20:02:44 -04:00
WeakSet Add tests for well-known Symbol: @@toStringTag 2015-08-07 20:02:44 -04:00
decodeURI Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
decodeURIComponent Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
encodeURI Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
encodeURIComponent Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
eval Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
global Replace runTestCase with assert, try-finally 2015-08-13 17:43:11 +02:00
isFinite Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
isNaN Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
parseFloat Replace runTestCase with assert helpers [test/built-ins] 2015-08-13 17:50:58 +02:00
parseInt Replace runTestCase with assert helpers [test/built-ins] 2015-08-13 17:50:58 +02:00
undefined Replace runTestCase with assert helpers, rest [test/built-ins] 2015-08-13 17:57:23 +02:00