Skip to content
Snippets Groups Projects
  1. Jun 03, 2015
    • Mike Pennisi's avatar
      Update contribution guidelines · 4e4ea114
      Mike Pennisi authored
      - Remove trailing white space
      - Streamline documentation of test tags
      - Do not reference obsolete tags
      - Document `features` frontmatter tag
      - Document `es6id` frontmatter tag
      - Omit unnecessary detail about test262 website generation. This is not
        directly useful to potential test contributors. Implementation details
        like these can be taken for granted by that audience.
      - Remove documentation on YAML syntax. Details on YAML may be helpful
        for some new contributors, but this document should not attempt to
        cover the topic (especially not from the description of a specific
        frontmatter entry). Replace with a link to a more comprehensive source
        as this will be more generally useful to those who need it (and less
        obtrusive for those who do not).
      - Consolidate information on test helpers
      - Document `assert` helpers
      - Update instructions for asserting errors. Since the introduction of
        `assert.throws` in gh-22, the preferred means of expressing
        expectations regarding errors has changed. Update the CONTRIBUTING.md
        file to reflect the latest approach. Explain purpose of `throw
        NotEarlyError;` in example test.
      - Re-order information on file names. The inconsistency in the project's
        file names should not go unmentioned, but neither should it not
        preceed instructions for the accepted approach to namine tests.
      - More clearly document required frontmatter tags. Explicitly list
        `description` as a required frontmatter tag, implicitly identifying
        all other tags as optional.
      4e4ea114
    • Brian Terlson's avatar
      Merge pull request #287 from bocoup/generator-prototype · 23b997dc
      Brian Terlson authored
      Extend coverage for GeneratorPrototype methods
      23b997dc
    • Brian Terlson's avatar
      Merge pull request #285 from anba/for-in-undefined · 3b6953a3
      Brian Terlson authored
      Additional tests with incorrect for-in context
      3b6953a3
    • Brian Terlson's avatar
      Merge pull request #284 from bocoup/iteration-restructuring · 546e5948
      Brian Terlson authored
      Iteration restructuring
      546e5948
    • Brian Terlson's avatar
      Merge pull request #274 from anba/arguments-nonconfigurable · afb994a4
      Brian Terlson authored
      MOP operations on non-configurable arguments-object property
      afb994a4
    • Brian Terlson's avatar
      Merge pull request #275 from anba/increment-reference · f41d1088
      Brian Terlson authored
      Increment/Decrement with property accessor expression
      f41d1088
    • Brian Terlson's avatar
      Merge pull request #273 from anba/assignment-reference · b3e9752b
      Brian Terlson authored
      Assignment with left-hand side property accessor
      b3e9752b
  2. Jun 02, 2015
  3. May 26, 2015
  4. May 25, 2015
  5. May 24, 2015
  6. May 22, 2015
  7. May 20, 2015
  8. May 19, 2015
    • Rick Waldron's avatar
      Merge pull request #241 from bocoup/set · bf3989be
      Rick Waldron authored
      23.2 Set Objects
      bf3989be
    • Rick Waldron's avatar
      23.2 Set Objects · 6b358545
      Rick Waldron authored
      commit c56030aea7b3e43f46dbbc2b52859ca275cff226
      Author: Rick Waldron <waldron.rick@gmail.com>
      Date:   Thu Apr 30 15:17:44 2015 -0400
      
          Fix nits
      
      commit 9b341022a9fd5a295ce85b630886dae10e10b653
      Author: Rick Waldron <waldron.rick@gmail.com>
      Date:   Tue Apr 28 13:52:04 2015 -0400
      
          Wrap expected construct failure in assert.throws
      
      commit 9ef7e1c0499a99b15c64bb480dbfa41433cf9804
      Author: Mike Pennisi <mike@mikepennisi.com>
      Date:   Fri Apr 24 13:46:02 2015 -0400
      
          Introduce addition tests for the Set constructor
      
      commit bd54cccf4a599c123fae5c97782f5562cd9da8a0
      Author: Rick Waldron <waldron.rick@gmail.com>
      Date:   Fri Apr 24 15:11:19 2015 -0400
      
          23.2 Set Objects, additions
      
      commit 970e2ca95879161a8bb124ec712f7333fdea6798
      Author: Rick Waldron <waldron.rick@gmail.com>
      Date:   Tue Apr 21 12:44:41 2015 -0400
      
          23.2 Set Objects
      6b358545
    • André Bargull's avatar
      Split in multiple files · af1ef75f
      André Bargull authored
      af1ef75f
    • André Bargull's avatar
      Increment/Decrement with property accessor expression · c1e1c56d
      André Bargull authored
      The increment/decrement operator evaluates its operand expression once. When
      the operand expression is a property accessor, RequireObjectCoercible
      and ToPropertyKey are called on the property accessor in the correct order.
      c1e1c56d
  9. May 18, 2015
    • Brian Terlson's avatar
      Merge pull request #272 from anba/no-strict-tests · cd538694
      Brian Terlson authored
      Enable strict mode for more built-in tests
      cd538694
    • Brian Terlson's avatar
      Merge pull request #271 from bterlson/better-negative-length · cc2278cb
      Brian Terlson authored
      Use a very negative number so ES5 implementations don't loop forever
      cc2278cb
    • André Bargull's avatar
      MOP operations on non-configurable arguments-object property · cd382962
      André Bargull authored
      Mapped arguments property is changed to non-configurable. Check
      arguments mapping works correctly when applying various MOP
      methods.
      cd382962
    • André Bargull's avatar
      Assignment with left-hand side property accessor · c5e18d56
      André Bargull authored
      The assignment operator evaluates its operands from left to right. When
      the left-hand side expression is a property accessor, RequireObjectCoercible
      and ToPropertyKey are called on the property accessor before the right-hand
      side expression is evaluated.
      c5e18d56
    • André Bargull's avatar
      Enable strict mode for more built-in tests · 56036e40
      André Bargull authored
      - Remove no longer needed noStrict flags.
      - Change tests to use propertyHelper.js for strict mode compatibility.
      - Add tests for return value of `delete` operator, e.g. `delete Array.prototype === false`.
      - Add non-writable tests for global NaN property.
      - Split some tests to run in strict mode.
      - Change tests with global `var length` declaration to use a different variable name for browser environments.
      - Merge duplicated tests symbol-data-property-configurable-non-strict and symbol-data-property-configurable-strict.
      - Merge duplicated tests symbol-data-property-writable-non-strict and symbol-data-property-writable-strict.
      - (And a small change in propertyHelper to reduce code duplication in function call.)
      56036e40
  10. May 16, 2015
  11. May 15, 2015
Loading