- Apr 01, 2019
-
-
Mike Pennisi authored
The tests for the parsing of the `with` statement 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 and instead express the expectations with literal source text. Rename the files to make each test's purpose more clear.
-
Mike Pennisi authored
These tests are syntactically equivalent to `test/language/statements/with/12.10.1-7-s.js` and may therefore be removed without degrading coverage. While `test/language/statements/with/12.10.1-9-s.js` differs slightly in the pattern used to enable strict mode, the relevant behavior of the "use strict" directive prologue is expressly tested via `test/language/directive-prologue/func-expr-inside-func-decl-parse.js`.
-
- Mar 26, 2019
-
-
Leo Balter authored
-
- Mar 25, 2019
-
-
Leo Balter authored
-
- Mar 21, 2019
-
-
Leo Balter authored
Transfer Travis jobs to CircleCI
-
- Mar 19, 2019
-
-
jugglinmike authored
-
Leo Balter authored
Refactor white space tests for parsers
-
Caio Lima authored
-
- Mar 17, 2019
-
-
Mike Pennisi authored
-
Mike Pennisi authored
-
- Mar 14, 2019
-
-
Leo Balter authored
Add missing feature tags
-
Leo Balter authored
* Add new tests to observe required leading line terminator Ref #2095
-
Leo Balter authored
-
- Mar 13, 2019
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
Fix #2049
-
Leo Balter authored
Test cases for async function and async generator edge-cases
-
- Mar 12, 2019
-
- Mar 11, 2019
-
-
André Bargull authored
-
André Bargull authored
Issue: tc39/ecma262#1461 PR: tc39/ecma262#1470
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
- Mar 06, 2019
-
-
André Bargull authored
-
- Feb 28, 2019
-
-
Leo Balter authored
Update parseTestRecord to support hashbang tests
-
André Bargull authored
-
André Bargull authored
-
- Feb 26, 2019
-
-
Leo Balter authored
Add lint check for leading empty lines in description and info blocks
-
- Feb 25, 2019
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
Fix #2034 Ref #1997
-
Leo Balter authored
-
Leo Balter authored
-
Michael Maier authored
-
- Feb 19, 2019
-
-
Robin Templeton authored
-
Andy Wingo authored
Spec link: https://tc39.github.io/proposal-bigint/#sec-serializejsonproperty Thanks to André Bargull for the test: https://bugzilla.mozilla.org/show_bug.cgi?id=1528784
-
- Feb 14, 2019
-
-
Frank Yung-Fong Tang authored
-