test262/test/language/global-code
Mike Pennisi 7d4b1d28ae Re-format tests for SyntaxErrors
Authored via the following command:

   $ find test -type f -print0 | \
       xargs -0 sed \
         -i 's/^\(\s*\)negative:\s*SyntaxError\s*$/\1negative:\n\1  phase: early\n\1  type: SyntaxError/g'
2016-10-19 15:24:21 -04:00
..
S10.1.7_A1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.4.1_A1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S10.4.1_A1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
block-decl-strict.js Add tests for Annex B.3.3/B.3.4 2016-04-18 16:18:54 -04: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 Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04: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 Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
import.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
new.target-arrow.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
new.target.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
return.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
script-decl-func-dups.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
script-decl-func-err-non-configurable.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
script-decl-func-err-non-extensible.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
script-decl-func.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
script-decl-lex-deletion.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
script-decl-lex-lex.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
script-decl-lex-restricted-global.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
script-decl-lex-var.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
script-decl-lex.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
script-decl-var-collision.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
script-decl-var-err.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
script-decl-var.js Add tests for script interactions (#689) 2016-07-19 18:02:05 -07:00
super-call-arrow.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
super-call.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
super-prop-arrow.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
super-prop.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
switch-case-decl-strict.js Add tests for Annex B.3.3/B.3.4 2016-04-18 16:18:54 -04:00
switch-dflt-decl-strict.js Add tests for Annex B.3.3/B.3.4 2016-04-18 16:18:54 -04: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 Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00