Skip to content
Snippets Groups Projects
  1. Dec 07, 2014
  2. Nov 10, 2014
    • smikes's avatar
      add tests for 24.4.4.1 - Promise.all · 26787ab0
      smikes authored
      add more tests of Promise.all
      
      additional Promise test
      
      add tests of Promise.prototype
      
      add some tests for Promise.race
      
      additional Promise tests
      
      add Promise.reject and Promise.resolve tests
      
      correct test description
      
      rename badly-named files
      
      use current license and minor style cleanup
      
      correct understanding of undefined as thisArgument
      
      incorporate line notes
      
      Is this enough to make a constructor in ES6?
      
      more accurate use of resolved,fulfilled etc.
      remove some redundant tests
      add new tests
      
      remove "constant array" unclear language
      
      better description
      
      Update S25.4.2.1_A3.2_T1.js
      
      address dangling ()
      
      changes per @anba line notes
       - if GetIterator is abrupt, the Promise.race / Promise.all should reject
       - if Promise.race is called with nonconforming constructor as 'this',
         TypeError should be thrown (cannot reject if exeption is thrown from
         NewPromiseCapability; no promise exists yet...)
      
      correct description of "this" testing in callbacks
      
      fix whitespace, formatting
      
      remove tab
      add "next-turn" checking to sequencers
      26787ab0
Loading