- Oct 17, 2017
-
-
Rick Waldron authored
-
Rick Waldron authored
Fix Async-from-Sync Iterator tests
-
Caitlin Potter authored
-
Leo Balter authored
Add tests for the case of `<iterator>.return` in the iteration protocol being an object that's uncallable and compares equal to `undefined`
-
Jeff Walden authored
Add tests for the case of <iterator>.return, as used in the iteration protocol, being an object that's uncallable and compares equal to `undefined`.
-
Leo Balter authored
CONTRIBUTING.md updates
-
Caitlin Potter authored
This change updates test cases to assume that the "next" method is only loaded from a synchronous iterator once, and is re-used for each call to Async-from-Sync Iterator.next(), based on https://github.com/tc39/ecma262/pull/988
-
Rick Waldron authored
Make Atomics.wake test cases resilient on slow / overloaded systems
-
Valerie R Young authored
-
Rick Waldron authored
-
Robin Templeton authored
* BigInt.parseInt tests * update for PR#1208 * fix copyright notices
-
Leo Balter authored
Readme updates
-
Lars T Hansen authored
-
- Oct 16, 2017
-
-
Daniel Ehrenberg authored
ToPrimitive called without hint for boolean equality
-
Daniel Ehrenberg authored
BigInt arithmetic tests
-
Rick Waldron authored
Property descriptor tests for BigInt.name, BigInt.length, and BigInt.prototype.constructor
-
Rick Waldron authored
typeof test for BigInt
-
Rick Waldron authored
-
Josh Wolfe authored
-
Robin Templeton authored
-
Zirak authored
See relevant firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1408452
-
Rick Waldron authored
-
Robin Templeton authored
-
Robin Templeton authored
-
Robin Templeton authored
-
Rick Waldron authored
-
- Oct 13, 2017
-
-
Daniel Ehrenberg authored
The RegExp named groups specification has changed to not throw errors in certain cases. This patch updates the test262 tests to match the new specification, and throws in an additional test that verifies the interaction between named group syntax and other replacement. The tests pass on a version of V8 which implements the new semantics. https://github.com/tc39/proposal-regexp-named-groups/commit/92ceba518c2ab0d2811c2efa8248ed1b3f8b5506
-
Rick Waldron authored
Updated tests for BigInt.prototype.toString
-
- Oct 12, 2017
-
-
Valerie R Young authored
I'm leaving these todos for Leo or Rick -- I think you can explain the state and goal of Test262 better than me at this point!
-
Valerie R Young authored
-
Valerie R Young authored
-
Josh Wolfe authored
-
Leo Balter authored
-
Leo Balter authored
* Delete identifier-let-allowed-as-lefthandside-expression-non-strict.js Fixes #1192 This is already covered by https://github.com/tc39/test262/blob/8422147c17aa3f4061e524a8f88c251a3b371ecf/test/language/statements/for-in/head-lhs-let.js#L27 * restore for-in test
-
Robin Templeton authored
-
Rick Waldron authored
-
- Oct 10, 2017
-
-
Rick Waldron authored
-
- Oct 06, 2017
-
-
Leo Balter authored
Add version of intl402/6.2.3.js which tests via Intl.getCanonicalLocales
-
Leo Balter authored
Add messages to asserts and use mixed quotes instead of escapes
-
Leo Balter authored
-