Commit Graph

3217 Commits

Author SHA1 Message Date
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
test262-automation cd95f95cf2 [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) 2018-09-21 18:29:27 +00:00
Kevin Gibbons 89ec038cf2 remove some trailing commas in calls 2018-09-21 10:04:33 -04:00
test262-automation 7158058458 [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: a9b9c338 targetRevisionAtLastExport: 6cebba406
2018-09-20 17:26:11 -04:00
test262-automation 2e87acd87d [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) 2018-09-20 17:26:11 -04:00
test262-automation 830770a5d5 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: fc056044dc targetRevisionAtLastExport: 8e4c01405
2018-09-20 17:25:40 -04:00
test262-automation efc76a9a37 [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) 2018-09-20 17:25:40 -04:00
Ujjwal Sharma cdd91e2895 Improve ToNumber test for NumberFormat.format 2018-09-20 17:25:14 -04:00
Ujjwal Sharma 7a87bde265 intl: increase coverage for NumberFormat.format
Increase test coverage for Intl.NumberFormat.prototype.format by adding
a check for testing if it calls ToNumber (7.1.3) on its argument.
2018-09-20 17:25:14 -04:00
Ujjwal Sharma a6412918d2 Simplify default value check of NumberFormat.format 2018-09-19 15:23:30 -04:00
Ujjwal Sharma cbfa2c5f00 intl: increase coverage for NumberFormat
Increase coverage for Intl.NumberFormat by adding a test for format
checking it's default value.
2018-09-19 15:23:30 -04:00
Kevin Gibbons 92a96f068e Remove bigint feature flag for built-ins/Atomics/wait/was-woken-before-timeout.js 2018-09-19 10:58:34 -04:00
Kevin Gibbons 05cbb5f8ae Fix feature flag in TypedArrayConstructors/Float32Array/length.js 2018-09-19 10:58:34 -04:00
Ujjwal Sharma 94cb047ab8 Update assert failure messages 2018-09-18 14:55:11 -04:00
Ujjwal Sharma 0c89259da5 intl: refactor tests for NumberFormat 2018-09-18 14:55:11 -04:00
test262-automation 21f0cc4b29 [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: ceacdcd0 targetRevisionAtLastExport: 55d559e57
2018-09-18 14:38:39 -04:00
test262-automation 14c9a6fb30 [v8-test262-automation] Changes from https://github.com/v8/v8.git at sha ceacdcd0 on Tue Sep 18 2018 18:28:28 GMT+0000 (Coordinated Universal Time) 2018-09-18 14:38:39 -04:00
Kubilay Kahveci 395adc3a7c Generate tests 2018-09-18 14:16:20 -04:00
Kubilay Kahveci 6b808920dd test: Add tests for duplicate private methods (early-errors) 2018-09-18 14:16:20 -04:00
Ujjwal Sharma fec7982e09 Update test case description 2018-09-18 11:42:59 -04:00
Ujjwal Sharma 490f911ab6 Refactor value check for prop-desc 2018-09-18 11:42:59 -04:00
Ujjwal Sharma 24c29db550 Rename initial-value to configurable and add initial check to prop-desc 2018-09-18 11:42:59 -04:00
Ujjwal Sharma e566c813b5 Add additional initial value tests 2018-09-18 11:42:59 -04:00
Ujjwal Sharma c129ac8546 intl: improve coverage for Intl.NumberFormat
Add tests for Intl.NumberFormat.prototype[@@toStringTag].
2018-09-18 11:42:59 -04:00
Ms2ger 9271068a83 Intl: Add tests for throwing getters in options objects. 2018-09-18 11:39:47 -04:00
Ujjwal Sharma 12055caa1c Add symbol to list of invalid targets 2018-09-17 15:59:58 -04:00
Ujjwal Sharma db238a1abe intl: improve coverage for Intl.NumberFormat
Add Intl.NumberFormat.prototype.formatToParts to the test
this-value-not-numberformat.js to check if a TypeError is thrown if the
"this" value for the function call isn't a valid NumberFormat object.
2018-09-17 15:59:58 -04:00
test262-automation 6b314e86fa [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 3a79fe2363 targetRevisionAtLastExport: 8138074de
2018-09-17 15:59:05 -04:00
test262-automation 175c57c1c2 [v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 3a79fe2363 on Mon Sep 17 2018 18:26:24 GMT+0000 (Coordinated Universal Time) 2018-09-17 15:59:05 -04:00
Ujjwal Sharma fbd79b10a7 tools: update lint.py to work with pip 10+
Update the lint.py script to work with pip 10+ as pip.req was moved to
pip._internal.req in version 10 onwards and the existing code only works
on versions of pip under or equal to 9.0.3
2018-09-17 13:30:01 -04:00