test262/test/language/global-code
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
..
S10.1.7_A1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.4.1_A1_T1.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
S10.4.1_A1_T2.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
block-decl-strict.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
decl-func-dup.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
decl-func.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
decl-lex-configurable-global.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
decl-lex-deletion.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
decl-lex-restricted-global.js Top-level `let undefined` is a runtime error, not an early error. (#872) 2017-03-02 15:37:22 -05:00
decl-lex.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
decl-var.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
export.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
import.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
new.target-arrow.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
new.target.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
return.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
script-decl-func-dups.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-func-err-non-configurable.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-func-err-non-extensible.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-func.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-lex-deletion.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-lex-lex.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-lex-restricted-global.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-lex-var.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-lex.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-var-collision.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-var-err.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
script-decl-var.js Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05:00
super-call-arrow.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
super-call.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
super-prop-arrow.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
super-prop.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
switch-case-decl-strict.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
switch-dflt-decl-strict.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
unscopables-ignored.js Add test ensuring withEnvironment flag is honored 2016-06-21 12:14:53 -04:00
yield-non-strict.js Add tests for restricted grammar productions 2016-07-02 15:46:16 -04:00
yield-strict.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00