- May 25, 2016
-
-
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
-
jugglinmike authored
Ensure that NaN values are canonicalized consistently by all invocations of SetValueInBuffer. Also ensure that `%TypedArray%.prototype.set` and `%TypedArray%.prototype.slice` preserve the bit-level encoding of the source data. Use a set of experimentally-derived expressions known to produce NaN values with distinct bit patterns in various platforms.
-
- May 11, 2016
-
-
Mike Pennisi authored
-
Mike Pennisi authored
-
Mike Pennisi authored
Introduce a test that asserts the equality of `Date.prototype.toGMTString` and `Date.prototype.toUTCString`, rendering further tests for the former's behavior unnecessary.
-
Leo Balter authored
Add tests for destructuring binding (procedurally generated)
-
- May 10, 2016
-
-
Mike Pennisi authored
-
Mike Pennisi authored
-
Mike Pennisi authored
Add test templates for destructuring binding as it occurs in previously-overlooked productions (various IterationStatements and the TryStatement).
-
Mike Pennisi authored
-
Mike Pennisi authored
-