Commit Graph

3229 Commits

Author SHA1 Message Date
test262-automation f1b3723789 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 8a73712b6a targetRevisionAtLastExport: 8e73aadc2
2018-09-10 18:23:35 +00:00
test262-automation 1f7948aa7e [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 8a73712b6a on Mon Sep 10 2018 18:21:05 GMT+0000 (Coordinated Universal Time) 2018-09-10 18:23:31 +00:00
Leo Balter b056d138fa generate tests 2018-09-10 14:15:40 -04:00
Leo Balter c3d642889a Add private methods templates for dstr-binding 2018-09-10 14:15:39 -04:00
Leo Balter 5cdbf084a7 Generate tests 2018-09-10 14:13:39 -04:00
Leo Balter 58f39fd36a Apply fixes on recent class element tests
Ref https://github.com/tc39/test262/pull/1711#issuecomment-419973158
2018-09-10 14:12:19 -04:00
Rick Waldron 6aa46d0ddb
Merge pull request #1707 from leobalter/private-methods-args
Add class private methods (include static) to arguments templates
2018-09-10 11:57:40 -04:00
Leo Balter 0dc97d6b82
Merge pull request #1716 from test262-automation/javascriptcore-test262-automation-export-92b6974df
Import test changes from JavaScriptCore
2018-09-10 11:21:34 -04:00
Leo Balter 3f344f0aad Remove regression test from jsc, covered by new tests 2018-09-10 11:20:40 -04:00
Leo Balter a9837df144 Generate tests 2018-09-10 11:20:40 -04:00
Leo Balter 35e3f82504 Add valid cases for static ctor methods 2018-09-10 11:20:40 -04:00
Leo Balter b64d01d568 small typo 2018-09-10 11:20:40 -04:00
Leo Balter e28a6f37d0 remove old duplicates 2018-09-10 11:20:40 -04:00
Leo Balter 7766d0fb66 Generate tests 2018-09-10 11:20:40 -04:00
Leo Balter 75a579a0d4 Private names disallowed for constructor 2018-09-10 11:20:40 -04:00
Leo Balter 94a40cb474 Generate tests 2018-09-10 11:20:40 -04:00
Leo Balter 8524805f25 Final cases to move to tests generation 2018-09-10 11:20:40 -04:00
Leo Balter bcfc576af4 Generate tests 2018-09-10 11:20:40 -04:00
Leo Balter 8b0d7d3c4e fix template destination dir 2018-09-10 11:20:40 -04:00
Leo Balter daea4efc57 Generate tests 2018-09-10 11:20:40 -04:00
Leo Balter 20217a7eeb add cases for static method names named prototype 2018-09-10 11:20:40 -04:00
Leo Balter ef591384d8 Remove old duplicate tests 2018-09-10 11:20:40 -04:00
Leo Balter ee9739c699 Generate tests 2018-09-10 11:20:40 -04:00
Leo Balter df147573a0 remove unnecessary space 2018-09-10 11:20:40 -04:00
Leo Balter 4b386c0ae5 Add cases for static methods with super 2018-09-10 11:20:40 -04:00
Leo Balter 84ca816378 Use heritage for cases checking early errors with super 2018-09-10 11:20:40 -04:00
Leo Balter 938915ddb5 Add optional heritage for classes syntax templates 2018-09-10 11:20:40 -04:00
Leo Balter af9bcfef5f Generate tests 2018-09-10 11:20:40 -04:00
Leo Balter 92c83dfbd4 Add cases for non-ctor methods containing direct super 2018-09-10 11:20:40 -04:00
Leo Balter 585dac6d46 fix typo 2018-09-10 11:20:40 -04:00
Leo Balter bf5661bf60 Generate tests 2018-09-10 11:20:40 -04:00
Leo Balter e9f9c7576c restructure destination folder for class elements syntax templates 2018-09-10 11:20:40 -04:00
Leo Balter ffdb869ef1 Rename fields to elements in src/class-elements/syntax templates 2018-09-10 11:20:40 -04:00
Leo Balter 46e03c3875 add generation cases for special methods with propname constructor 2018-09-10 11:20:40 -04:00
Leo Balter 2720e08dae rename src/class-fields to src/class-elements 2018-09-10 11:20:40 -04:00
Leo Balter 93635ca3b2 Assert extensibility of dataview objects 2018-09-10 11:13:11 -04:00
test262-automation b2a21a5f82 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 873fa026de targetRevisionAtLastExport: 92b6974df
2018-09-08 18:22:09 +00:00
test262-automation 8e73aadc29 [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 873fa026de on Sat Sep 08 2018 18:19:30 GMT+0000 (Coordinated Universal Time) 2018-09-08 18:22:04 +00:00
Leo Balter 97a54fc7a0
Merge pull request #1714 from Ms2ger/intl-subclassing
Intl: Add tests for subclassing Locale, ListFormat and RelativeTimeFormat.
2018-09-07 14:25:49 -04:00
Leo Balter 667ff88467
Merge pull request #1715 from test262-automation/javascriptcore-test262-automation-export-5594c916b
Import test changes from JavaScriptCore
2018-09-07 14:24:14 -04:00
test262-automation 00e3c1a82f [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: a2f7b0c562 targetRevisionAtLastExport: 5594c916b
2018-09-07 18:22:11 +00:00
test262-automation 92b6974dfd [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha a2f7b0c562 on Fri Sep 07 2018 18:19:35 GMT+0000 (Coordinated Universal Time) 2018-09-07 18:22:08 +00:00
Ms2ger c52f9cb769 Intl: Add tests for subclassing Locale, ListFormat and RelativeTimeFormat.
Fixes #1705.
2018-09-07 15:53:10 +02:00
Leo Balter f10582ee66
Merge pull request #1713 from test262-automation/javascriptcore-test262-automation-export-f8c62a49f
Import test changes from JavaScriptCore
2018-09-06 17:52:43 -04:00
test262-automation 5e03c6ce7b [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 3ced8564a6 targetRevisionAtLastExport: f8c62a49f
2018-09-06 18:21:31 +00:00
test262-automation 5594c916bf [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 3ced8564a6 on Thu Sep 06 2018 18:18:56 GMT+0000 (Coordinated Universal Time) 2018-09-06 18:21:27 +00:00
Leo Balter 86b5efea29
Merge pull request #1710 from test262-automation/javascriptcore-test262-automation-export-170f4cbbb
Import test changes from JavaScriptCore
2018-09-05 14:45:34 -04:00
test262-automation eee8723d91 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: ce279990f8 targetRevisionAtLastExport: 170f4cbbb
2018-09-05 18:21:22 +00:00
test262-automation f8c62a49fb [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha ce279990f8 on Wed Sep 05 2018 18:18:55 GMT+0000 (Coordinated Universal Time) 2018-09-05 18:21:18 +00:00
Leo Balter eae139d8ef Generate tests 2018-09-04 17:10:51 -04:00