Skip to content
Snippets Groups Projects
  1. Oct 23, 2018
  2. Sep 26, 2018
  3. Sep 10, 2018
  4. 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
  5. Oct 04, 2017
  6. Sep 08, 2017
  7. Aug 16, 2017
  8. Jun 28, 2017
  9. Jun 23, 2017
  10. May 19, 2017
  11. May 15, 2017
  12. May 11, 2017
  13. May 10, 2017
  14. May 03, 2017
  15. May 01, 2017
  16. Apr 28, 2017
  17. Apr 06, 2017
    • Daniel Ehrenberg's avatar
      Fix async generator test templates · dcfcd17a
      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.
      Unverified
      dcfcd17a
  18. Mar 27, 2017
  19. Mar 06, 2017
  20. Oct 19, 2016
  21. Jul 09, 2016
  22. Jun 21, 2016
  23. May 10, 2016
  24. Mar 16, 2016
Loading