- Jan 29, 2016
-
-
Gorkem Yakin authored
-
Leonardo Balter authored
Fixes #477
-
Gorkem Yakin authored
Fix case sentitive error on test/built-ins/Object folder
-
Leonardo Balter authored
Fixes gh-482
-
- Jan 26, 2016
-
-
Gorkem Yakin authored
Tests for ES2015/2016 Completion Reform
-
- Jan 24, 2016
-
-
Leo Balter authored
Stop test262 from hanging Spidermonkey with an unimportant error message
-
- Jan 23, 2016
-
-
Tom Schuster authored
-
- Jan 22, 2016
-
-
Mike Pennisi authored
The ES2016 draft further refines the completion values for `if` and `with` statements. Two tests must be removed outright because the completion value in those cases is no longer accessible from the runtime.
-
Mike Pennisi authored
In order to facilitate proper tail calls, ES2015 modified the completion value of a number of statements. These tests use `eval` to verify the new values.
-
- Jan 21, 2016
-
-
Gorkem Yakin authored
Basic coverage for the %TypedArray% object
-
Leonardo Balter authored
Replace a ES2015 test where calling the TypedArray constructor with a floating number triggered a RangeError. Within the ES2016 specs, the same call will trigger a TypeError, as the result for `SameValue(NewTarget, here)` will be checked before.
-
Mike Pennisi authored
-
- Jan 20, 2016
-
-
Gorkem Yakin authored
Add tests for iterator expression in ForIn/Of head
-
Gorkem Yakin authored
-
Mike Pennisi authored
Remove files that tested both PerformPromiseThen and PromiseResolveFunction in favor of new tests that test PromiseResolveFunction more directly and completely.
-
- Jan 19, 2016
-
-
Gorkem Yakin authored
Update README.md
-
littledan authored
-
Mike Pennisi authored
Although the `for..in` statement allows Expressions to define the iterator, only an AssignmentExpression may occupy this position in the `for..of` statement.
-
- Jan 16, 2016
-
-
Gorkem Yakin authored
Improve Promise coverage: PerformPromiseAll & PeformPromiseRace
-
- Jan 15, 2016
-
-
Gorkem Yakin authored
Coverage for length and name function properties
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
Note: Already uses the updated DataView function lengths from tc39/ecma262#266 (ES2016 Draft 2015-12-20)
-
André Bargull authored
-
André Bargull authored
-
- 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
-