3246 Commits

Author SHA1 Message Date
Richard Gibson
d961fcc905 Add feature for well-formed-stringify tests 2018-10-03 11:06:32 -04:00
Richard Gibson
ce967f7a86 Add tests for proposal-well-formed-stringify
* unpaired surrogate escape sequences
2018-10-03 11:06:32 -04:00
Richard Gibson
783fc5d8bb Remove redundant test 2018-10-03 11:06:32 -04:00
Richard Gibson
d6e83453b2 Simplify and improve control character escaping tests 2018-10-03 11:06:32 -04:00
Richard Gibson
61fdc701fa Remove duplicate test 2018-10-03 11:06:32 -04:00
Richard Gibson
950d58a7ca Improve test description grammar 2018-10-03 11:06:32 -04:00
Rick Waldron
6581e84949 Intl.Locale: constructor-options-*.js fixups (#1798) 2018-10-03 10:24:38 -04:00
Rick Waldron
0ead0130ea Intl.NumberFormat: cannot use assert.sameValue to compare object references. 2018-10-02 15:03:52 -04:00
Ujjwal Sharma
bba2429cad intl: increase coverage for NumberFormat constructor
Increase coverage for the Intl.NumberFormat constructor by adding tests
checking if appropriate default values are used.
2018-10-02 14:51:22 -04:00
Frank Tang
5de1831c48 Remove "ar-ma-u-ca-islamicc" test 2018-10-02 14:50:45 -04:00
test262-automation
dd30125759 [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: d2e0166d targetRevisionAtLastExport: 67c244b69
2018-10-02 14:49:35 -04:00
test262-automation
aed0f7173e [v8-test262-automation] Changes from https://github.com/v8/v8.git at sha d2e0166d on Fri Sep 28 2018 18:33:38 GMT+0000 (Coordinated Universal Time) 2018-10-02 14:49:35 -04:00
test262-automation
9e9a53b6d9 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: f2e2ad6325 targetRevisionAtLastExport: f4f5a415f
2018-10-02 14:49:19 -04:00
test262-automation
abecbe1573 [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha f2e2ad6325 on Fri Sep 28 2018 18:30:38 GMT+0000 (Coordinated Universal Time) 2018-10-02 14:49:19 -04:00
Ujjwal Sharma
e9946587b9 Update test to include object and symbol 2018-10-02 14:49:00 -04:00
Ujjwal Sharma
bb7585bdaf intl: increase coverage for NumberFormat constructor
Increase coverage for the Intl.NumberFormat class contructor by adding
tests for checking that it calls ToObject on the options argument.
2018-10-02 14:49:00 -04:00
Ujjwal Sharma
24386286f1 Update filenames and fix failures 2018-10-02 14:48:37 -04:00
Ujjwal Sharma
2ecd230b63 Update test to include object and symbol 2018-10-02 14:48:37 -04:00
Ujjwal Sharma
5fe9773f44 intl: increase coverage for NumberFormat constructor
Increase coverage for the Intl.NumberFormat class contructor by adding
tests for checking that it calls ToObject on the locales argument.
2018-10-02 14:48:37 -04:00
test262-automation
a81cc4213b [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 69a502ce targetRevisionAtLastExport: 67fc22e98
2018-09-27 14:50:09 -04:00
test262-automation
e990e7122d [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) 2018-09-27 14:50:09 -04:00
test262-automation
ce369636e3 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 13bea0a046 targetRevisionAtLastExport: d544eaced
2018-09-27 14:48:52 -04:00
test262-automation
720f140331 [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) 2018-09-27 14:48:52 -04:00
Ujjwal Sharma
5fae9deb1f intl: rework Intl.NumberFormat.prototype.formatToParts tests
Rework the available tests for Intl.NumberFormat.prototype.formatToParts
to improve consistency and readability.
2018-09-27 11:03:16 -04:00
Ujjwal Sharma
41bf0ee344 intl: add assertion to test that the result for default parameter
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.
2018-09-27 11:00:55 -04:00
test262-automation
2d38eed77b [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: a345e766 targetRevisionAtLastExport: d1fe93a71
2018-09-26 16:47:06 -04:00
test262-automation
969fe826fb [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) 2018-09-26 16:47:06 -04:00
test262-automation
92cd78aaee [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 3353b2924e targetRevisionAtLastExport: b0b5c9f9e
2018-09-26 14:35:48 -04:00
Leo Balter
3c726256d1 Curation for the jsc/es6 tests 2018-09-26 14:34:37 -04:00
Leo Balter
d544eacedf
assert calls order for Symbol.match on matchAll usage (#1795)
Fix #1794
2018-09-26 11:37:19 -04:00
Rick Waldron
37190a1deb Intl.Locale.prototype.numeric: the feature is not optional, therefore the tests are not optional 2018-09-26 11:06:03 -04:00
Ms2ger
584b651edf Intl.Locale: Expect boolean values from the numeric getter.
The spec changed in <https://github.com/tc39/proposal-intl-locale/pull/59>.
2018-09-26 11:03:22 -04:00
Ms2ger
5b0f7e19db Intl.Locale: Refactor the tests for the numeric option. 2018-09-26 11:02:40 -04:00
test262-automation
1ac1649c2c [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 18dbcb73a5 targetRevisionAtLastExport: cd95f95cf
2018-09-26 10:39:31 -04:00
test262-automation
8bb724698b [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) 2018-09-26 10:39:31 -04:00
André Bargull
3a1bcae4d1 Expect leading sign when the input is negative zero 2018-09-26 10:38:35 -04:00
André Bargull
d9f67d53d1 Move the extra precision tests into separate files
This will allow implementations to test the rest of the number formatting tests,
even if the extra precision support isn't implemented.
2018-09-26 10:38:35 -04:00
André Bargull
4bc96880a1 Add missing explicit ToString conversion for symbol values and ensure the expected NaN result is a (locale-dependent) string 2018-09-26 10:38:35 -04:00
André Bargull
3febd4c536 Update matchAll tests to reflect latest spec proposal 2018-09-26 10:38:35 -04:00
Leo Balter
46fcbf81d1 Generate tests 2018-09-26 09:18:46 -04:00
Rick Waldron
cfff689a7a Typo: "reset" => "rest" 2018-09-26 09:18:46 -04:00
Leo Balter
9aebc87bce
Merge pull request #1792 from test262-automation/v8-test262-automation-export-eeae2a723
Import test changes from V8
2018-09-25 14:42:20 -04:00
test262-automation
50be8d66d0 [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 1e6d9607 targetRevisionAtLastExport: eeae2a723
2018-09-25 18:31:35 +00:00
test262-automation
d1fe93a71a [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) 2018-09-25 18:31:32 +00:00
jugglinmike
42ed4291f5 Refactor increment/decrement tests for parsers (#1786)
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.
2018-09-24 12:29:30 -04:00
Leo Balter
b37ba62af6
Merge pull request #1785 from test262-automation/v8-test262-automation-export-e69d65f39
Import test changes from V8
2018-09-24 12:14:44 -04:00
Leo Balter
5338788e28
Merge pull request #1784 from test262-automation/javascriptcore-test262-automation-export-773658389
Import test changes from JavaScriptCore
2018-09-24 12:13:56 -04:00
test262-automation
eb8d6b3b93 [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 06354392 targetRevisionAtLastExport: e69d65f39
2018-09-21 18:30:16 +00:00
test262-automation
eeae2a723a [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) 2018-09-21 18:30:11 +00:00
test262-automation
9ad0b0b2c0 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: d51ed02c2b targetRevisionAtLastExport: 773658389
2018-09-21 18:29:32 +00:00