- Oct 17, 2018
-
-
Mathias Bynens authored
This applies the fix from #1821 to the remaining frontmatter properties that consist of lists. Ref. https://github.com/tc39/test262/pull/1821/files#r222811633. Ref. #1817.
-
- Oct 04, 2018
-
-
Rick Waldron authored
-
- Feb 09, 2018
-
-
jugglinmike authored
-
- May 04, 2017
-
-
André Bargull authored
-
- Mar 04, 2017
-
-
Mike Pennisi authored
In order to promote readability of the generated test material, the test generation tool may insert whitespace if the context a given expanded variable calls for it. Avoid inserting such whitespace within literal values that span multiple lines.
-
- Oct 19, 2016
-
-
Mike Pennisi authored
Extend the test generation tool to emit the recently-modified format of the "negative" meta-data. Update the effected test case files accordingly.
-
- Apr 26, 2016
-
-
Mike Pennisi authored
-
Mike Pennisi authored
-
Mike Pennisi authored
-
- Apr 25, 2016
-
-
jugglinmike authored
When inspecting previously-generated files, a new `Test` instance should be used. This avoids over-writing the in-memory representation of the latest test, and allows previously-existing test files to be partially updated according to subsequent changes in their respective source/case files.
-
- Apr 18, 2016
-
-
Mike Pennisi authored
In expecting "case directories" to contain a sub-directory named "default", the test generation tool is unable to generate tests for features where a directory named "default" is not appropriate. Modify the heuristic that identifies "case directories" to use a more fundamental aspect (i.e. the existence of at least one "case" file).
-
Mike Pennisi authored
Extend test generation tool to recognize and expand interpolation patterns within string literals.
-
- Mar 16, 2016
-
-
Mike Pennisi authored
-