test262/test/built-ins/Number
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
..
MAX_VALUE Remove over-specified tests 2016-04-18 14:36:49 -04:00
MIN_VALUE Remove precision-equivalency tests 2016-06-20 17:44:11 -04:00
NEGATIVE_INFINITY Update and add tests for Number.NEGATIVE_INFINITY 2016-06-23 14:42:39 -04:00
POSITIVE_INFINITY Update and add tests for Number.POSITIVE_INFINITY 2016-06-23 14:42:39 -04:00
isFinite Add tests for Number.isFinite 2016-06-23 14:42:39 -04:00
isInteger Add tests for Number.isInteger 2016-06-23 14:42:39 -04:00
isNaN Update and add tests for Number.isNaN 2016-06-23 14:42:39 -04:00
isSafeInteger Add tests for Number.isSafeInteger 2016-06-23 14:42:39 -04:00
prototype Update return-values.js (Number#toExponential bug in Firefox) (#751) 2016-08-29 17:33:55 -04:00
15.7.3-1.js Replace runTestCase with assert helpers [test/built-ins/Number] 2015-08-06 18:26:38 +02:00
15.7.3-2.js Replace runTestCase with assert helpers [test/built-ins/Number] 2015-08-06 18:26:38 +02:00
15.7.4-1.js Revert primitive wrapper prototypes and String#split to ES5 2015-11-06 18:50:44 +01:00
EPSILON.js Add tests for Number.EPSILON 2016-06-23 14:42:38 -04:00
MAX_SAFE_INTEGER.js Add tests for Number.{MAX,MIN}_SAFE_INTEGER 2016-03-09 12:21:29 -05:00
MIN_SAFE_INTEGER.js Add tests for Number.{MAX,MIN}_SAFE_INTEGER 2016-03-09 12:21:29 -05:00
NaN.js Update tests for Number.NaN 2016-06-23 14:42:39 -04:00
S8.12.8_A3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S8.12.8_A4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.1_A1_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A2.js Ensure U+180E is no longer considered whitespace 2016-07-06 10:11:32 -04:00
S9.3.1_A2_U180E.js Ensure U+180E is no longer considered whitespace 2016-07-06 10:11:32 -04:00
S9.3.1_A3_T1.js Ensure U+180E is no longer considered whitespace 2016-07-06 10:11:32 -04:00
S9.3.1_A3_T1_U180E.js Ensure U+180E is no longer considered whitespace 2016-07-06 10:11:32 -04:00
S9.3.1_A3_T2.js Ensure U+180E is no longer considered whitespace 2016-07-06 10:11:32 -04:00
S9.3.1_A3_T2_U180E.js Ensure U+180E is no longer considered whitespace 2016-07-06 10:11:32 -04:00
S9.3.1_A4_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A4_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A5_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A5_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A5_T3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A6_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A6_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A7.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A8.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A9.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A10.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A11.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A12.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A13.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A14.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A15.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A16.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A17.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A18.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A19.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A20.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A21.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A22.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A23.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A24.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A25.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A26.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A27.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A28.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A29.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A30.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A31.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3.1_A32.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3_A1_T1.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S9.3_A2_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3_A3_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S9.3_A4.1_T1.js Remove over-specified tests 2016-04-18 14:36:49 -04:00
S9.3_A4.2_T1.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S9.3_A5_T1.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.7.1.1_A1.js Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
S15.7.1.1_A2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.2.1_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.2.1_A2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.2.1_A3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.2.1_A4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.3_A1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.3_A2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.3_A3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.3_A4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.3_A5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.3_A6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.3_A7.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.3_A8.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.5_A1_T01.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.5_A1_T02.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.5_A1_T03.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.5_A1_T04.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.5_A1_T05.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.5_A1_T06.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S15.7.5_A1_T07.js Reorganize ./test 2014-12-07 15:33:09 -08:00
parseFloat.js Add tests for Number.{parseFloat,parseInt} 2016-06-23 14:42:39 -04:00
parseInt.js Add tests for Number.{parseFloat,parseInt} 2016-06-23 14:42:39 -04:00
prop-desc.js Update and add basic prop-desc tests for Number 2016-06-23 14:42:40 -04:00
proto-from-ctor-realm.js Add tests for realm interactions (#688) 2016-10-24 10:43:17 -07:00
return-abrupt-tonumber-value-symbol.js Extend Number tests to assert abrupt completions 2016-06-23 14:42:40 -04:00
return-abrupt-tonumber-value.js Extend Number tests to assert abrupt completions 2016-06-23 14:42:40 -04:00
string-binary-literal-invalid.js Add tests for BinaryIntegerLiterals 2015-06-12 16:06:52 -04:00
string-binary-literal.js Add tests for BinaryIntegerLiterals 2015-06-12 16:06:52 -04:00
string-octal-literal-invald.js Convert binary integers to octal in octal integer tests 2015-09-30 08:54:45 -07:00
string-octal-literal.js Add tests for OctalIntegerLiterals 2015-06-12 16:06:52 -04:00