Skip to content
Snippets Groups Projects
  1. Jun 24, 2015
  2. Jun 03, 2015
    • 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
    • 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
  3. Feb 17, 2015
  4. Feb 16, 2015
  5. Aug 25, 2014
    • Sam Mikes's avatar
      document `timeout` and clean up · 5b8879b9
      Sam Mikes authored
      CONTRIBUTING.md
      - document `timeout` tag
      - reorder tags in frontmatter doc
      - minor cleanups
      - minor fixes
      - add style note
      - reformat flags
      - remove discussion of obsolete $INCLUDE
      - incorporate line notes from @domenic
      - integrate additional comments
      - add links back, move arg notes down
      - Raise outline level by one
      
      README.md
      - link to CONTRIBUTING
      5b8879b9
  6. Jul 31, 2014
    • smikes's avatar
      CONTRIBUTING.md: minor fixes · 240635c9
      smikes authored
      Minor fixes: typos, formatting, verb tense&agreement
      Add example of short-list `includes: []` and long-list `includes: \n - \n -`
      240635c9
    • Sam Mikes's avatar
      CONTRIBUTING: more notes on test writing · 23ef85c9
      Sam Mikes authored
      Add section on test environment
      Add section on custom helpers
      describe YAML frontmatter
      Fix minor formatting errors
      document $INCLUDE as obsolete
      Change documentation of negative error
      Move test environment and custom helpers down
      indent copyright and frontmatter sections
      better description of the async calls between a promise
      and the functions in its `.then`
      Correct Early Error example: don't throw a string
      
      CONSOLE-RUNNER: split runner doc into new file
      add troubleshooting section
      23ef85c9
  7. Jul 23, 2014
    • smikes's avatar
      CONTRIBUTING: add notes on async · 99706a27
      smikes authored
      add a table showing which print handle to use when
      running async tests through test262.py runner
      
      @anba contributed information about async tests in
      SpiderMonkey and JavaScriptCore
      99706a27
  8. Jul 21, 2014
  9. Jul 10, 2014
Loading