test262/test/built-ins/Object
Mike Pennisi eb644bb2da Reduce reliance on `fnGlobalObject.js`
This harness function is not necessary in the majority of cases in which
it is used. Remove its usage to simplify tests and decrease the amount
of domain-specific knowledge necessary to contribute to the test suite.

Persist the harness function itself for use by future tests for ES2015
modules (such a helper is necessary for tests that are interpreted as
module code).
2016-04-25 11:09:21 -07:00
..
assign Fixed invalid configuration block delimiters. 2015-06-28 07:35:54 +02:00
create Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
defineProperties Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
defineProperty Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
entries s/id/esid 2016-02-22 09:47:42 -05:00
freeze Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
getOwnPropertyDescriptor Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
getOwnPropertyDescriptors Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
getOwnPropertyNames Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
getOwnPropertySymbols Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
getPrototypeOf Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
is - Remove inline license 2015-07-17 19:55:00 +02:00
isExtensible Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
isFrozen Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
isSealed Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
keys Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
preventExtensions Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
prototype s/id/esid 2016-02-22 09:47:42 -05:00
seal Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
setPrototypeOf Add tests for Object.setPrototypeOf 2015-06-19 12:13:28 -04:00
values s/id/esid 2016-02-22 09:47:42 -05: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