test262/test/built-ins/Object
André Bargull 56036e4064 Enable strict mode for more built-in tests
- Remove no longer needed noStrict flags.
- Change tests to use propertyHelper.js for strict mode compatibility.
- Add tests for return value of `delete` operator, e.g. `delete Array.prototype === false`.
- Add non-writable tests for global NaN property.
- Split some tests to run in strict mode.
- Change tests with global `var length` declaration to use a different variable name for browser environments.
- Merge duplicated tests symbol-data-property-configurable-non-strict and symbol-data-property-configurable-strict.
- Merge duplicated tests symbol-data-property-writable-non-strict and symbol-data-property-writable-strict.
- (And a small change in propertyHelper to reduce code duplication in function call.)
2015-05-18 18:01:00 +02:00
..
create rewrite tests to work in strict mode, use helpers 2015-05-02 05:12:53 -06:00
defineProperties update, fix merge conflict 2015-05-02 20:20:47 -06:00
defineProperty Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00
freeze changes from line notes 2015-05-07 10:49:00 -06:00
getOwnPropertyDescriptor Reorganize ./test 2014-12-07 15:33:09 -08:00
getOwnPropertyNames Invalid language tests 2015-04-27 16:56:19 +02:00
getOwnPropertySymbols Import tests from Google V8 (Symbol) 2015-04-07 16:53:18 -04:00
getPrototypeOf Reorganize ./test 2014-12-07 15:33:09 -08:00
is Invalid language tests 2015-04-27 16:56:19 +02:00
isExtensible changes from line notes 2015-05-07 10:49:00 -06:00
isFrozen changes from line notes 2015-05-07 10:49:00 -06:00
isSealed changes from line notes 2015-05-07 10:49:00 -06:00
keys Reorganize ./test 2014-12-07 15:33:09 -08:00
preventExtensions strict mode: use new property helpers 2015-05-06 19:03:25 -06:00
prototype Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00
seal strict mode: use new property helpers 2015-05-06 19:03:25 -06: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 Reorganize ./test 2014-12-07 15:33:09 -08: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 Reorganize ./test 2014-12-07 15:33:09 -08: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 Reorganize ./test 2014-12-07 15:33:09 -08: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 Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A3_T2.js Reorganize ./test 2014-12-07 15:33:09 -08: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 Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A4_T2.js Reorganize ./test 2014-12-07 15:33:09 -08: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 Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A5_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.2.2.1_A5_T3.js Reorganize ./test 2014-12-07 15:33:09 -08: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 Import tests from Google V8 (Symbol) 2015-04-07 16:53:18 -04:00