- Feb 15, 2018
-
-
Robin Templeton authored
- add @jakobkummerow's changes - remove EOL whitespace - use 'Array.isArray' instead of 'instanceof Array' - check for BigInt type in toLocaleString tests - specify TypedArray constructor list for non-BigInt tests - update TypedArray harness test for BigInt - add a missing type coercion - disable more tests for Big(U)Int64Array - check for BigInt before using BigInt TypedArray constructors
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
This intentionally skips test/built-ins/Function/prototype/toString/*
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Leo Balter authored
-
Valerie R Young authored
-
Valerie R Young 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 13, 2018
-
-
Rick Waldron authored
-
Amal Hussein authored
added coverage for built-in Map spec to ensure that a TypeError is thrown when Symbol.iterator is undefined (#1444)
-
- Feb 12, 2018
-
-
Adrian Heine authored
-
- Feb 09, 2018
-
-
André Bargull authored
This reverts commit a01de4a7.
-
Rick Waldron authored
-
- Feb 08, 2018
-
-
Yusuke Suzuki authored
This patch changes tabs to spaces for newly added tests.
-
Leo Balter authored
-
Rick Waldron authored
-
Leo Balter authored
This reverts commit 8422147c.
-
- Feb 05, 2018
-
-
Daniel Ehrenberg authored
* Test for change to cache templates by site, not contents These tests are against a specification change based on discussion in https://github.com/tc39/ecma262/issues/840 The tests here passed on SpiderMonkey but failed on other implementations, which implement the current specification. * Add a test that caching is by source location, not function identity * Update existing tests to reference the spec properly
-
- Feb 04, 2018
-
-
Mike Pennisi authored
A number of tests for the parsing of function literals were expressed using `eval`. This made the tests more complex than necessary and also prevented the tests from providing value to ECMAScript parsers. Remove the use of `eval` in the relevant tests and instead express the expectations with literal source text.
-