- 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
-
jugglinmike authored
-
jugglinmike authored
- Add tests for abrupt completion handling from ToString operations - Add tests for method property descriptors - Remove redundant assertion
-
- May 19, 2016
-
-
Leo Balter authored
Add tests for the spread operator (procedurally generated)
-
Mike Pennisi authored
-
Mike Pennisi authored
In order to increase the clarity of generated output, select a name for the test case variable that is not also used by a test template.
-
Mike Pennisi authored
-
Mike Pennisi authored
-
jugglinmike authored
-
jugglinmike authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-