- Apr 06, 2017
-
-
Leo Balter authored
-
Leo Balter authored
-
Shu-yu Guo authored
-
Leo Balter authored
[rebased] Update tests to match latests drafts
-
Leo Balter authored
-
André Bargull authored
Tests doesn't use async functionality and don't call $DONE, so remove "async" flag: - src/params/error/async-gen-named-func-expr.template - test/language/expressions/async-generator/params-named-dflt-abrupt.js - test/language/expressions/async-generator/params-named-dflt-ref-later.js - test/language/expressions/async-generator/params-named-dflt-ref-self.js Intl.PluralRules.prototype is no longer a Intl.Prototype instance: - test/intl402/PluralRules/prototype/prototype.js Intl.PluralRules throws an error when called as a function: - test/intl402/PluralRules/undefined-newtarget-throws.js Module namespace objects call OrdinaryDelete for symbol properties: - test/language/module-code/namespace/internals/delete-non-exported.js Async generators no longer retrieves "done" property twice: - src/async-generators/yield-star-async-next.case - src/async-generators/yield-star-async-return.case - src/async-generators/yield-star-async-throw.case Minor units of CLF is 4, so we need to test with maximumFractionDigits=3 to get an error: - test/intl402/NumberFormat/dft-currency-mnfd-range-check-mxfd.js DateTimeFormat.prototype.formatToParts length property was changed from 0 to 1: - test/intl402/DateTimeFormat/prototype/formatToParts/length.js minimumSignificantDigits and maximumSignificantDigits properties are only retrieved once: - test/intl402/NumberFormat/11.1.1_32.js
-
Leo Balter authored
Closes #948
-
Leo Balter authored
-
Leo Balter authored
Fixes for gh-755, per reviews
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Daniel Ehrenberg authored
-
Daniel Ehrenberg authored
Bug was reported by @anba at https://github.com/tc39/ecma262/pull/852#issuecomment-291781031 Without this change, you'd expect a RangeError rather than a TypeError.
-
Choongwoo Han authored
-
Leo Balter authored
Corrected typo in annexB templates exsting->existing
-
Rick Waldron authored
Test for the difference between toFixed and toString
-
Rick Waldron authored
Add cases for abrupt completions in yield* in async generator - getIterator
-
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
-
Doug Ilijev authored
-
Leo Balter authored
-
Doug Ilijev authored
-
Leo Balter authored
Closes #873
-
- 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
-