test262/test/built-ins/Symbol
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
..
for Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
hasInstance Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
isConcatSpreadable Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
iterator Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
keyFor Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
match Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
prototype Improve test coverage for Symbol (#645) 2016-05-30 16:55:45 -04:00
replace Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
search Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
species Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
split Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
toPrimitive Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
toStringTag Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
unscopables Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
auto-boxing-non-strict.js - Remove inline license 2015-07-17 19:55:00 +02:00
auto-boxing-strict.js - Remove inline license 2015-07-17 19:55:00 +02:00
constructor.js - Remove inline license 2015-07-17 19:55:00 +02:00
desc-to-string-symbol.js Increase coverage for Symbol constructor 2016-04-25 10:59:22 -07:00
desc-to-string.js Increase coverage for Symbol constructor 2016-04-25 10:59:22 -07:00
invoked-with-new.js Increase coverage for Symbol constructor 2016-04-25 10:59:22 -07:00
uniqueness.js Increase coverage for Symbol constructor 2016-04-25 10:59:22 -07:00