Skip to content
Snippets Groups Projects
  1. Jun 16, 2015
  2. Jun 11, 2015
  3. Jun 10, 2015
  4. Jun 09, 2015
  5. Jun 08, 2015
  6. Jun 05, 2015
  7. Jun 03, 2015
    • Pieter van Ginkel's avatar
      Fixed testing deletion of an environment object. · 943face2
      Pieter van Ginkel authored
      Test 11.4.1-4.a-5 states that it verifies that an environment object cannot be deleted. However, this was giving a false positive. It was actually testing where a "var" declaration on an environment object cannot be deleted (there are other tests for this). This test case fails on Chrome 43, Firefox 38 and Internet Explorer 11.
      943face2
    • Mike Pennisi's avatar
      Add tests for early errors in module syntax · b8b46231
      Mike Pennisi authored
      Introduce the `module` flag to unambiguously identify tests that are
      intended to be interpreted as module code.
      b8b46231
    • Brian Terlson's avatar
      Merge pull request #289 from bocoup/contributing-md · 21b739f1
      Brian Terlson authored
      Update contribution guidelines
      21b739f1
    • 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 #267 from bocoup/destructuring-assignment · 991817bb
      Brian Terlson authored
      Add tests for destructuring assignment
      991817bb
Loading