Skip to content
Snippets Groups Projects
  1. Nov 22, 2016
  2. Nov 21, 2016
  3. Nov 19, 2016
  4. Nov 17, 2016
  5. Nov 15, 2016
  6. Nov 11, 2016
  7. Oct 24, 2016
    • jugglinmike's avatar
      Improve coverage for YieldExpression (#681) · c9569a7e
      jugglinmike authored
      * Re-organize coverage for YieldExpression
      
      * Extend test coverge for YieldExpression
      
      * fixup! Extend test coverge for YieldExpression
      
      Remove unused variables
      c9569a7e
    • jugglinmike's avatar
      Update for new `eval` restrictions on `super` (#781) · 720c3cc8
      jugglinmike authored
      A recent change to the specification [1] introduces parse-time errors
      for certain usages of `super` within eval code. Modify all tests that
      are affected by this change:
      
      - Update the test bodies to accurately enforce the new semantics
      - Rename files to better reflect the section of the specification that
        they enforce
      - Update test meta-data
        - Change the `esid` meta-data to reflect the location of the relevant
          specification text
        - Remove the `es6id` meta-data as the behavior is no longer relatable
          to that specification
        - Introduce the `features` meta-data in cases where the test file's
          new location no longer reflects all required language features
      
      [1] "Normative: Clarify rules around super inside eval"
          https://github.com/tc39/ecma262/pull/685
      720c3cc8
    • jugglinmike's avatar
      Add tests for realm interactions (#688) · 71e573f7
      jugglinmike authored
      * Add tests for prototype realm inference
      
      * Add tests for miscellaneous realm concerns
      
      * Add tests for realm of spec-created Errors
      
      In some cases, Error objects produced by the specification are
      observable from ECMAScript code. Among these cases, some are further
      differentiated in that they occur outside of any built-in function and
      may be triggered through syntactic production directly. The current
      realm record is commonly interpreted incorrectly under these
      circumstances.
      
      Add tests asserting that the expected realm record is used when
      constructing such Error objects.
      
      * Add tests for realm use in ArraySpeciesCreate
      
      * Add tests for function realm retrieval
      
      * Add tests for cross-realm behaviors of Symbols
      
      * Add tests for GetValue and PutValue
      
      * Add tests for realm of spec-created Arrays
      
      In some cases, Arrays produced by CreateArrayFromList are observable
      from ECMAScript code. Among these cases, two occur outside of any
      built-in function and may be triggered through syntactic production
      directly. The current realm record is commonly interpreted incorrectly
      under these circumstances.
      
      Add tests asserting that the expected realm record is used when
      constructing arrays.
      
      * Add test for spec-created object
      
      * fixup! Add tests for realm of spec-created Errors
      
      * fixup! Add tests for realm of spec-created Errors
      
      * fixup! Add tests for prototype realm inference
      
      * fixup! Add tests for miscellaneous realm concerns
      71e573f7
  8. Oct 20, 2016
  9. Oct 19, 2016
  10. Oct 18, 2016
  11. Oct 14, 2016
  12. Oct 07, 2016
  13. Oct 05, 2016
  14. Oct 03, 2016
  15. Sep 30, 2016
    • Istvan SEBESTYEN's avatar
      Add files via upload · 19a4278e
      Istvan SEBESTYEN authored
      This is draft Ecma TR/104 2nd Edition, to be approved by TC39, and the Ecma General Assembly in december 2016.
      19a4278e
  16. Sep 29, 2016
  17. Sep 28, 2016
  18. Sep 27, 2016
  19. Sep 12, 2016
Loading