- Oct 23, 2018
-
-
Mathias Bynens authored
-
Mathias Bynens authored
Closes #1634.
-
- Sep 26, 2018
-
-
Rick Waldron authored
-
- Sep 10, 2018
-
-
Leo Balter authored
-
- Jan 05, 2018
-
-
Mike Pennisi authored
Early errors may result from parsing the source text of a test file, but they may also result from parsing some other source text as referenced through the ES2015 module syntax. The latter form of early error is not necessarily detectable by ECMAScript parsers, however. Because of this, the label "early" is not sufficiently precise for all Test262 consumers to correctly interpret all tests. Update the "phase" name of "early" to "parse" for all those negative tests that describe errors resulting from parsing of the file's source text directly. A forthcoming commit will update the remaining tests to use a "phase" name that is more specific to module resolution.
-
- Oct 04, 2017
-
-
Leo Balter authored
* Add missing generators feature flags * Generate files * Add generators flags * fixup! Add generators flags
-
- Sep 08, 2017
-
-
Leo Balter authored
-
Leo Balter authored
-
- Aug 16, 2017
-
-
Rick Waldron authored
-
- Jun 28, 2017
-
-
Mike Pennisi authored
This pattern makes expectations more explicit by making test files more literal.
-
- Jun 23, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- May 19, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- May 15, 2017
-
-
Leo Balter authored
-
- May 11, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- May 10, 2017
-
-
Leo Balter authored
In browsers length is a valid property of window, so they would have a normal completion instead of a ReferenceError
-
- May 03, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- May 01, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- Apr 28, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- Apr 06, 2017
-
-
Daniel Ehrenberg authored
- Insert a missing .next() call - Avoid overlapping names used in test cases Case files like `src/dstr-binding/ary-ptrn-elem-ary-elision-init.case` are already setting bindings named `g`. Renaming them in the templates prevents overlapping names.
-
- Mar 27, 2017
-
-
Leo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
- Mar 06, 2017
-
-
Caio Lima authored
Closes #867 Ref #865
-
- 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.
-
- Jul 09, 2016
-
-
jugglinmike authored
* Extend tests for class "name" inference Ensure that when a class defines a static "name" method, that method definition prevents the "name" inference behavior. * Re-generate tests
-
- Jun 21, 2016
-
-
Mike Pennisi authored
-
- May 10, 2016
-
-
Mike Pennisi authored
-
Mike Pennisi authored
Add test templates for destructuring binding as it occurs in previously-overlooked productions (various IterationStatements and the TryStatement).
-
Mike Pennisi authored
-
Mike Pennisi authored
-
Mike Pennisi authored
-
- Mar 16, 2016
-
-
Mike Pennisi authored
-