test262/test/harness
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
..
assert-false.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-notsamevalue-nan.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-notsamevalue-notsame.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-notsamevalue-objects.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-notsamevalue-zeros.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-obj.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-samevalue-nan.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-samevalue-objects.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-samevalue-same.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-samevalue-zeros.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-throws-custom.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-throws-incorrect-ctor.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-throws-native.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-throws-no-arg.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-throws-no-error.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-throws-null.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-throws-primitive.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-throws-single-arg.js Add tests for test harness 2015-04-22 18:38:40 -04:00
assert-true.js Add tests for test harness 2015-04-22 18:38:40 -04:00
compare-array-different-elements.js Add tests for test harness 2015-04-22 18:38:40 -04:00
compare-array-different-length.js Add tests for test harness 2015-04-22 18:38:40 -04:00
compare-array-empty.js Add tests for test harness 2015-04-22 18:38:40 -04:00
compare-array-same-elements-different-order.js Add tests for test harness 2015-04-22 18:38:40 -04:00
compare-array-same-elements-same-order.js Add tests for test harness 2015-04-22 18:38:40 -04:00
compare-array-sparse.js Add tests for test harness 2015-04-22 18:38:40 -04:00
error.js Add tests for test harness 2015-04-22 18:38:40 -04:00
propertyhelper-verifyconfigurable-configurable.js Add tests for test harness 2015-04-22 18:38:40 -04:00
propertyhelper-verifyconfigurable-not-configurable-not-strict.js Add tests for test harness 2015-04-22 18:38:40 -04:00
propertyhelper-verifyconfigurable-not-configurable-strict.js Add tests for test harness 2015-04-22 18:38:40 -04:00
propertyhelper-verifyenumerable-enumerable.js Add tests for test harness 2015-04-22 18:38:40 -04:00
propertyhelper-verifyenumerable-not-enumerable.js Add tests for test harness 2015-04-22 18:38:40 -04:00
propertyhelper-verifynotconfigurable-configurable.js Add tests for test harness 2015-04-22 18:38:40 -04:00
propertyhelper-verifynotconfigurable-not-configurable-not-strict.js Add tests for test harness 2015-04-22 18:38:40 -04:00
propertyhelper-verifynotconfigurable-not-configurable-strict.js Add tests for test harness 2015-04-22 18:38:40 -04:00
propertyhelper-verifynotenumerable-enumerable.js Add tests for test harness 2015-04-22 18:38:40 -04:00
propertyhelper-verifynotenumerable-not-enumerable.js Add tests for test harness 2015-04-22 18:38:40 -04:00
propertyhelper-verifynotwritable-not-writable-not-strict.js Add tests for test harness 2015-04-22 18:38:40 -04:00
propertyhelper-verifynotwritable-not-writable-strict.js Update handling of directive prologues 2015-06-18 17:38:34 -04:00
propertyhelper-verifynotwritable-writable.js Add tests for test harness 2015-04-22 18:38:40 -04:00
propertyhelper-verifywritable-not-writable-not-strict.js Add tests for test harness 2015-04-22 18:38:40 -04:00
propertyhelper-verifywritable-not-writable-strict.js Update handling of directive prologues 2015-06-18 17:38:34 -04:00
propertyhelper-verifywritable-writable.js Add tests for test harness 2015-04-22 18:38:40 -04:00
testbuiltinobject-function-badstring.js Add tests for test harness 2015-04-22 18:38:40 -04:00
testbuiltinobject-function-expected-length.js Add tests for test harness 2015-04-22 18:38:40 -04:00
testbuiltinobject-function-not-constructor-no-error.js Add tests for test harness 2015-04-22 18:38:40 -04:00
testbuiltinobject-function-not-constructor-no-typeerror.js Add tests for test harness 2015-04-22 18:38:40 -04:00
testbuiltinobject-non-extensible.js Add tests for test harness 2015-04-22 18:38:40 -04:00
testbuiltinobject-not-function-badstring.js Add tests for test harness 2015-04-22 18:38:40 -04:00
testbuiltinobject-prop-enumerable.js Add tests for test harness 2015-04-22 18:38:40 -04:00
testbuiltinobject-prop-missing.js Add tests for test harness 2015-04-22 18:38:40 -04:00
testbuiltinobject-prop-not-configurable.js Add tests for test harness 2015-04-22 18:38:40 -04:00
testbuiltinobject-prop-not-writable.js Add tests for test harness 2015-04-22 18:38:40 -04:00
testbuiltinobject-undefined.js Add tests for test harness 2015-04-22 18:38:40 -04:00