- Jun 16, 2015
-
-
Brian Terlson authored
Add tests for Proxy
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
- Jun 11, 2015
-
-
Brian Terlson authored
Use the more common array syntax for includes
-
Brian Terlson authored
Fix monkey yaml's handling of carriage return
-
- Jun 10, 2015
-
-
Erik Arvidsson authored
monkeyYaml didn't split lines correctly leading to \r in resulting values. Fixes #295
-
Tom Schuster authored
-
Brian Terlson authored
Insert omitted `negative` tag
-
- Jun 09, 2015
-
-
Brian Terlson authored
Remove `$FAIL` function
-
Mike Pennisi authored
This test exercises an early error, so it should be declared with the `negative` tag.
-
Mike Pennisi authored
This function is equivalent to `$ERROR` (which is automatically included in test environments). Remove the harness file that defines the function, remove references to the file from test `includes` lists, and update scripts to instead invoke the `$ERROR` function.
-
Brian Terlson authored
Fixed testing deletion of an environment object.
-
Brian Terlson authored
Remove remaining includes for `assert.js` helper
-
Brian Terlson authored
No need to include asserts.js
-
Mike Pennisi authored
-
Erik Arvidsson authored
-
Pieter van Ginkel authored
The previous description of the 11.4.1-4.a-5 test case implied that an environment object could not be deleted while inside a with. However, the actual test was to test whether the variable declaration could be deleted. The description has been updated to better reflect this.
-
- Jun 08, 2015
-
-
Brian Terlson authored
Add tests for early errors in module syntax
-
Brian Terlson authored
for..of additions
-
Brian Terlson authored
Generator test should specify generators feature.
-
- Jun 05, 2015
-
-
Pieter van Ginkel authored
-
- Jun 03, 2015
-
-
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.
-
Mike Pennisi authored
Introduce the `module` flag to unambiguously identify tests that are intended to be interpreted as module code.
-
Brian Terlson authored
Update contribution guidelines
-
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.
-
Brian Terlson authored
Add tests for destructuring assignment
-