summaryrefslogtreecommitdiff
path: root/test/built-ins/Date/prototype/setDate
Commit message (Collapse)AuthorAgeFilesLines
* built-ins/Date/*: make all indentation consistent (depth & character) (#1422)Rick Waldron2018-02-157-10/+12
|
* Revert "js-beautify: make all indentation consistent (depth & character) ↵André Bargull2018-02-097-12/+10
| | | | | (#1409)" (#1412) This reverts commit a01de4a722d088055a7d84d8c691ddd7109edb34.
* js-beautify: make all indentation consistent (depth & character) (#1409)Rick Waldron2018-02-097-10/+12
|
* Frontmatter: fixup "info: >" to "info: |"Rick Waldron2018-01-054-4/+4
|
* add esid to Date frontmatterdeathbearbrown2017-08-028-0/+8
|
* Remove execute bit from files (#976)André Bargull2017-04-131-0/+0
|
* Add tests for Date.prototype methodsMike Pennisi2016-07-097-0/+277
|
* Add missing tests for "length" and "name" properties of built-in functionsAndré Bargull2016-01-151-0/+26
| | | | Note: Already uses the updated DataView function lengths from tc39/ecma262#266 (ES2016 Draft 2015-12-20)
* Remove `$FAIL` functionMike Pennisi2015-06-092-4/+2
| | | | | | | This function is equivalent to `$ERROR` (which is automatically included in test environments). Remove the harness file that defines the function, remove references to the file from test `includes` lists, and update scripts to instead invoke the `$ERROR` function.
* Enable strict mode for more built-in testsAndré Bargull2015-05-181-3/+3
| | | | | | | | | | | | - 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.)
* Fix strict mode errors in built-ins/DateAndré Bargull2015-04-294-3/+4
| | | | | | Add missing "var" declarations and noStrict flags. Part of issue #35.
* Reorganize ./testBrian Terlson2014-12-077-0/+123