test262/test/built-ins/Object
André Bargull df9bf58204 Tests for changes introduced in ES2015 (Annex E)
- String case functions iterate over code points
- Has called before Get in Array.p.reverse
- Add test for web-compat Array.p.splice behaviour; Plus missing test for no arguments case
- ToObject no longer applied to this-value in Array.p.toLocaleString
- ToObject no longer applied to this-value in Object.p.toLocaleString
- Add tests for Object.p.propertyIsEnumerable and symbol property keys
- Add tests for Object.p.hasOwnProperty and symbol property keys
- Test property descriptor attributes of message property
- Tests for RegExp constructor checks
- Date constructor when called with date object
- TimeClip never returns negative zero
2015-09-07 17:25:55 +02:00
..
assign Fixed invalid configuration block delimiters. 2015-06-28 07:35:54 +02:00
create Merge pull request #415 from anba/remove-runTestCase-finally 2015-09-04 15:20:26 -04:00
defineProperties Merge pull request #415 from anba/remove-runTestCase-finally 2015-09-04 15:20:26 -04:00
defineProperty Merge pull request #415 from anba/remove-runTestCase-finally 2015-09-04 15:20:26 -04:00
freeze Replace runTestCase with assert helpers [test/built-ins/Object/{freeze, preventExtensions, seal}] 2015-08-11 17:51:16 +02:00
getOwnPropertyDescriptor Replace runTestCase with assert helpers, rest [test/built-ins] 2015-08-13 17:57:23 +02:00
getOwnPropertyNames Merge pull request #415 from anba/remove-runTestCase-finally 2015-09-04 15:20:26 -04:00
getOwnPropertySymbols - Remove inline license 2015-07-17 19:55:00 +02:00
getPrototypeOf Merge pull request #392 from anba/remove-runTestCase-throws 2015-08-11 10:42:07 -07:00
is - Remove inline license 2015-07-17 19:55:00 +02:00
isExtensible Replace runTestCase with assert helpers [test/built-ins/Object/is{Frozen, Extensible, Sealed}] 2015-08-11 17:51:42 +02:00
isFrozen Replace runTestCase with assert helpers [test/built-ins/Object/is{Frozen, Extensible, Sealed}] 2015-08-11 17:51:42 +02:00
isSealed Replace runTestCase with assert helpers [test/built-ins/Object/is{Frozen, Extensible, Sealed}] 2015-08-11 17:51:42 +02:00
keys Replace runTestCase with assert helpers, rest [test/built-ins] 2015-08-13 17:57:23 +02:00
preventExtensions Merge pull request #392 from anba/remove-runTestCase-throws 2015-08-11 10:42:07 -07:00
prototype Tests for changes introduced in ES2015 (Annex E) 2015-09-07 17:25:55 +02:00
seal Replace runTestCase with assert helpers [test/built-ins/Object/{freeze, preventExtensions, seal}] 2015-08-11 17:51:16 +02:00
setPrototypeOf Add tests for Object.setPrototypeOf 2015-06-19 12:13:28 -04:00
S9.9_A3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.9_A4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.9_A5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.9_A6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A1_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A1_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A1_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A2_T1.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.2.1.1_A2_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A2_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A2_T4.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.2.1.1_A2_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A2_T6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A2_T7.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.2.1.1_A2_T8.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A2_T9.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A2_T10.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A2_T11.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A2_T12.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A2_T13.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A2_T14.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A3_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.1.1_A3_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A1_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A1_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A1_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A2_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A2_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A2_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A2_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A2_T6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A2_T7.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A3_T1.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.2.2.1_A3_T2.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.2.2.1_A3_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A4_T1.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.2.2.1_A4_T2.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.2.2.1_A4_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A5_T1.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.2.2.1_A5_T2.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.2.2.1_A5_T3.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.2.2.1_A5_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A6_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A6_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A6_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.3_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.3_A2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.3_A3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
symbol_object-returns-fresh-symbol.js - Remove inline license 2015-07-17 19:55:00 +02:00