Skip to content
Snippets Groups Projects
  1. Jul 26, 2018
  2. May 20, 2018
    • Mike Pennisi's avatar
      Formalize asynchronous failure conditions · 51bbcf59
      Mike Pennisi authored
      Previously, the error message generated by failed asynchronous tests was
      generic and underspecified. Improve the format and explicitly document
      it in project's interpreting guidelines.
      51bbcf59
  3. Jul 14, 2017
  4. Apr 13, 2017
  5. Dec 07, 2014
  6. 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
  7. Jul 15, 2014
Loading