- Feb 05, 2016
-
-
Leonardo Balter authored
Fixes #435
-
- Feb 04, 2016
-
-
Mike Pennisi authored
Test262 defines tests for expression-producing syntactic forms within the `language/expressions/` directory. Most tests for object literals conform to this structure, but 12 such tests were added to the `language/object-literal/` directory. Move these tests to the canonical location for object literals.
-
- Feb 01, 2016
-
-
Mike Pennisi authored
ECMAScript 2015 introduced tail call optimization for function calls occuring in a number of positions in the grammar. Assert expected behavior by triggering a large (but configurable) number of recursive function calls in these positions. Compliant runtimes will execute such programs without error; non-compliant runtimes are expected to fail these tests by throwing an error or crashing when system resources are exhausted.
-
- Jan 29, 2016
-
-
Leonardo Balter authored
Fixes gh-482
-
- 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
-
-
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
-
-
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
-
-
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 15, 2016
-
-
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 13, 2016
-
-
Leonardo Balter authored
-
- 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
-