test262/test/built-ins/Date
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
..
UTC Add tests for Date.UTC 2016-07-09 12:15:17 -04:00
now Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
parse Add missing tests for "length" and "name" properties of built-in functions 2016-01-15 18:12:05 +01:00
prototype Remove duplicate description keys 2016-08-27 18:55:27 -04:00
15.9.1.15-1.js Interpret date-only forms as UTC 2015-11-11 17:46:32 +01:00
S15.9.2.1_A1.js
S15.9.2.1_A2.js
S15.9.3.1_A1_T1.js
S15.9.3.1_A1_T2.js
S15.9.3.1_A1_T3.js
S15.9.3.1_A1_T4.js
S15.9.3.1_A1_T5.js
S15.9.3.1_A1_T6.js
S15.9.3.1_A2_T1.js
S15.9.3.1_A2_T2.js
S15.9.3.1_A2_T3.js
S15.9.3.1_A2_T4.js
S15.9.3.1_A2_T5.js
S15.9.3.1_A2_T6.js
S15.9.3.1_A3_T1.1.js
S15.9.3.1_A3_T1.2.js
S15.9.3.1_A3_T2.1.js
S15.9.3.1_A3_T2.2.js
S15.9.3.1_A3_T3.1.js
S15.9.3.1_A3_T3.2.js
S15.9.3.1_A3_T4.1.js
S15.9.3.1_A3_T4.2.js
S15.9.3.1_A3_T5.1.js
S15.9.3.1_A3_T5.2.js
S15.9.3.1_A3_T6.1.js
S15.9.3.1_A3_T6.2.js
S15.9.3.1_A4_T1.js
S15.9.3.1_A4_T2.js
S15.9.3.1_A4_T3.js
S15.9.3.1_A4_T4.js
S15.9.3.1_A4_T5.js
S15.9.3.1_A4_T6.js
S15.9.3.1_A5_T1.js Correct invalid tests for the Date constructor 2016-04-19 17:00:59 -04:00
S15.9.3.1_A5_T2.js Correct invalid tests for the Date constructor 2016-04-19 17:00:59 -04:00
S15.9.3.1_A5_T3.js Correct invalid tests for the Date constructor 2016-04-19 17:00:59 -04:00
S15.9.3.1_A5_T4.js Correct invalid tests for the Date constructor 2016-04-19 17:00:59 -04:00
S15.9.3.1_A5_T5.js Correct invalid tests for the Date constructor 2016-04-19 17:00:59 -04:00
S15.9.3.1_A5_T6.js Correct invalid tests for the Date constructor 2016-04-19 17:00:59 -04:00
S15.9.3.1_A6_T1.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.9.3.1_A6_T2.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.9.3.1_A6_T3.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.9.3.1_A6_T4.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.9.3.1_A6_T5.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.9.3.2_A1_T1.js
S15.9.3.2_A2_T1.js
S15.9.3.2_A3_T1.1.js
S15.9.3.2_A3_T1.2.js
S15.9.4_A1.js
S15.9.4_A2.js
S15.9.4_A3.js
S15.9.4_A4.js
S15.9.4_A5.js
TimeClip_negative_zero.js Tests for changes introduced in ES2015 (Annex E) 2015-09-07 17:25:55 +02:00
construct_with_date.js Tests for changes introduced in ES2015 (Annex E) 2015-09-07 17:25:55 +02:00
name.js Add test for `name` property of Date constructor 2016-07-09 12:15:16 -04:00
proto-from-ctor-realm-one.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
proto-from-ctor-realm-two.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
proto-from-ctor-realm-zero.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
subclassing.js Add test for subclassing Date 2016-07-09 12:15:16 -04:00
value-get-symbol-to-prim-err.js Add tests for additional uses of @@toPrimitive (#666) 2016-06-10 15:08:59 -04:00
value-symbol-to-prim-err.js Add tests for additional uses of @@toPrimitive (#666) 2016-06-10 15:08:59 -04:00
value-symbol-to-prim-invocation.js Add tests for additional uses of @@toPrimitive (#666) 2016-06-10 15:08:59 -04:00
value-symbol-to-prim-return-obj.js Add tests for additional uses of @@toPrimitive (#666) 2016-06-10 15:08:59 -04:00
value-symbol-to-prim-return-prim.js Add tests for additional uses of @@toPrimitive (#666) 2016-06-10 15:08:59 -04:00
value-to-primitive-call-err.js Add tests for use of ToPrimitive in Date ctor 2016-07-09 12:15:15 -04:00
value-to-primitive-call.js Add tests for use of ToPrimitive in Date ctor 2016-07-09 12:15:15 -04:00
value-to-primitive-get-meth-err.js Add tests for use of ToPrimitive in Date ctor 2016-07-09 12:15:15 -04:00
value-to-primitive-result-faulty.js Add tests for use of ToPrimitive in Date ctor 2016-07-09 12:15:15 -04:00
value-to-primitive-result-non-string-prim.js Add tests for use of ToPrimitive in Date ctor 2016-07-09 12:15:15 -04:00
value-to-primitive-result-string.js Add tests for use of ToPrimitive in Date ctor 2016-07-09 12:15:15 -04:00