- Oct 16, 2017
-
-
Zirak authored
See relevant firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1408452
-
Rick Waldron 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
-
-
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
-
- 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
-
Zibi Braniecki authored
-
Josh Wolfe authored
-
Josh Wolfe authored
-
- Oct 05, 2017
-
-
Valerie R Young authored
-
Doug Ilijev authored
-
- Oct 04, 2017
-
-
Leo Balter authored
Fix CONTRIBUTING.md description of the info frontmatter tag
-
Valerie R Young authored
-
Leo Balter authored
* Add missing generators feature flags * Generate files * Add generators flags * fixup! Add generators flags
-
Leo Balter authored
Update async iteration tests with respect to pending spec change
-
Josh Wolfe authored
-
Josh Wolfe authored
-
⭐caitp⭐ authored
-
Caitlin Potter authored
-
Caitlin Potter authored
Update behaviour based on changes from https://github.com/tc39/ecma262/pull/988. The actual spec change PR for async iteration is not yet uploaded. This does not include any changes to Async-from-Sync Iterator.
-
- Oct 03, 2017
-
-
Rick Waldron authored
-
Robin Templeton authored
* additional BigInt JSON tests * single quotes * BigInt stringify order of steps
-
Leo Balter authored
* Improve tests for BigInt.prototype.valueOf * fixup! Improve tests for BigInt.prototype.valueOf * fixup! Improve tests for BigInt.prototype.valueOf * fixup! Improve tests for BigInt.prototype.valueOf
-
Yusuke Suzuki authored
typeCoercion.js is included in several tests which are not marked as `features: [BigInt]`. Since BigInt is new feature, we should not make the above unrelated tests failed due to lack of BigInt syntax support. Close #1252.
-
- Oct 02, 2017
-
-
Robin Templeton authored
* BigInt valueOf tests * add features from typeCoercion.js
-
Zibi Braniecki authored
As per https://github.com/tc39/ecma402/pull/160 the formatToParts.length is set to 1.
-
Josh Wolfe authored
-
jugglinmike authored
Changes to the instructions for interpreting tests will likely produce new failures for consumers who are updating between revisions of Test262. Introduce a machine-readable convention for signaling substantive changes.
-
- Sep 27, 2017
-
-
⭐caitp⭐ authored
https://github.com/tc39/ecma262/pull/988 changes the iteration protocol such that the "next" method is only loaded from the iterator object once during the prologue of iteration, rather than during each step.
-
- Sep 26, 2017
-
-
Caio Lima authored
-
Leo Balter authored
-
Leo Balter authored
-
- Sep 25, 2017
-
-
Leo Balter authored
-
Daniel Ehrenberg authored
BigInt.asUintN tests
-