test262/test/built-ins/GeneratorFunction
jugglinmike 71e573f7da Add tests for realm interactions (#688)
* Add tests for prototype realm inference

* Add tests for miscellaneous realm concerns

* Add tests for realm of spec-created Errors

In some cases, Error objects produced by the specification are
observable from ECMAScript code. Among these cases, some are further
differentiated in that they occur outside of any built-in function and
may be triggered through syntactic production directly. The current
realm record is commonly interpreted incorrectly under these
circumstances.

Add tests asserting that the expected realm record is used when
constructing such Error objects.

* Add tests for realm use in ArraySpeciesCreate

* Add tests for function realm retrieval

* Add tests for cross-realm behaviors of Symbols

* Add tests for GetValue and PutValue

* Add tests for realm of spec-created Arrays

In some cases, Arrays produced by CreateArrayFromList are observable
from ECMAScript code. Among these cases, two occur outside of any
built-in function and may be triggered through syntactic production
directly. The current realm record is commonly interpreted incorrectly
under these circumstances.

Add tests asserting that the expected realm record is used when
constructing arrays.

* Add test for spec-created object

* fixup! Add tests for realm of spec-created Errors

* fixup! Add tests for realm of spec-created Errors

* fixup! Add tests for prototype realm inference

* fixup! Add tests for miscellaneous realm concerns
2016-10-24 10:43:17 -07:00
..
prototype Extend coverage for Section 25 - Generators (#700) 2016-07-01 11:24:27 -07:00
extensibility.js Extend coverage for Section 25 - Generators (#700) 2016-07-01 11:24:27 -07:00
has-instance.js Import tests from Google V8 (generators semantics) 2015-05-07 19:11:47 -04:00
instance-length.js Extend coverage for Section 25 - Generators (#700) 2016-07-01 11:24:27 -07:00
instance-name.js Add tests for function `name` attribute 2015-07-21 20:05:34 -04:00
instance-prototype.js Extend coverage for Section 25 - Generators (#700) 2016-07-01 11:24:27 -07:00
instance-restricted-properties.js Re-organize generator tests 2015-07-09 15:07:19 -04:00
instance-yield-expr-in-param.js Extend coverage for Section 25 - Generators (#700) 2016-07-01 11:24:27 -07:00
invoked-as-constructor-no-arguments.js Import tests from Google V8 (generators semantics) 2015-05-07 19:11:47 -04:00
invoked-as-function-multiple-arguments.js Import tests from Google V8 (generators semantics) 2015-05-07 19:11:47 -04:00
invoked-as-function-no-arguments.js Import tests from Google V8 (generators semantics) 2015-05-07 19:11:47 -04:00
invoked-as-function-single-argument.js Import tests from Google V8 (generators semantics) 2015-05-07 19:11:47 -04:00
length.js Extend coverage for Section 25 - Generators (#700) 2016-07-01 11:24:27 -07:00
name.js Extend coverage for Section 25 - Generators (#700) 2016-07-01 11:24:27 -07:00
proto-from-ctor-realm.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00