test262/harness
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
..
$FAIL.js Reorganize ./test 2014-12-07 15:33:09 -08:00
$PRINT.js Reorganize ./test 2014-12-07 15:33:09 -08:00
Date_constants.js Reorganize ./test 2014-12-07 15:33:09 -08:00
Date_library.js Reorganize ./test 2014-12-07 15:33:09 -08:00
PromiseHelper.js Reorganize ./test 2014-12-07 15:33:09 -08:00
Test262Error.js Reorganize ./test 2014-12-07 15:33:09 -08:00
arrayContains.js Reorganize ./test 2014-12-07 15:33:09 -08:00
assert.js Extend assertion error messages 2015-04-21 13:25:02 -04:00
compareArray.js Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of}) 2015-04-07 09:53:17 -04:00
cth.js Reorganize ./test 2014-12-07 15:33:09 -08:00
doneprintHandle.js Reorganize ./test 2014-12-07 15:33:09 -08:00
ed.js Reorganize ./test 2014-12-07 15:33:09 -08:00
environment.js Reorganize ./test 2014-12-07 15:33:09 -08:00
fnExists.js Reorganize ./test 2014-12-07 15:33:09 -08:00
fnGlobalObject.js Reorganize ./test 2014-12-07 15:33:09 -08:00
framework.js Reorganize ./test 2014-12-07 15:33:09 -08:00
gs.js Reorganize ./test 2014-12-07 15:33:09 -08:00
helper.js Reorganize ./test 2014-12-07 15:33:09 -08:00
jquery-1.4.2.min.js Reorganize ./test 2014-12-07 15:33:09 -08:00
jquery.base64.js Reorganize ./test 2014-12-07 15:33:09 -08:00
jqueryprogressbar.js Reorganize ./test 2014-12-07 15:33:09 -08:00
math_isequal.js Reorganize ./test 2014-12-07 15:33:09 -08:00
math_precision.js Reorganize ./test 2014-12-07 15:33:09 -08:00
numeric_conversion.js Reorganize ./test 2014-12-07 15:33:09 -08:00
propertyHelper.js Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00
runTestCase.js Reorganize ./test 2014-12-07 15:33:09 -08:00
sections.js Reorganize ./test 2014-12-07 15:33:09 -08:00
sta.js Reorganize ./test 2014-12-07 15:33:09 -08:00
sth.js Reorganize ./test 2014-12-07 15:33:09 -08:00
testBuiltInObject.js Correct error messages 2015-04-21 17:58:10 -04:00
testIntl.js Reorganize ./test 2014-12-07 15:33:09 -08:00
timer.js Reorganize ./test 2014-12-07 15:33:09 -08:00