- Oct 02, 2018
-
-
Ujjwal Sharma authored
-
Ujjwal Sharma authored
Increase coverage for the Intl.NumberFormat class contructor by adding tests for checking that it calls ToObject on the locales argument.
-
- Sep 27, 2018
-
-
test262-automation authored
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: 69a502ce targetRevisionAtLastExport: 67fc22e98
-
https://github.com/v8/v8.gittest262-automation authored
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 69a502ce on Thu Sep 27 2018 18:35:31 GMT+0000 (Coordinated Universal Time)
-
test262-automation authored
[javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: 13bea0a046 targetRevisionAtLastExport: d544eace
-
test262-automation authored
[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 13bea0a046 on Thu Sep 27 2018 18:30:16 GMT+0000 (Coordinated Universal Time)
-
Ujjwal Sharma authored
Rework the available tests for Intl.NumberFormat.prototype.formatToParts to improve consistency and readability.
-
Ujjwal Sharma authored
Add an assertion to the test for default parameters in Intl.NumberFormat's method formatToParts checking that both the values are equal to the correct result.
-
- Sep 26, 2018
-
-
test262-automation authored
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: a345e766 targetRevisionAtLastExport: d1fe93a7
-
https://github.com/v8/v8.gittest262-automation authored
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha a345e766 on Wed Sep 26 2018 18:32:28 GMT+0000 (Coordinated Universal Time)
-
test262-automation authored
[javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: 3353b2924e targetRevisionAtLastExport: b0b5c9f9e
-
Leo Balter authored
-
Leo Balter authored
Fix #1794
-
Rick Waldron authored
-
Ms2ger authored
The spec changed in <https://github.com/tc39/proposal-intl-locale/pull/59>.
-
Ms2ger authored
-
test262-automation authored
[javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: 18dbcb73a5 targetRevisionAtLastExport: cd95f95c
-
test262-automation authored
[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 18dbcb73a5 on Mon Sep 24 2018 18:28:03 GMT+0000 (Coordinated Universal Time)
-
André Bargull authored
-
André Bargull authored
This will allow implementations to test the rest of the number formatting tests, even if the extra precision support isn't implemented.
-
André Bargull authored
Add missing explicit ToString conversion for symbol values and ensure the expected NaN result is a (locale-dependent) string
-
André Bargull authored
-
Leo Balter authored
-
Rick Waldron authored
-
- Sep 25, 2018
-
-
Leo Balter authored
Import test changes from V8
-
test262-automation authored
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: 1e6d9607 targetRevisionAtLastExport: eeae2a72
-
https://github.com/v8/v8.gittest262-automation authored
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 1e6d9607 on Tue Sep 25 2018 18:31:03 GMT+0000 (Coordinated Universal Time)
-
- Sep 24, 2018
-
-
jugglinmike authored
The tests for the parsing of postfix increment, postfix decrement, prefix increment, and prefix decrement were expressed using `eval`. This made the tests more complex than necessary and also prevented the tests from providing value to ECMAScript parsers. Remove the use of `eval` and instead express the expectations with literal source text.
-
Leo Balter authored
Import test changes from V8
-
Leo Balter authored
Import test changes from JavaScriptCore
-
- Sep 21, 2018
-
-
test262-automation authored
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: 06354392 targetRevisionAtLastExport: e69d65f39
-
https://github.com/v8/v8.gittest262-automation authored
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 06354392 on Fri Sep 21 2018 18:29:36 GMT+0000 (Coordinated Universal Time)
-
test262-automation authored
[javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: d51ed02c2b targetRevisionAtLastExport: 773658389
-
test262-automation authored
[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha d51ed02c2b on Fri Sep 21 2018 18:26:42 GMT+0000 (Coordinated Universal Time)
-
Kevin Gibbons authored
-
- Sep 20, 2018
-
-
test262-automation authored
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: a9b9c338 targetRevisionAtLastExport: 6cebba406
-
https://github.com/v8/v8.gittest262-automation authored
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha a9b9c338 on Wed Sep 19 2018 18:27:33 GMT+0000 (Coordinated Universal Time)
-
test262-automation authored
[javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: fc056044dc targetRevisionAtLastExport: 8e4c01405
-
test262-automation authored
[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha fc056044dc on Wed Sep 19 2018 18:25:12 GMT+0000 (Coordinated Universal Time)
-
Ujjwal Sharma authored
-