test262/test/language/statements/with
Mike Pennisi 3b3bd06819 Add tests for Lexical Environment management
Add tests that assert the management of the running execution context's
LexicalEnvironment and VariableEnvironment components, as created by the
following abstract operations:

- NewDeclarativeEnvironment
- NewObjectEnvironment
- NewFunctionEnvironment

Many tests require the use of non-strict direct eval, meaning they may
not be run in strict mode. This does not effect coverage because the
semantics in these cases are not observable from strict mode code.

Some situations require the creation of a binding, but this binding has
no relevance to the test itself. In these cases, use names consisting
solely of the underscore character (`_`).

Avoid the use of Block statements wherever possible, as these trigger
the creation of additional environments which may interfere with the
behavior under test.
2016-04-28 09:44:41 -04:00
..
12.10-0-1.js Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
12.10-0-3.js Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
12.10-0-7.js Replace runTestCase with assert helpers [test/language/statements] 2015-08-13 17:33:42 +02:00
12.10-0-8.js Replace runTestCase with assert helpers [test/language/statements/] 2015-08-06 18:33:10 +02:00
12.10-0-9.js Replace runTestCase with assert helpers [test/language/statements] 2015-08-13 17:33:42 +02:00
12.10-0-10.js Replace runTestCase with assert helpers [test/language/statements] 2015-08-13 17:33:42 +02:00
12.10-0-11.js Replace runTestCase with assert helpers [test/language/statements] 2015-08-13 17:33:42 +02:00
12.10-0-12.js Replace runTestCase with assert helpers [test/language/statements] 2015-08-13 17:33:42 +02:00
12.10-2-1.js Replace runTestCase with assert helpers [test/language/statements] 2015-08-13 17:33:42 +02:00
12.10-2-2.js Replace runTestCase with assert helpers [test/language/statements] 2015-08-13 17:33:42 +02:00
12.10-2-3.js Replace runTestCase with assert helpers [test/language/statements] 2015-08-13 17:33:42 +02:00
12.10-2-4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
12.10-2-5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
12.10-7-1.js Replace runTestCase with assert helpers [test/language/statements] 2015-08-13 17:33:42 +02:00
12.10.1-1-s.js Replace runTestCase with assert.throws [test/language/statements] 2015-08-11 17:43:01 +02:00
12.10.1-2-s.js Replace runTestCase with assert.throws [test/language/statements] 2015-08-11 17:43:01 +02:00
12.10.1-3-s.js Replace runTestCase with assert.throws [test/language/statements] 2015-08-11 17:43:01 +02:00
12.10.1-4-s.js Replace runTestCase with assert.throws [test/language/statements] 2015-08-11 17:43:01 +02:00
12.10.1-5-s.js Replace runTestCase with assert helpers [test/language/statements] 2015-08-13 17:33:42 +02:00
12.10.1-7-s.js Replace runTestCase with assert.throws [test/language/statements] 2015-08-11 17:43:01 +02:00
12.10.1-8-s.js Replace runTestCase with assert.throws [test/language/statements] 2015-08-11 17:43:01 +02:00
12.10.1-9-s.js Replace runTestCase with assert.throws [test/language/statements] 2015-08-11 17:43:01 +02:00
12.10.1-10-s.js Replace runTestCase with assert.throws [test/language/statements] 2015-08-11 17:43:01 +02:00
12.10.1-11-s.js Replace runTestCase with assert.throws [test/language/statements] 2015-08-11 17:43:01 +02:00
12.10.1-11gs.js Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
12.10.1-12-s.js Replace runTestCase with assert.throws [test/language/statements] 2015-08-11 17:43:01 +02:00
12.10.1-13-s.js Replace runTestCase with assert helpers [test/language/statements] 2015-08-13 17:33:42 +02:00
12.10.1-14-s.js Replace runTestCase with assert.throws [test/language/statements] 2015-08-11 17:43:01 +02:00
12.10.1-15-s.js Replace runTestCase with assert.throws [test/language/statements] 2015-08-11 17:43:01 +02:00
12.10.1-16-s.js Replace runTestCase with assert.throws [test/language/statements] 2015-08-11 17:43:01 +02:00
S12.10_A1.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.1_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.2_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.2_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.2_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.2_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.3_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.3_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.3_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.3_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.4_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.4_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.4_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.4_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.4_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.5_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.5_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.5_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.5_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.5_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.6_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.6_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.6_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.7_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.7_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.7_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.7_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.7_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.8_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.8_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.8_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.8_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.8_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.9_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.9_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.9_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.10_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.10_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.10_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.10_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.10_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.11_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.11_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.11_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.11_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.11_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.12_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.12_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.12_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.12_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A1.12_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.1_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.2_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.2_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.2_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.2_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.3_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.3_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.3_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.4_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.4_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.4_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.4_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.4_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.5_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.5_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.5_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.5_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.5_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.6_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.6_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.6_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.7_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.7_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.7_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.7_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.7_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.8_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.8_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.8_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.8_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.8_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.9_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.9_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.9_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.10_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.10_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.10_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.10_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.10_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.11_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.11_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.11_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.11_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.11_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.12_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.12_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.12_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.12_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A3.12_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A4_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A4_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A4_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A4_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A4_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A4_T6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A5_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A5_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A5_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A5_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A5_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.10_A5_T6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
binding-blocked-by-unscopables.js Add tests for well-known Symbol: @@unscopables 2015-10-05 11:57:31 -04:00
binding-not-blocked-by-unscopables-falsey-prop.js Add tests for well-known Symbol: @@unscopables 2015-10-05 11:57:31 -04:00
binding-not-blocked-by-unscopables-non-obj.js Add tests for well-known Symbol: @@unscopables 2015-10-05 11:57:31 -04:00
cptn-abrupt-empty.js s/id/esid 2016-02-22 09:47:42 -05:00
cptn-nrml.js Add tests for ES2015 completion reform 2016-01-22 15:00:03 -05:00
decl-cls.js Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00
decl-const.js Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00
decl-fun.js Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00
decl-gen.js Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00
decl-let.js Add syntax tests for declaration restrictions 2016-03-11 12:23:15 -05:00
scope-var-close.js Add tests for Lexical Environment management 2016-04-28 09:44:41 -04:00
scope-var-open.js Add tests for Lexical Environment management 2016-04-28 09:44:41 -04:00
unscopables-get-err.js Add tests for well-known Symbol: @@unscopables 2015-10-05 11:57:31 -04:00
unscopables-not-referenced-for-undef.js Add tests for well-known Symbol: @@unscopables 2015-10-05 11:57:31 -04:00
unscopables-prop-get-err.js Add tests for well-known Symbol: @@unscopables 2015-10-05 11:57:31 -04:00