- Jan 14, 2016
-
-
Gorkem Yakin authored
Subclassing built-in objects
-
Gorkem Yakin authored
Improve Promise coverage: NewPromiseCapability
-
Gorkem Yakin authored
Improve Promise coverage: Promise Reject Function
-
Gorkem Yakin authored
Improve Promise coverage: Promise.prototype.then
-
Gorkem Yakin authored
Destructuring Binding - syntax and simple initialization
-
- Jan 13, 2016
-
-
Gorkem Yakin authored
Add tests for instanceof operator when prototype property is primitive or getter
-
Leonardo Balter authored
-
Gorkem Yakin authored
Object.{values,entries} tests
-
- Jan 12, 2016
-
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
- Jan 11, 2016
-
-
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
-
Leonardo Balter authored
-
- Jan 07, 2016
-
-
Mike Pennisi authored
-
Mike Pennisi authored
-
Mike Pennisi authored
Add tests that assert sequential job execution
-
Mike Pennisi authored
Update test metadata to accurately describe the more complete set of assertions.
-
Mike Pennisi authored
Because these tests concern the behavior of the PromiseReactionJob abstract operation itself, they should avoid assumptions about the correct implementation of that operation. Specifically: they should not rely on the behavior of abupt completions returned from "reaction handler" functions. Re-implement tests to express control flow expectations using the `$DONE` function only.
-
Mike Pennisi authored
By organizing files according to the structure of the specification, test coverage can be more methodically evaluated.
-
Mike Pennisi authored
Use names that describe the behavior (not the location in the specification) as per the current convention.
-
Mike Pennisi authored
These tests concern the behavior of PerformPromiseThen for settled Promises. That abstract operation behaves differently for pending promises, so the file naming scheme should reflect this distinction in order to support the future implementation of additional tests.
-
Mike Pennisi authored
-
- Dec 29, 2015
-
-
Leonardo Balter authored
-