test262/test/language/types
Mike Pennisi 29ecced632 Update handling of directive prologues
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.
2015-06-18 17:38:34 -04:00
..
boolean Reorganize ./test 2014-12-07 15:33:09 -08:00
list Reorganize ./test 2014-12-07 15:33:09 -08:00
null Reorganize ./test 2014-12-07 15:33:09 -08:00
number Remove $PRINT helper function 2015-06-16 13:43:23 -04:00
object Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
reference Update handling of directive prologues 2015-06-18 17:38:34 -04:00
string Reorganize ./test 2014-12-07 15:33:09 -08:00
undefined Fix strict mode errors in language 2015-05-08 17:27:52 +02:00