test262/test/language/statements
Mike Pennisi eb644bb2da Reduce reliance on `fnGlobalObject.js`
This harness function is not necessary in the majority of cases in which
it is used. Remove its usage to simplify tests and decrease the amount
of domain-specific knowledge necessary to contribute to the test suite.

Persist the harness function itself for use by future tests for ES2015
modules (such a helper is necessary for tests that are interpreted as
module code).
2016-04-25 11:09:21 -07:00
..
block s/id/esid 2016-02-22 09:47:42 -05:00
break Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
class Merge pull request #545 from bocoup/generation 2016-04-15 17:56:36 -04:00
const Add initial set of generated test sources 2016-03-16 15:29:30 -04:00
continue Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
debugger Add tests for `debugger` statement 2016-03-09 11:12:56 -05:00
do-while Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00
empty Reorganize ./test 2014-12-07 15:33:09 -08:00
expression Strict eval variable declarations are lexically scoped, assign expected result value to a previously declared global (issue #35) 2015-04-08 15:54:58 -07:00
for Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00
for-in Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00
for-of Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00
function Add initial set of generated test sources 2016-03-16 15:29:30 -04:00
generators Add initial set of generated test sources 2016-03-16 15:29:30 -04:00
if Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00
labeled Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00
let Add initial set of generated test sources 2016-03-16 15:29:30 -04:00
return s/id/esid 2016-02-22 09:47:42 -05:00
switch s/id/esid 2016-02-22 09:47:42 -05:00
throw Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
try Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
variable Add initial set of generated test sources 2016-03-16 15:29:30 -04:00
while Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00
with Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00