Skip to content
Snippets Groups Projects
  1. Jul 18, 2014
    • 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
  2. Jul 17, 2014
  3. Jul 16, 2014
  4. Jul 15, 2014
  5. Jul 10, 2014
  6. Jul 07, 2014
  7. Jul 03, 2014
  8. Feb 12, 2014
  9. Jan 31, 2014
  10. Jan 27, 2014
  11. Jan 26, 2014
  12. Jan 25, 2014
  13. 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
  14. Jun 10, 2013
  15. Jun 07, 2013
  16. Jun 05, 2013
  17. Jun 06, 2013
Loading