- Apr 06, 2017
-
-
Rick Waldron authored
templates for yield star flow
-
Rick Waldron authored
Add cases for abrupt completions in yield* in async generator - next
-
Rick Waldron authored
Add async generator error templates for destructuring binding
-
Rick Waldron authored
Add async generator templates for destructing binding
-
- Mar 29, 2017
-
-
Doug Ilijev authored
Add escape-above-astral.js to cover escaping code units as encoded from extended unicode escape. (#942)
-
- Mar 28, 2017
-
-
Leo Balter authored
-
Leo Balter authored
Closes #883
-
- Mar 27, 2017
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
* Tests for throwing a TypeError in the TypedArray constructor on a detached buffer Detached buffer causes an exception - If it's already detached going into the constructor - If the byteOffset coercion causes it to be detached Tests are valid in ES2017 * Test that TypedArray constructor throws when detaching buffer in length calculation This test is only valid with the PR in https://github.com/tc39/ecma262/pull/852 * Rename files per review
-
littledan authored
In https://github.com/tc39/ecma262/pull/853 , standard semantics for this case are proposed. This patch tests the case.
-
littledan authored
The change is proposed in https://github.com/tc39/ecma262/pull/856 as a fix to https://github.com/tc39/ecma262/issues/855 Here, the ToNumber coercion is done only once, rather than on each iteration. It does not appear that there were previously any tests against repeated coercion for this parameter previously. Tested this test against V8, which failed, as V8 implements the current spec rather than the proposed one.
-
Leo Balter authored
Add async-gen templates for params in the test gen tool
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leo Balter authored
Add feature flags for tests on object rest spread
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
Add async generator templates
-
Leo Balter authored
-
Leo 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
-
Leo Balter authored
Fix case sensitive
-
Leo Balter authored
-
Leo Balter authored
-
- Mar 23, 2017
-
-
Daniel Ehrenberg authored
Closes #888 These tests are regression tests for V8 failures at top of tree, https://bugs.chromium.org/p/v8/issues/detail?id=6015 https://bugs.chromium.org/p/v8/issues/detail?id=6016 Neither issue is present in JSC or SpiderMonkey. They are fixed by the V8 patch https://codereview.chromium.org/2717613005
-
Doug Ilijev authored
-
- Mar 22, 2017
-
-
Brian Terlson authored
-
- Mar 21, 2017
-
-
Daniel Ehrenberg authored
-