- 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
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
- May 18, 2016
-
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
- May 17, 2016
-
-
jugglinmike authored
Because implementations are free to select any valid NaN value during GetValueFromBuffer, tests concerning semantics for consistent NaN value encoding cannot rely on values returned from that abstract operation. Update the test for `%TypedArray%.prototype.map` to set the same NaN values via `map` as set in the "control" array.
-
- May 16, 2016
-
-
jugglinmike authored
-
jugglinmike authored
Extend tests for the `escape` and `unescape` built-ins to assert their behavior. Rely on the latest ECMAScript draft, which specifies that `escape` returns hexadecimal codes in upper case.
-
Leonardo Balter authored
-
- May 12, 2016
-
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-