Commit Graph

3868 Commits

Author SHA1 Message Date
Frank Yung-Fong Tang dab8c8983a remove "TypeError: Cannot convert a Symbol value to a string" (#2009) 2018-12-19 22:36:10 -02:00
Leo Balter 7054805941
rename whitelist to exceptions in the linter tool (#2004) 2018-12-18 15:39:57 -02:00
test262-automation ca9af579f4 [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: dde25872 targetRevisionAtLastExport: 468a67ade5
2018-12-17 16:46:14 -05:00
test262-automation 058d7abf93 [v8-test262-automation] Changes from https://github.com/v8/v8.git at sha dde25872 on Mon Dec 17 2018 19:18:49 GMT+0000 (Coordinated Universal Time) 2018-12-17 16:46:14 -05:00
Leo Balter 46c557247e Fix more false positives throwing TypeError in functions 2018-12-17 16:45:56 -05:00
Leo Balter e87b5d6dab
Merge pull request #1999 from test262-automation/v8-test262-automation-export-ae464533ad
Import test changes from V8
2018-12-17 17:04:38 -02:00
Leo Balter f5798ee522
Merge pull request #1998 from test262-automation/javascriptcore-test262-automation-export-8e3c6d0484
Import test changes from JavaScriptCore
2018-12-17 17:04:15 -02:00
Peter Marshall b3efcd2f3f Consistently use spaces in features lists (#2000) 2018-12-17 17:00:04 -02:00
test262-automation 338370e6ac [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 44b1b245 targetRevisionAtLastExport: ae464533ad
2018-12-15 19:18:07 +00:00
test262-automation 468a67ade5 [v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 44b1b245 on Sat Dec 15 2018 19:17:33 GMT+0000 (Coordinated Universal Time) 2018-12-15 19:18:03 +00:00
test262-automation 32a39daf43 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 2b233fa3c0 targetRevisionAtLastExport: 8e3c6d0484
2018-12-15 19:17:28 +00:00
test262-automation 18bf7976f5 [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 2b233fa3c0 on Sat Dec 15 2018 19:14:38 GMT+0000 (Coordinated Universal Time) 2018-12-15 19:17:20 +00:00
Frank Yung-Fong Tang bf6b753dd7 Rename position to index (#1994)
https://github.com/tc39/proposal-intl-segmenter/pull/55
2018-12-15 05:52:31 -05:00
Leo Balter be890421b8
Merge pull request #1985 from mkubilayk/private-method-init-order
test: Ensure private methods are visible from all initializers
2018-12-15 05:50:52 -05:00
⭐caitp⭐ 16ef6ad10d Get rid of the leading empty line in info block (#1993)
This makes v8's _monkeyYaml happy --- without it, the info block never ends, and we fail to parse the `features` key.

An explicit indentation marker isn't used because monkeyYaml doesn't supported it, and adding it might slightly slow things down.

Using PyYAML instead was considered, but after trying it, I don't think it looks viable. [simple test cases](https://gist.github.com/caitp/4a59a67f671907c11051a1b7bd5fdaae)
2018-12-15 05:40:37 -05:00
Leo Balter d496acc731
Merge pull request #1992 from test262-automation/v8-test262-automation-export-d420adb9f2
Import test changes from V8
2018-12-15 05:37:29 -05:00
Leo Balter f33a34b83e
Merge pull request #1991 from test262-automation/javascriptcore-test262-automation-export-cab19d71a6
Import test changes from JavaScriptCore
2018-12-15 05:36:53 -05:00
Peter Marshall c41c491a8a Remove extra spaces from features list (#1996) 2018-12-15 05:36:28 -05:00
Kubilay Kahveci 14c49c0e9d Generate tests 2018-12-10 20:43:09 +00:00
test262-automation 689b63c8d4 [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 9583858e targetRevisionAtLastExport: d420adb9f2
2018-12-10 19:18:26 +00:00
test262-automation ae464533ad [v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 9583858e on Mon Dec 10 2018 19:17:52 GMT+0000 (Coordinated Universal Time) 2018-12-10 19:18:21 +00:00
test262-automation de9e5de953 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 205489c4f0 targetRevisionAtLastExport: cab19d71a6
2018-12-10 19:17:47 +00:00
Leo Balter 8e3c6d0484
Merge pull request #1987 from test262-automation/v8-test262-automation-export-07b313100e
Import test changes from V8
2018-12-10 10:59:09 -05:00
Leo Balter e2119bece6
Merge pull request #1986 from test262-automation/javascriptcore-test262-automation-export-31e654a339
Import test changes from JavaScriptCore
2018-12-10 10:58:42 -05:00
Peter Wong c36bdcfeb3 Update tests for String.prototype.matchAll (#1990)
- Changes associated with spec changes (tc39/proposal-string-matchall#41)
- Update spec comments
- Added test verifying error thrown when `regexp[Symbol.matchAll]` is not callable
- Added test verifying `ToString` is called on `receiver`
2018-12-10 10:53:01 -05:00
Mathias Bynens b2597d060d Add tests for Array.prototype.sort stability (#1977)
https://github.com/tc39/ecma262/pull/1340
2018-12-06 11:56:58 -05:00
André Bargull b62dae4fff Fix various bugs in test cases (#1988) 2018-12-05 15:48:28 -05:00
test262-automation 5303404d54 [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 4a395137 targetRevisionAtLastExport: 07b313100e
2018-12-04 19:13:09 +00:00
test262-automation d420adb9f2 [v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 4a395137 on Tue Dec 04 2018 19:12:32 GMT+0000 (Coordinated Universal Time) 2018-12-04 19:13:06 +00:00
test262-automation c0ffd6b338 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 60ed1be8cd targetRevisionAtLastExport: 31e654a339
2018-12-04 19:12:26 +00:00
test262-automation cab19d71a6 [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 60ed1be8cd on Tue Dec 04 2018 19:08:52 GMT+0000 (Coordinated Universal Time) 2018-12-04 19:12:21 +00:00
Kubilay Kahveci cbc8b7c7a4 test: Ensure private methods are visible from all initializers 2018-12-04 09:55:31 +00:00
Leo Balter ce8ea46c31
Merge pull request #1980 from test262-automation/v8-test262-automation-export-4dc4cfd817
Import test changes from V8
2018-12-03 19:35:28 -05:00
Leo Balter 1eff0cf52e
Merge pull request #1979 from test262-automation/javascriptcore-test262-automation-export-0210918f1e
Import test changes from JavaScriptCore
2018-12-03 17:28:14 -05:00
test262-automation 7cb1de95b4 [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: cac6b037 targetRevisionAtLastExport: 4dc4cfd817
2018-11-30 19:09:23 +00:00
test262-automation 07b313100e [v8-test262-automation] Changes from https://github.com/v8/v8.git at sha cac6b037 on Fri Nov 30 2018 19:08:50 GMT+0000 (Coordinated Universal Time) 2018-11-30 19:09:20 +00:00
test262-automation 1572edd570 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: e7f9d46220 targetRevisionAtLastExport: 0210918f1e
2018-11-30 19:08:46 +00:00
Leo Balter 31e654a339
Merge pull request #1978 from tc39/eliminate-some-false-positives
Eliminate some false positives
2018-11-30 11:54:12 -05:00
Rick Waldron 3b09d0e2b5 Eliminate false positives: Intl.* 2018-11-30 11:47:57 -05:00
Rick Waldron 86deb370e7 Eliminate false positives: BigInt64Array, BigUint64Array 2018-11-30 11:37:28 -05:00
Rick Waldron 6e836cea56 Eliminate false positives: BigInt 2018-11-30 11:34:13 -05:00
Rick Waldron d98f3f4d63 Eliminate false positives: String.prototype.trimEnd, String.prototype.trimStart 2018-11-30 09:37:16 -05:00
Rick Waldron 6d2288fe79 Eliminate false positives: Promise.prototype.finally 2018-11-30 09:34:25 -05:00
Rick Waldron 628faa5e06 Eliminate false positives: Object.fromEntries 2018-11-30 09:31:54 -05:00
Rick Waldron 2e18327af2 Eliminate false positives: Array.prototype.flat, Array.prototype.flatMap 2018-11-30 09:27:07 -05:00
Leo Balter 476e687705
Merge pull request #1976 from test262-automation/v8-test262-automation-export-2f97eefb43
Import test changes from V8
2018-11-29 15:59:22 -05:00
test262-automation 1c6b3def39 [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: b3e7775f targetRevisionAtLastExport: 2f97eefb43
2018-11-29 19:08:52 +00:00
test262-automation 4dc4cfd817 [v8-test262-automation] Changes from https://github.com/v8/v8.git at sha b3e7775f on Thu Nov 29 2018 19:08:11 GMT+0000 (Coordinated Universal Time) 2018-11-29 19:08:48 +00:00
test262-automation 45e98f7ee2 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 1966f6a0b8 targetRevisionAtLastExport: ffcc3dc767
2018-11-28 16:07:34 -05:00
test262-automation 2662c8c01c [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 1966f6a0b8 on Wed Nov 28 2018 19:04:52 GMT+0000 (Coordinated Universal Time) 2018-11-28 16:07:34 -05:00