summaryrefslogtreecommitdiff
path: root/test/language/statements/function/13.1-38-s.js
Commit message (Collapse)AuthorAgeFilesLines
* Replace runTestCase with assert.throws [test/language/statements]André Bargull2015-08-111-9/+2
|
* Remove links to hg.ecmascript.orgAndré Bargull2015-07-171-4/+1
|
* Update handling of directive prologuesMike Pennisi2015-06-181-1/+1
| | | | | | | | | | | | | | | | | Some tests specifically concern the application of the `use strict` directive as it appears in JavaScript source code. These tests should *not* be run with the `onlyStrict` flag because relying on the test runner to enable strict mode makes the semantics of the source code irrelevant. Update these tests to use the `noStrict` flag. Other tests concern language semantics that are only valid in strict mode, but the mechanism for enabling strictness is inconseqential. Update these tests to use the `onlyStrict` flag and remove any redundant `use strict` directive prologues contained within. Still other tests are valid both within and outside of strict mode. In keeping with the majority of other tests, do not specify any restrictions on the environments in which these tests may be run.
* Reorganize ./testBrian Terlson2014-12-071-0/+26