Skip to content
Snippets Groups Projects
  1. Dec 03, 2017
    • Mike Pennisi's avatar
      Install linter dependencies in CI · 670a525f
      Mike Pennisi authored
      Ensure that the linter's Python dependencies are satisfied in the
      continuous integration environment.
      
      Note that this is not currently necessary but only because the linter's
      dependencies happen to align with those of the test generation tool. The
      dependencies of the two tool should be satisfied explicitly in order to
      promote isolation.
      670a525f
  2. Dec 01, 2017
  3. Nov 28, 2017
  4. Nov 27, 2017
  5. Nov 21, 2017
  6. Nov 20, 2017
  7. Nov 17, 2017
  8. Nov 15, 2017
    • Leo Balter's avatar
      Generate tests · 5b7b007a
      Leo Balter authored
      Unverified
      5b7b007a
    • Leo Balter's avatar
      Add more tests for class fields · 28a2495c
      Leo Balter authored
      - Add tests for multiple public fields of the same name
      - Reorganize fields default templates
      - Add more tests for redeclaration of fields
      - Remove non used template
      - Add tests for computed property names in class fields definitions
      - Minor test fixes
      
      Thanks @andresaraujo for helping with the early review
      Unverified
      28a2495c
  9. Nov 10, 2017
    • Leo Balter's avatar
      Fix bugs reported in #1338 (#1339) · 076ecc38
      Leo Balter authored
      * Accessing `ta[0]` throws a TypeError.
      
      * Fix array indices starting at 0 and property references
      
      * Fix classfields templates for properly checking static propnames.
      
      * Generate tests
      
      * `assert.equal` is not defined
      
      * Add missing includes
      
      * Generate tests
      
      * typo s/Avalue/42/
      
      * fix whitespace
      
      * Add missing var for strict mode
      
      * Expand generated class fields tests for forbidden computed property name values
      
      Ref https://github.com/tc39/test262/pull/1339#issuecomment-342830243
      
      * derived classes have access to private names in base classes, if private names are in scope
      Unverified
      076ecc38
  10. Nov 06, 2017
  11. Nov 03, 2017
  12. Nov 01, 2017
Loading