Skip to content
Snippets Groups Projects
  1. Dec 09, 2014
  2. Dec 07, 2014
  3. Dec 05, 2014
  4. Dec 02, 2014
  5. Dec 01, 2014
  6. Nov 19, 2014
    • Brian Terlson's avatar
      Remove "best practice" tests · bbeafbd3
      Brian Terlson authored
      Sbp_A1_T1 to Sbp_A5_T2, Sbp_12, Sbp_7*: Functions are now valid in blocks, tests syntactically invalid anyway
      Sbp_A10_T1 to Sbp_A10_T2: Tests are broken
      bbeafbd3
  7. Nov 12, 2014
  8. Nov 11, 2014
  9. 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
  10. Oct 24, 2014
  11. Oct 15, 2014
  12. Aug 28, 2014
    • Sam Mikes's avatar
      provide fallback parser if YAML not installed · 4f9cec2f
      Sam Mikes authored
      parseTestRecord.py:
      - recover from ImportError when YAML not defined
      - use monkeyYaml as backup
      
      monkeyYaml.py:
      - parser for subset of YAML used in test262 frontmatter
      
      test_monkeyYaml.py:
      - unit tests
      4f9cec2f
  13. Aug 25, 2014
Loading