"test/suite/ch15/15.5/15.5.4/15.5.4.15/S15.5.4.15_A2_T3.js" did not exist on "23e84ad9a115d8ec84fd6fa857d51b2076b77f93"
- May 04, 2017
-
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
- Apr 13, 2017
-
-
André Bargull authored
-
- Apr 06, 2017
-
-
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
-
- 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
-
- Mar 13, 2017
-
-
Leo Balter authored
Ref #856 Ref #857 Ref tc39/ecma402#128
-
- Mar 01, 2017
-
-
vabr-g authored
-
André Bargull authored
-
Viktor authored
1) (123.44500) == 123.444999999999993179 2) (123.44500).toPrecision(5) === "123.44" gives correct value in Chrome and Firefox; Ref https://github.com/tc39/ecma402/issues/128
-
Viktor authored
Note: 12344501000000000487815444678311936 === 12344501000000000000000000000000000 for binary64 floating points; Ref https://github.com/tc39/ecma402/issues/128
-
- Feb 22, 2017
-
-
André Bargull authored
Per https://github.com/tc39/ecma402/issues/76
- Jan 20, 2017
-
-
littledan authored
This patch adds a regression test for a previous V8 bug reported originally at https://bugs.chromium.org/p/v8/issues/detail?id=4215
-
- Jan 18, 2017
-
-
Zibi Braniecki authored
* Add Intl.PluralRules tests * document the tests
-
- Jan 09, 2017
-
-
Zibi Braniecki authored
-
- Dec 21, 2016
-
-
jungshik authored
The following three tests check an obsolete provision in Ecma 402 v1 regarding Intl.{Collator,DateTimeFormat,NumberFormat} constructor called as a function. Collator/10.1.2.1_4.js DateTimeFormat/12.1.2.1_4.js NumberFormat/11.1.2.1_4.js
-
- Dec 19, 2016
-
-
jungshik authored
* Replace islamicc with islamic-umalqura Per discussion in #743, it's implementation-dependent how ismalicc is canonicalized. However, 'islamic-umalqura' should be treated the same way by all implementations. * Remove ar-ma-u-ca-islamic-umalqura per discussion
-
- Oct 14, 2016
-
-
Leo Balter authored
This reverts commit da4f4385.
-
- Sep 12, 2016
-
-
jungshik authored
Moves ismalicc test out of main.js and creates a new test, preferred-subtag.js (per RFC 5646 section 4.5 and http://www.unicode.org/repos/cldr/tags/latest/common/bcp47/calendar.xml ) Fix #743
-
- Aug 22, 2016
-
-
jungshik authored
Will fix #745 Besides, add additional checks to make sure that getCanonicalLocales() returns an array.
-
- Aug 15, 2016
-
-
Zibi Braniecki authored
-
- Jul 28, 2016
-
-
Zibi Braniecki authored
-
- Jun 07, 2016
-
-
Zibi Braniecki authored
-
- Apr 25, 2016
-
-
Mike Pennisi authored
This harness function is not necessary in the majority of cases in which it is used. Remove its usage to simplify tests and decrease the amount of domain-specific knowledge necessary to contribute to the test suite. Persist the harness function itself for use by future tests for ES2015 modules (such a helper is necessary for tests that are interpreted as module code).
-
- Feb 22, 2016
-
-
Leonardo Balter authored
Fixes #477
-
- Feb 12, 2016
-
-
André Bargull authored
-
- Sep 07, 2015
-
-
André Bargull authored
-
- Jul 31, 2015
-
-
André Bargull authored
-
- Jul 08, 2015
-
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
Intl constructors are no longer able to initialize arbitrary objects as Intl objects. Update tests accordingly.
-
André Bargull authored
-
- Apr 21, 2015
-
-
Brian Terlson authored
-
- Mar 23, 2015
-
-
André Bargull authored
- Update minor unit for CLF - Remove withdrawn currencies (LVL, LTL, USS) - Update link to new location Fixes #98
-
- Dec 11, 2014
-
-
André Bargull authored
This change adds 'var' declarations for global variables to allow the tests to run in strict mode (see issue #35). Extra care was taken to ensure the changes do not alter the test behavior, for example when implicit creation of global variables are part of the test. Note: The change does not fix all strict mode errors due to missing 'var' declarations.
-
- Dec 07, 2014
-
-
Brian Terlson authored
-