test262/test/language/statements/continue
Mike Pennisi e01a560648 Remove superfluous code from negative syntax tests
Because these files contain syntax errors, the code they contain is not
intended to be executed, and the runtime semantics are therefore
irrelevant. Simplify the files by removing the unnecessary code.
2018-04-27 22:04:23 -04:00
..
12.7-1.js Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
S12.7_A1_T1.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
S12.7_A1_T2.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
S12.7_A1_T3.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
S12.7_A1_T4.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
S12.7_A2.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
S12.7_A5_T1.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
S12.7_A5_T2.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
S12.7_A5_T3.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
S12.7_A6.js Rename negative test "phase" for parsing 2018-01-05 15:17:50 -05:00
S12.7_A7.js Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
S12.7_A8_T1.js Remove superfluous code from negative syntax tests 2018-04-27 22:04:23 -04:00
S12.7_A8_T2.js Remove superfluous code from negative syntax tests 2018-04-27 22:04:23 -04:00
S12.7_A9_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.7_A9_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
labeled-continue.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
nested-let-bound-for-loops-inner-continue.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
nested-let-bound-for-loops-labeled-continue.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
nested-let-bound-for-loops-outer-continue.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
no-label-continue.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
shadowing-loop-variable-in-same-scope-as-continue.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00
simple-and-labeled.js Import tests from Google V8 (Block Scope Additions) 2015-04-09 14:21:06 -04:00