Skip to content
Snippets Groups Projects
  1. Feb 14, 2019
  2. Nov 07, 2018
    • Mike Pennisi's avatar
      Correct tests for line terminators within comments · 41110ab0
      Mike Pennisi authored
      Four tests were documented as asserting the interpretation of line
      terminators within multi-line comments, but the source code did not
      actually demonstrate this condition.
      
      Introduce new tests that demonstrate the intended functionality and
      place them in the correct directory.
      41110ab0
  3. Oct 26, 2018
  4. Oct 23, 2018
  5. Jan 25, 2018
  6. Jan 10, 2018
  7. Jan 05, 2018
    • Mike Pennisi's avatar
      Rename negative test "phase" for parsing · 13611037
      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.
      13611037
    • Rick Waldron's avatar
      Frontmatter: fixup "info: >" to "info: |" · 92a26219
      Rick Waldron authored
      92a26219
  8. Sep 26, 2017
  9. Sep 25, 2017
  10. Jun 28, 2017
  11. Oct 19, 2016
    • Mike Pennisi's avatar
      Re-format tests for SyntaxErrors · 7d4b1d28
      Mike Pennisi authored
      Authored via the following command:
      
         $ find test -type f -print0 | \
             xargs -0 sed \
               -i 's/^\(\s*\)negative:\s*SyntaxError\s*$/\1negative:\n\1  phase: early\n\1  type: SyntaxError/g'
      7d4b1d28
  12. Jul 06, 2016
  13. May 09, 2016
  14. Dec 07, 2014
Loading