Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 21, 2014
    • Sam Mikes's avatar
      test262.py: only include helper scripts when needed · d4a3479a
      Sam Mikes authored
      test262.py: only supply async helper scripts when test is async
      sth.js: factor out function isAsyncTest()
      timer.js: improve workaround for async tests when Promise is defined but setTimeout is noot
      
      timer.js emulates setTimeout using Promise by doing a busy loop that checks
      if `timeout` milliseconds have elapsed.  Modified check to (timeLeft > 0) instead
      of (!timeLeft) to prevent infinite loop when check does not happen to run
      at precise millisecond timeout expires.
      
      Because test262.py did not support the $INCLUDE directive, some helper
      scripts were added to every test -- notably testIntl, timer, and donePrintHandle
      Now that $INCLUDE is supported, these can be dropped, speeding overall test run time
      d4a3479a
  3. Jul 18, 2014
    • smikes's avatar
      packager: make packager runnable · 7032af4d
      smikes authored
      packager.py cannot run due to syntax errors in a few script files
      
      packagerConfig: use git instead of hg
      test262: use pop instead of delete to avoid throw if property missing
      S22.1.2.1_T*: fix docString header comment: s/b /**
      S22.1.2.1_T3: fix docString header comment: s/b /**, fix end of docstring * / => */
      7032af4d
    • Sam Mikes's avatar
      async,promises: initial tests of Promises · 7e07cc13
      Sam Mikes authored
      doneprintHandle.js: make $DONE accept any falsy argument as meaning 'pass'
      PromiseHelper.js: checkSequence: new helper fn for async tests
      .gitignore: port .hgignore to .gitignore syntax
      test262.py: support $INCLUDE directive in python test runner
      
      S25.4.4.1*: tests to cover Section 25.4.4.1, Promise.all( iterable )
      A1.1: Promise.all is callable
      A1.2: Promise.all expects 1 argument
      A2.1: Promise.all([]) is a Promise
      A2.2: Promise.all([]) is resolved immediately
      A2.3: Promise.all([]) is resolved with a new empty array
      A3.1: Promise.all expects an iterable argument
      7e07cc13
  4. Jul 15, 2014
  5. Mar 02, 2014
  6. Jun 10, 2013
  7. May 10, 2013
  8. Aug 27, 2012
  9. Sep 30, 2011
  10. Sep 23, 2011
  11. Sep 14, 2011
  12. Sep 12, 2011
  13. Sep 11, 2011
Loading