test262/test/built-ins/Number
Daniel Ehrenberg e2ee94f452 Fix tests for toFixed and toExponential (#1080)
toExponential had a typo, and toFixed was against an earlier version
of the specification proposal. The tests pass against a version of V8
which attempts to implement the new spec.
2017-06-28 10:29:47 -04:00
..
MAX_VALUE
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 Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
isInteger Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
isNaN Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
isSafeInteger Remove execute bit from files (#976) 2017-04-13 16:24:07 -04:00
prototype Fix tests for toFixed and toExponential (#1080) 2017-06-28 10:29:47 -04:00
15.7.3-1.js
15.7.3-2.js
15.7.4-1.js
EPSILON.js Add tests for Number.EPSILON 2016-06-23 14:42:38 -04:00
MAX_SAFE_INTEGER.js
MIN_SAFE_INTEGER.js
NaN.js Update tests for Number.NaN 2016-06-23 14:42:39 -04:00
S8.12.8_A3.js
S8.12.8_A4.js
S9.1_A1_T1.js
S9.3.1_A1.js
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
S9.3.1_A4_T2.js
S9.3.1_A5_T1.js
S9.3.1_A5_T2.js
S9.3.1_A5_T3.js
S9.3.1_A6_T1.js
S9.3.1_A6_T2.js
S9.3.1_A7.js
S9.3.1_A8.js
S9.3.1_A9.js
S9.3.1_A10.js
S9.3.1_A11.js
S9.3.1_A12.js
S9.3.1_A13.js
S9.3.1_A14.js
S9.3.1_A15.js
S9.3.1_A16.js
S9.3.1_A17.js
S9.3.1_A18.js
S9.3.1_A19.js
S9.3.1_A20.js
S9.3.1_A21.js
S9.3.1_A22.js
S9.3.1_A23.js
S9.3.1_A24.js
S9.3.1_A25.js
S9.3.1_A26.js
S9.3.1_A27.js
S9.3.1_A28.js
S9.3.1_A29.js
S9.3.1_A30.js
S9.3.1_A31.js
S9.3.1_A32.js
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
S9.3_A3_T1.js
S9.3_A4.1_T1.js
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
S15.7.2.1_A1.js
S15.7.2.1_A2.js
S15.7.2.1_A3.js
S15.7.2.1_A4.js
S15.7.3_A1.js
S15.7.3_A2.js
S15.7.3_A3.js
S15.7.3_A4.js
S15.7.3_A5.js
S15.7.3_A6.js
S15.7.3_A7.js
S15.7.3_A8.js
S15.7.5_A1_T01.js
S15.7.5_A1_T02.js
S15.7.5_A1_T03.js
S15.7.5_A1_T04.js
S15.7.5_A1_T05.js
S15.7.5_A1_T06.js
S15.7.5_A1_T07.js
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 Rename $ => $262. Fixes gh-802 (#823) 2017-03-01 16:34:15 -05: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
string-binary-literal.js
string-octal-literal-invald.js
string-octal-literal.js