- Feb 08, 2018
-
-
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
-
Leo Balter authored
Refactor function literal tests for parsers
-
- 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.
-
Mike Pennisi authored
-
- Feb 01, 2018
-
-
André Bargull authored
-
- Jan 31, 2018
-
- Jan 30, 2018
-
-
André Bargull authored
-
- Jan 29, 2018
-
-
Zirak authored
-
- Jan 25, 2018
-
-
Mathias Bynens authored
This patch fixes a typo (`\FEFF` → `\uFEFF`) and adds some missing whitespace symbols as a follow-up to https://github.com/tc39/test262/pull/1246.
-
Rick Waldron authored
-
Rick Waldron authored
-
Rick Waldron authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
André Bargull authored
-
Robin Templeton authored
-
Mike Pennisi authored
A number of tests for the parsing of object initializers 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.
-
Josh Wolfe authored
-
Josh Wolfe authored
-