- Jun 21, 2016
-
-
Mike Pennisi authored
-
Mike Pennisi authored
Ensure that when HasBinding of an Object environment record returns an abrupt completion, that same completion is returned to the runtime. Update the meta-data of related tests for consistency with this new test.
-
jugglinmike authored
Define the expected behavior of new host-defined utilities. These will facilitate forthcoming tests that concern cross-realm and cross-script semantics (which are currently untestable using standard ECMAScript alone).
-
- Jun 20, 2016
-
-
Leonardo Balter authored
Due to specs approximation values, some tests are invalid as the harness helpers rely on another approximated values as Math.LN2.
-
- Jun 15, 2016
-
-
Leonardo Balter authored
-
Leonardo Balter authored
-
- Jun 14, 2016
-
-
Leo Balter authored
Improve coverage for "spread" operator
-
- Jun 13, 2016
-
-
Leonardo Balter authored
Ref tc39/ecma262#410
-
- Jun 11, 2016
-
-
Mike Pennisi authored
-
Mike Pennisi authored
The operand of the spread operator may be an AssignmentExpression. Add test cases which demonstrate this.
-
Mike Pennisi authored
Formulate templates for the SpreadElement in an array initializer in order to conform to existing pattern.
-
- Jun 10, 2016
-
-
jugglinmike authored
The latest revision of ECMA262 makes special provisions for classes which extend the `null` value [1]. Update the relevant tests accordingly. [1] https://github.com/tc39/ecma262/issues/543
-
jugglinmike authored
-
jugglinmike authored
-
- Jun 08, 2016
-
-
jugglinmike authored
-
jugglinmike authored
These semantics are currently contested, but the test reflects the intended behavior of the latest version of the specification.
-
- Jun 07, 2016
-
-
Zibi Braniecki authored
-
- Jun 03, 2016
-
-
jugglinmike authored
Ensure that all bytes of newly-created Data Block are initialized to zero.
-
jugglinmike authored
Occurs that when a PutValue or GetValue operation is applied to a property reference with a primitive base, the base is first coerced to an Object.
-
- Jun 01, 2016
-
-
Leonardo Balter authored
-
Leo Balter authored
Re-format destructuring assignment tests
-
- May 31, 2016
-
-
jugglinmike authored
-
Leo Balter authored
Add tests for Annex B "function in block" semantics (procedurally generated)
-
- May 30, 2016
-
-
jugglinmike authored
-
jugglinmike authored
-
Leo Balter authored
Add tests for Lexical Environment management
-
- May 27, 2016
-
-
Leonardo Balter authored
-
- May 25, 2016
-
-
Mike Pennisi authored
-
Mike Pennisi authored
Utilize the test generation tool to increase coverage of destructuring assignment semantics. Previously, only destructuring assignment in the AssignmentExpression position was tested. With this change applied, the same tests will assert expected behavior for destructuring assignment in `for..of` statements, as well. A limited number of tests are applied to the `for..in` statement as well, but due to the iteration protocol observed by that statement, many destructuring tests are not relevant, and others cannot be automatically generated from this format.
-
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
Update testTypedArrayConversions to require byteConversionValues
-
- May 20, 2016
-
-
Leo Balter authored
Add tests for Annex B extns to Date.prototype
-