- Jun 16, 2015
-
-
Brian Terlson authored
Fix tautological pattern in tests
-
Mike Pennisi authored
In neglecting to assert the type of error thrown (or that any error was thrown at all), these tests cannot fail. Refactor the tests to use the `assert.throws` helper method, which takes these details into consideration.
-
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
-