test262/test/language
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
..
arguments-object Remove "NotEarlyError" object 2016-10-19 15:24:22 -04:00
asi Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
block-scope Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
comments Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
computed-property-names Invalid language tests 2015-04-27 16:56:19 +02:00
destructuring/binding ObjectBindingPatterns can't end with multiple commas 2015-12-29 16:50:23 -05:00
directive-prologue Remove "NotEarlyError" object 2016-10-19 15:24:22 -04:00
eval-code Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
expressions Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
function-code Merge pull request #587 from bocoup/generation-annexb-fns 2016-05-31 17:45:48 -04:00
future-reserved-words Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
global-code Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
identifier-resolution Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
identifiers Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
import Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
keywords Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
line-terminators Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
literals Add test for inequality of RegExps created from the same source (#776) 2016-10-20 11:41:31 -07:00
module-code Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
punctuators Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
reserved-words Remove "NotEarlyError" object 2016-10-19 15:24:22 -04:00
rest-parameters Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
source-text Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
statements Remove "NotEarlyError" object 2016-10-19 15:24:22 -04:00
types Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
white-space Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00