- Apr 19, 2018
-
-
Rick Waldron authored
Related to https://github.com/tc39/ecma262/pull/1177
-
- Feb 15, 2018
-
-
Leo Balter authored
-
Rick Waldron authored
-
- Feb 14, 2018
-
-
Jeff Walden authored
Add tests for the behavior of INT32_MIN (-2147483648) as exponent with the exponentiation operator and with Math.pow (which shares the same core algorithm in the spec, but might be differently implemented in actual implementations). (#1445)
-
- Feb 09, 2018
-
-
André Bargull authored
This reverts commit a01de4a7.
-
Rick Waldron authored
-
- Jan 05, 2018
-
-
Rick Waldron authored
-
- Apr 13, 2017
-
-
André Bargull authored
-
- Mar 14, 2017
-
-
Leonardo Balter authored
-
Leonardo Balter authored
-
- Jul 01, 2016
-
-
Leo Balter authored
The global isNaN is not precise at all, and Number.isNaN is an ES6 feature that makes it preferrable to use assert's sameValue for NaN values, as it handles it internally using the comparison.
-
- Jun 27, 2016
-
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
- Jun 20, 2016
-
-
Leonardo Balter authored
Due to specs approximation values, some tests are invalid as the harness helpers rely on another approximated values as Math.LN2.
-
- Apr 18, 2016
-
-
Mike Pennisi authored
Closes gh-540 Because the specific value of each constant is specified as a host-defined approximation, only the value type may be enforced by Test262.
-
Mike Pennisi authored
Except for a small set of expected input/output pairs, both ES5 and ES2015 define the expected return value of these methods in terms of an "implementation-dependent approximation." This makes it inappropriate to enforce expectations for specific values, even if expressed imprecisely.
-
- Mar 17, 2016
-
-
Mike Pennisi authored
As written, the test for `Math.random` would pass if the runtime erroneously produced a non-numeric value. Add the necessary assertions to guard against this case.
-
- Feb 22, 2016
-
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
- Jan 15, 2016
-
-
André Bargull authored
Note: Already uses the updated DataView function lengths from tc39/ecma262#266 (ES2016 Draft 2015-12-20)
-
- Aug 13, 2015
-
-
André Bargull authored
-
- Aug 08, 2015
-
-
Mike Pennisi authored
-
- Aug 06, 2015
-
-
André Bargull authored
-
- Jul 17, 2015
-
-
André Bargull authored
- Remove duplicate word - Add missing license
-
André Bargull authored
-
- Jun 10, 2015
-
-
Tom Schuster authored
-
- Jun 09, 2015
-
-
Mike Pennisi authored
This function is equivalent to `$ERROR` (which is automatically included in test environments). Remove the harness file that defines the function, remove references to the file from test `includes` lists, and update scripts to instead invoke the `$ERROR` function.
-
Mike Pennisi authored
-
Erik Arvidsson authored
-
- May 22, 2015
-
-
Leonardo Balter authored
-