test262/test/built-ins/String
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
..
fromCharCode Remove unused harness file 2016-02-12 13:44:18 -05:00
fromCodePoint String.fromCodePoint 2015-07-10 14:30:27 -04:00
prototype Ensure U+180E is no longer considered whitespace 2016-07-06 10:11:32 -04:00
raw Merge pull request #359 from bocoup/String.raw 2015-07-21 13:02:49 -07:00
15.5.5.5.2-1-1.js Replace runTestCase with assert helpers [test/built-ins/String] 2015-08-06 18:23:58 +02:00
15.5.5.5.2-1-2.js Replace runTestCase with assert helpers [test/built-ins/String] 2015-08-06 18:23:58 +02:00
15.5.5.5.2-3-1.js Replace runTestCase with assert helpers [test/built-ins/String] 2015-08-06 18:23:58 +02:00
15.5.5.5.2-3-2.js Replace runTestCase with assert helpers [test/built-ins/String] 2015-08-06 18:23:58 +02:00
15.5.5.5.2-3-3.js Replace runTestCase with assert helpers [test/built-ins/String] 2015-08-06 18:23:58 +02:00
15.5.5.5.2-3-4.js Replace runTestCase with assert helpers [test/built-ins/String] 2015-08-06 18:23:58 +02:00
15.5.5.5.2-3-5.js Replace runTestCase with assert helpers [test/built-ins/String] 2015-08-06 18:23:58 +02:00
15.5.5.5.2-3-6.js Replace runTestCase with assert helpers [test/built-ins/String] 2015-08-06 18:23:58 +02:00
15.5.5.5.2-3-7.js Replace runTestCase with assert helpers [test/built-ins/String] 2015-08-06 18:23:58 +02:00
15.5.5.5.2-3-8.js Replace runTestCase with assert helpers [test/built-ins/String] 2015-08-06 18:23:58 +02:00
15.5.5.5.2-7-1.js Replace runTestCase with assert helpers [test/built-ins/String] 2015-08-06 18:23:58 +02:00
15.5.5.5.2-7-2.js Replace runTestCase with assert helpers [test/built-ins/String] 2015-08-06 18:23:58 +02:00
15.5.5.5.2-7-3.js Replace runTestCase with assert helpers [test/built-ins/String] 2015-08-06 18:23:58 +02:00
15.5.5.5.2-7-4.js Replace runTestCase with assert helpers [test/built-ins/String] 2015-08-06 18:23:58 +02:00
S8.12.8_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S8.12.8_A2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.1_A1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8.1_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8.1_A2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8.1_A3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8.1_A4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8.1_A6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8.1_A7.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8.1_A8.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8.1_A9_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8.1_A9_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8.1_A10.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8_A1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8_A2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8_A3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8_A4_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.8_A5_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T7.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T8.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T9.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T10.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T11.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T12.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T13.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T14.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T15.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T16.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T17.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A1_T18.js Fix strict mode errors in built-ins/String 2015-04-29 17:43:26 +02:00
S15.5.1.1_A1_T19.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.1.1_A2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T7.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T8.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T9.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T10.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T11.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T12.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T13.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T16.js Fix strict mode errors in built-ins/String 2015-04-29 17:43:26 +02:00
S15.5.2.1_A1_T17.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T18.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A1_T19.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A2_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.2.1_A3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.3_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.3_A2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.3_A2_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.5.1_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.5.1_A2.js Fix strict mode errors in built-ins/String 2015-04-29 17:43:26 +02:00
S15.5.5.1_A3.js Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00
S15.5.5.1_A4_T1.js Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00
S15.5.5.1_A4_T2.js Enable strict mode for more built-in tests 2015-05-18 18:01:00 +02:00
S15.5.5.1_A5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.5.5_A1_T1.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.5.5_A1_T2.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.5.5_A2_T1.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
S15.5.5_A2_T2.js Remove `$FAIL` function 2015-06-09 19:44:25 -04:00
length.js Improve coverage for section 21: String (#712) 2016-07-05 14:04:31 -07:00
numeric-properties.js Improve coverage for section 9 (#726) 2016-08-05 10:07:02 -07:00
proto-from-ctor-realm.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
symbol-string-coercion.js Increase coverage for Symbol constructor 2016-04-25 10:59:22 -07:00
symbol-wrapping.js Increase coverage for Symbol constructor 2016-04-25 10:59:22 -07:00