3287 Commits

Author SHA1 Message Date
Leo Balter
0a18f4068b remove duplicates, fix fixture folder 2018-10-04 16:16:35 -04:00
Leo Balter
1846d33c29 Regenerate tests 2018-10-04 16:16:35 -04:00
Leo Balter
54689ffa69 Update checklist and other fixups 2018-10-04 16:16:35 -04:00
Leo Balter
e8305a7920 Regenerate tests 2018-10-04 16:16:35 -04:00
Leo Balter
8b021346a5 Small fixups on the templates and create a checklist (WIP) 2018-10-04 16:16:35 -04:00
Leo Balter
24d1a78015 fix folders to fixtures 2018-10-04 16:16:35 -04:00
Leo Balter
bc13b8a7c1 Regenerate tests 2018-10-04 16:16:35 -04:00
Leo Balter
971ca8cc85 Remove case, no form of importing thing as namespace 2018-10-04 16:16:35 -04:00
Leo Balter
fdcb06e093 move catch tests to a separate folder 2018-10-04 16:16:35 -04:00
Leo Balter
6150f24d25 Regenerate tests 2018-10-04 16:16:35 -04:00
Leo Balter
cc8b8e955b move flags to templates 2018-10-04 16:16:35 -04:00
Leo Balter
e116ccff0c Improve case clarify for syntax templates 2018-10-04 16:16:35 -04:00
Leo Balter
d16874c264 remove duplicated 2018-10-04 16:16:35 -04:00
Leo Balter
290bbfbbfc split valid and invalid syntax templates 2018-10-04 16:16:35 -04:00
Rick Waldron
c31feb753d Dynamic Imports: remove [module] flag 2018-10-04 16:16:35 -04:00
Rick Waldron
90e69a3b59 Dynamic Imports: eval export default class imports 2018-10-04 16:16:35 -04:00
Rick Waldron
a3eef3f39f Generate tests 2018-10-04 16:16:35 -04:00
Rick Waldron
c77078809c Dynamic Imports: initial cases, templates, non-generated tests and fixtures 2018-10-04 16:16:35 -04:00
test262-automation
dfac9f35a9 [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 4ab8215e targetRevisionAtLastExport: 92143ed8c
2018-10-04 14:44:37 -04:00
test262-automation
9616d96c41 [v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 4ab8215e on Thu Oct 04 2018 18:37:16 GMT+0000 (Coordinated Universal Time) 2018-10-04 14:44:37 -04:00
test262-automation
400af0fd79 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 9dc12cff08 targetRevisionAtLastExport: bebaa21ad
2018-10-04 14:43:13 -04:00
test262-automation
f09435a459 [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 9dc12cff08 on Thu Oct 04 2018 18:33:55 GMT+0000 (Coordinated Universal Time) 2018-10-04 14:43:13 -04:00
Ujjwal Sharma
f8e0bf6751 intl: fix dicey test case 2018-10-04 14:30:22 -04:00
Leo Balter
5896ba49be Generate tests 2018-10-04 10:32:01 -04:00
Leo Balter
54bf16f91e Fix template path 2018-10-04 10:32:01 -04:00
Ujjwal Sharma
ff8b10c448 intl: increase coverage for the Intl.NumberFormat constructor
Increase coverge for the Intl.NumberFormat constructor by testing that
Get(O, P) and ToString(arg) are properly called.
2018-10-03 17:32:33 -04:00
Leo Balter
48cf391412
Revert "Fix "undefiend" typo in unreserved-words.js (#1816)" (#1819)
This reverts commit 7e65999731cb6cd6fab10a92e8b7bd39a6b0793c.
2018-10-03 17:11:05 -04:00
Andrew McCreight
7e65999731 Fix "undefiend" typo in unreserved-words.js (#1816)
I'm not an expert on this, but I'm pretty sure this is supposed to be "undefined" not "undefiend".
2018-10-03 15:14:41 -04:00
Leo Balter
963045de41
Merge pull request #1815 from test262-automation/v8-test262-automation-export-ffefa2383
Import test changes from V8
2018-10-03 14:39:09 -04:00
Leo Balter
c9f401909e
Merge pull request #1814 from test262-automation/javascriptcore-test262-automation-export-fc866541d
Import test changes from JavaScriptCore
2018-10-03 14:38:30 -04:00
test262-automation
3542c465ca [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 7b32eb8c targetRevisionAtLastExport: ffefa2383
2018-10-03 18:37:04 +00:00
test262-automation
92143ed8c7 [v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 7b32eb8c on Wed Oct 03 2018 18:36:24 GMT+0000 (Coordinated Universal Time) 2018-10-03 18:37:00 +00:00
test262-automation
858f6f6efe [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: f1aff87cc3 targetRevisionAtLastExport: fc866541d
2018-10-03 18:36:20 +00:00
test262-automation
bebaa21ad0 [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha f1aff87cc3 on Wed Oct 03 2018 18:33:02 GMT+0000 (Coordinated Universal Time) 2018-10-03 18:36:15 +00:00
Frank Tang
a1c3929c35 remove "invalid" from invalid date of "cu" and "nu" 2018-10-03 13:22:29 -04:00
Ujjwal Sharma
041d5acd5e Update test to actually check properties 2018-10-03 13:13:58 -04:00
Ujjwal Sharma
de416c28c3 intl: increase coverage from the NumberFormat constructor
Improve coverage for the Intl.NumberFormat constructor by testing that
it accepts Array-like objects and handles them properly.
2018-10-03 13:13:58 -04:00
Ujjwal Sharma
cd55e30938 Update test to actually check properties 2018-10-03 11:07:06 -04:00
Ujjwal Sharma
af0f53bb40 intl: increase coverage for the NumberFormat constructor
Increase coverage for the Intl.NumberFormat constructor by testing that
passing a string value to the Intl.NumberFormat constructor is
equivalent to passing an Array containing the same string value.
2018-10-03 11:07:06 -04:00
Richard Gibson
e064fcd7ce Remove redundant JSON test 2018-10-03 11:06:32 -04:00
Richard Gibson
58e308753c Fix grammar in JSON.stringify tests 2018-10-03 11:06:32 -04:00
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