- Jun 19, 2018
-
-
Rick Waldron authored
-
- May 20, 2018
-
-
Mike Pennisi authored
Previously, the error message generated by failed asynchronous tests was generic and underspecified. Improve the format and explicitly document it in project's interpreting guidelines.
-
- May 03, 2018
-
-
Rick Waldron authored
-
- Mar 09, 2018
-
-
mitchcurtis authored
-
- Jan 10, 2018
-
-
Rick Waldron authored
-
- Jan 05, 2018
-
-
Rick Waldron authored
-
Mike Pennisi authored
-
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.
-
- Dec 21, 2017
-
-
André Bargull authored
-
- Oct 19, 2017
-
-
Jeff Walden authored
Modify $262.uncallableAndIsHTMLDDA() to an optional $262.IsHTMLDDA (whose use must be guarded by a feature of the same name), and narrowly/correctly prescribe its requirements consistent with `document.all`'s behavior in HTML.
-
- Oct 17, 2017
-
-
Jeff Walden authored
Add tests for the case of <iterator>.return, as used in the iteration protocol, being an object that's uncallable and compares equal to `undefined`.
-
- Oct 02, 2017
-
-
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.
-
- Jun 28, 2017
-
-
Mike Pennisi authored
Previously, test consumers were encouraged to insert a `throw` statement as the first statement of tests for early errors. This recommendation made tests harder to consume, and as an optional transformation, consumers may have ignored it or simply been unaware it was made. By explicitly including such a `throw` statement, the tests become more literal, making them easier to consume and more transparent in their expectations. Document expectation for all tests for early errors to include an explicit `throw` statement. Extend linting script to verify that contributors are automatically notified of violations and to ensure that future contributions satisfy this expectation.
-
- Apr 27, 2017
-
-
Leo Balter authored
-
- Apr 20, 2017
-
-
Thomas Wood authored
References #875, #802
-
- Mar 06, 2017
-
-
jugglinmike authored
Resolves gh-885
-
- Mar 01, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- Feb 07, 2017
-
-
Shu-yu Guo authored
-
- Nov 22, 2016
-
-
jugglinmike authored
-
- Oct 19, 2016
-
-
Mike Pennisi authored
-
- Jun 21, 2016
-
-
jugglinmike authored
-
jugglinmike authored
Define the expected behavior of new host-defined utilities. These will facilitate forthcoming tests that concern cross-realm and cross-script semantics (which are currently untestable using standard ECMAScript alone).
-
- Apr 18, 2016
-
-
jugglinmike authored
The project's CONTRIBUTING.md was written with test authors in mind. It contains details on non-technical metadata (e.g. "author" and "es6id"), helper function usage, and preferred code structure. In addition, it elides certain low-level technical details on the requirements for the runtime environment. Introduce a new document targeted towards those executing the tests. Formalize all expectations regarding how the runtime environment should be defined, how metadata should be interpreted, and how results should be understood. This information has overlap with the CONTRIBUTING.md file, but it also contains details that are irrelevant to test authors. This document can serve as a more formal contract between Test262 and the implementors who consume it. This allows Test262 to unambiguously document future modifications to the formal requirements which in turn supports consumers who maintain their own test harnesses.
-