test262/test/language/statements/for-in
Mike Pennisi 136110378b Rename negative test "phase" for parsing
Early errors may result from parsing the source text of a test file, but
they may also result from parsing some other source text as referenced
through the ES2015 module syntax. The latter form of early error is not
necessarily detectable by ECMAScript parsers, however. Because of this,
the label "early" is not sufficiently precise for all Test262 consumers
to correctly interpret all tests.

Update the "phase" name of "early" to "parse" for all those negative
tests that describe errors resulting from parsing of the file's source
text directly. A forthcoming commit will update the remaining tests to
use a "phase" name that is more specific to module resolution.
2018-01-05 15:17:50 -05:00
..
12.6.4-1.js Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
12.6.4-2.js Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
S12.6.4_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.6.4_A2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.6.4_A3.1.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
S12.6.4_A3.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
S12.6.4_A4.1.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
S12.6.4_A4.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
S12.6.4_A5.1.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
S12.6.4_A5.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
S12.6.4_A6.1.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
S12.6.4_A6.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
S12.6.4_A7_T1.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
S12.6.4_A7_T2.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
S12.6.4_A14_T2.js Add 'var' declarations for strict mode 2014-12-10 16:37:05 -08:00
S12.6.4_A15.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
cptn-decl-abrupt-empty.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
cptn-decl-itr.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
cptn-decl-skip-itr.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
cptn-decl-zero-itr.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
cptn-expr-abrupt-empty.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
cptn-expr-itr.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
cptn-expr-skip-itr.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
cptn-expr-zero-itr.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
decl-async-fun.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
decl-async-gen.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
decl-cls.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
decl-const.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
decl-fun.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
decl-gen.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
decl-let.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-elem-init-yield-ident-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-elem-nested-array-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-elem-nested-array-yield-ident-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-elem-nested-obj-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-elem-nested-obj-yield-ident-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-elem-target-simple-strict.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-elem-target-yield-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-rest-before-element.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-rest-before-elision.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-rest-before-rest.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-rest-elision-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-rest-init.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-rest-nested-array-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-rest-nested-array-yield-ident-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-rest-nested-obj-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-rest-nested-obj-yield-ident-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-array-rest-yield-ident-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-obj-id-identifier-yield-expr.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-obj-id-identifier-yield-ident-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-obj-id-init-simple-strict.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-obj-id-init-yield-ident-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-obj-id-simple-strict.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-obj-prop-elem-init-yield-ident-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-obj-prop-elem-target-yield-ident-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-obj-prop-nested-array-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-obj-prop-nested-array-yield-ident-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-obj-prop-nested-obj-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-obj-prop-nested-obj-yield-ident-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
dstr-obj-rest-not-last-element-invalid.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
head-const-bound-names-dup.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
head-const-bound-names-fordecl-tdz.js Rename IterationStatement tests 2016-02-16 12:03:21 -05:00
head-const-bound-names-in-stmt.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
head-const-bound-names-let.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
head-const-fresh-binding-per-iteration.js Rename IterationStatement tests 2016-02-16 12:03:21 -05:00
head-decl-expr.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
head-expr-expr.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
head-let-bound-names-dup.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
head-let-bound-names-fordecl-tdz.js Rename IterationStatement tests 2016-02-16 12:03:21 -05:00
head-let-bound-names-in-stmt.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
head-let-bound-names-let.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
head-let-destructuring.js Add tests for interpretation of `let` token 2016-06-30 15:24:42 -04:00
head-let-fresh-binding-per-iteration.js Correct test for `for-in` IterationStatement 2016-06-30 15:24:42 -04:00
head-lhs-cover-non-asnmt-trgt.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
head-lhs-cover.js Add tests for IterationStatement early errors 2016-02-25 14:21:08 -08:00
head-lhs-invalid-asnmt-ptrn-ary.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
head-lhs-invalid-asnmt-ptrn-obj.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
head-lhs-let.js Add tests for interpretation of `let` token 2016-06-30 15:24:42 -04:00
head-lhs-member.js Add tests for IterationStatement early errors 2016-02-25 14:21:08 -08:00
head-lhs-non-asnmt-trgt.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
head-var-bound-names-dup.js Add tests for IterationStatement early errors 2016-02-25 14:21:08 -08:00
head-var-bound-names-in-stmt.js Add tests for IterationStatement early errors 2016-02-25 14:21:08 -08:00
head-var-bound-names-let.js Add tests for IterationStatement early errors 2016-02-25 14:21:08 -08:00
head-var-expr.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
identifier-let-allowed-as-lefthandside-expression-not-strict.js Updates for let names as a LHS in for-in loops (#1271) 2017-10-12 15:27:15 -04:00
labelled-fn-stmt-const.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
labelled-fn-stmt-let.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
labelled-fn-stmt-lhs.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
labelled-fn-stmt-var.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
let-array-with-newline.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
let-block-with-newline.js Add lookahead restriction tests for "let [" in expression statement contexts 2017-05-02 12:09:28 -07:00
let-identifier-with-newline.js Add lookahead restriction tests for "let [" in expression statement contexts 2017-05-02 12:09:28 -07:00
scope-body-lex-boundary.js Add tests for Lexical Environment management 2016-04-28 09:44:41 -04:00
scope-body-lex-close.js Add tests for Lexical Environment management 2016-04-28 09:44:41 -04:00
scope-body-lex-open.js Add tests for Lexical Environment management 2016-04-28 09:44:41 -04:00
scope-body-var-none.js Add tests for Lexical Environment management 2016-04-28 09:44:41 -04:00
scope-head-lex-close.js Add tests for Lexical Environment management 2016-04-28 09:44:41 -04:00
scope-head-lex-open.js Add tests for Lexical Environment management 2016-04-28 09:44:41 -04:00
scope-head-var-none.js Add tests for Lexical Environment management 2016-04-28 09:44:41 -04:00