Skip to content
Snippets Groups Projects
  1. Jun 26, 2015
    • Mike Pennisi's avatar
      Move website scripts to a dedicated directory · b974c137
      Mike Pennisi authored
      Some JavaScript source files are only relevant in the context of the
      Test262 website. They should not be explicitly included by individual
      tests, so their presence in the `harness/` directory alongside "include"
      files is misleading.
      
      Move the scripts to a location within the `website/` directory to
      better-reflect their intended use. Update the relevant HTML templates
      with the new locations.
      b974c137
  2. Dec 09, 2014
  3. Jul 30, 2014
    • Sam Mikes's avatar
      tools, harness: support new YAML frontmatter · c33bf0e0
      Sam Mikes authored
      parseTestRecord: add support for YAML frontmatter
      parseTestRecord: initial unit test for test record parser
      parseTestRecord: refactor for testing
      
      factor old parsing; add YAML parsing
      
      runner: support "includes" from YAML frontmatter
      
      support frontmatter "includes" in python runner
      use test.includes if present instead of scanning test code with regex
      
      harness: factor individual functions out into files
      
      tools: handle YAML errors
      
      tolerate missing keys in dictionary (flags, includes)
      report filename when empty frontmatter block
      new option --list-includes to test262.py
      
      harness: factor helper functions into separate files
      
      sth: remove extra close-paren (syntax error)
      
      test_common: TDD; failing parse of YAML
      
      common: use parseTestRecord (YAML-aware)
      c33bf0e0
  4. Jun 14, 2014
  5. Jun 13, 2013
    • Brent Baker's avatar
      Bug 1128: use Date.prototype.getFullYear() in S15.2.2.1_A2_T5 · ada9da5a
      Brent Baker authored
      Bug 1131: use String.prototype.charAt() in 15.12.3-11-26
      
      Both of these changes were accidentaly dropped when I regenerated patches for these bugs. I have grepped the testsuite to ensure that the annexB functions only appear in the annexB section of the testsuite.
      
      NOTE: Also regenerated the website based on this change. (Still waiting for permission to actually update the live website)
      ada9da5a
  6. Jun 07, 2013
  7. Apr 30, 2013
  8. Mar 25, 2013
  9. Feb 08, 2013
  10. Dec 18, 2012
  11. Nov 05, 2012
  12. Oct 05, 2012
  13. Aug 09, 2012
  14. Sep 12, 2012
  15. Sep 10, 2012
  16. Aug 27, 2012
  17. Aug 23, 2012
  18. Aug 09, 2012
  19. Aug 08, 2012
  20. Jul 18, 2012
  21. Jun 12, 2012
  22. May 18, 2012
  23. May 17, 2012
  24. May 12, 2012
  25. Apr 16, 2012
  26. Mar 28, 2012
  27. Mar 27, 2012
  28. Mar 26, 2012
  29. Mar 09, 2012
Loading