test262/test/built-ins/Array
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
..
from Import tests from Google V8 (Array.prototype.{fill, find, findIndex}, Array.{from, of}) 2015-04-07 09:53:17 -04:00
isArray The comment is no longer accurate, updating it 2015-05-11 11:13:23 -07:00
length Reorganize ./test 2014-12-07 15:33:09 -08:00
of Fix strict mode errors in built-ins/Array 2015-04-29 17:36:28 +02:00
prototype Update handling of directive prologues 2015-06-18 17:38:34 -04:00
15.4.5-1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
15.4.5.1-3.d-1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
15.4.5.1-3.d-2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
15.4.5.1-3.d-3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
15.4.5.1-5-1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
15.4.5.1-5-2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.1_A1.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.1_A1.1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.1_A1.1_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.1_A1.2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.1_A1.3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.1_A2.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.1_A2.2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.1_A3.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.2.1_A1.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.2.1_A1.1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.2.1_A1.1_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.2.1_A1.2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.2.1_A1.3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.2.1_A2.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.2.1_A2.2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.3_A1.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.3_A1.1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.3_A1.1_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.3_A2.1.js Fix strict mode errors in built-ins/Array 2015-04-29 17:36:28 +02:00
S15.4.3_A2.2.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.4.3_A2.3.js Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00
S15.4.3_A2.4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.1_A1.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.1_A1.1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.1_A1.2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.1_A1.2_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.1_A1.2_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.1_A1.3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.1_A1.3_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.1_A2.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.1_A2.2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.1_A2.3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.2_A1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.2_A1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.2_A2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.2_A3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.2_A3_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.2_A3_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4.5.2_A3_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.4_A1.1_T1.js Fix strict mode errors in built-ins/Array 2015-04-29 17:36:28 +02:00
S15.4_A1.1_T2.js Fix strict mode errors in built-ins/Array 2015-04-29 17:36:28 +02:00
S15.4_A1.1_T3.js Fix strict mode errors in built-ins/Array 2015-04-29 17:36:28 +02:00
S15.4_A1.1_T4.js Fix strict mode errors in built-ins/Array 2015-04-29 17:36:28 +02:00
S15.4_A1.1_T5.js Fix strict mode errors in built-ins/Array 2015-04-29 17:36:28 +02:00
S15.4_A1.1_T6.js Fix strict mode errors in built-ins/Array 2015-04-29 17:36:28 +02:00
S15.4_A1.1_T7.js Fix strict mode errors in built-ins/Array 2015-04-29 17:36:28 +02:00
S15.4_A1.1_T8.js Fix strict mode errors in built-ins/Array 2015-04-29 17:36:28 +02:00
S15.4_A1.1_T9.js Fix strict mode errors in built-ins/Array 2015-04-29 17:36:28 +02:00
S15.4_A1.1_T10.js Fix strict mode errors in built-ins/Array 2015-04-29 17:36:28 +02:00
symbol-species.js Import tests from Google V8 (Symbol) 2015-04-07 16:53:18 -04:00