test262-automation
249b1e3b4b
[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha c03723fc90 on Sat Oct 27 2018 18:45:40 GMT+0000 (Coordinated Universal Time)
2018-10-31 12:37:44 -04:00
test262-automation
9eb88da288
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
...
sourceRevisionAtLastExport: 7551e526 targetRevisionAtLastExport: 8d2e4f0a64
2018-10-31 12:37:25 -04:00
test262-automation
f53574dcfa
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 7551e526 on Sat Oct 27 2018 18:48:29 GMT+0000 (Coordinated Universal Time)
2018-10-31 12:37:25 -04:00
Rick Waldron
1fb8e8d22f
Merge branch 'segmenter-v8' of git://github.com/Ms2ger/test262 into Ms2ger-segmenter-v8
...
* 'segmenter-v8' of git://github.com/Ms2ger/test262:
Intl.Segmenter: Submit batch of V8 tests for the iterators.
# Conflicts:
# implementation-contributed/v8/intl/segmenter/segment-iterator-ownPropertyDescriptor.js
2018-10-31 12:35:49 -04:00
Mike Pennisi
a7deb7bcce
Add tests for `arguments` within function body
2018-10-28 16:23:38 -04:00
Rick Waldron
f1e362d558
Fix typos; generate tests ( #1907 )
2018-10-26 17:11:05 -04:00
test262-automation
6e2f903d0e
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
...
sourceRevisionAtLastExport: 5d90d70a targetRevisionAtLastExport: 7a46296123
2018-10-26 16:49:02 -04:00
test262-automation
a5d7cad182
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 5d90d70a on Thu Oct 25 2018 18:47:05 GMT+0000 (Coordinated Universal Time)
2018-10-26 16:49:02 -04:00
Ms2ger
4986474fd1
Intl: Add an overlong language to getInvalidLocaleArguments().
2018-10-26 16:48:40 -04:00
Kubilay Kahveci
b7fb4ade5e
Generate tests
2018-10-26 15:12:43 -04:00
Kubilay Kahveci
245351591e
Add missing private field declarations
2018-10-26 15:12:43 -04:00
Kubilay Kahveci
3d88cbfd3f
test: Add tests for private methods and accessors productions
2018-10-26 15:12:43 -04:00
Leo Balter
70248aa166
Generate tests
2018-10-26 14:41:35 -04:00
Leo Balter
366bee6fc0
Add template for with expression
2018-10-26 14:41:35 -04:00
Leo Balter
38be52c525
fix usage of assertFalse
...
Fixes #1904
2018-10-26 14:34:24 -04:00
Ms2ger
72ab472057
Intl.Segmenter: Submit batch of V8 tests for the iterators.
2018-10-26 12:00:39 +02:00
Leo Balter
1538a93bc1
typo
2018-10-25 13:30:18 -04:00
Leo Balter
09e608edad
Add cases for ImportCall syntax reused in CallExpressions
2018-10-25 13:30:18 -04:00
Leo Balter
ca87891961
Add case for valid import in a new covered expression
2018-10-25 13:30:18 -04:00
Leo Balter
cd9ca65787
Generate tests
2018-10-25 13:30:18 -04:00
Leo Balter
bf5cab4f89
Add test for import with a rest parameter, invalid syntax
2018-10-25 13:30:18 -04:00
Leo Balter
51a0bad7d4
Generate tests
2018-10-25 13:30:18 -04:00
Leo Balter
65df2bd23c
Add test case for new call expression invalid syntax
2018-10-25 13:30:18 -04:00
Leo Balter
a347df3aae
Add tests for invalid expressions with import() with early ReferenceErrors
2018-10-25 13:30:18 -04:00
Leo Balter
d641be96b4
Add test for import() used from eval
2018-10-25 13:30:18 -04:00
Leo Balter
54aba308b7
import() must not allow a escape sequence
2018-10-25 13:30:18 -04:00
Ms2ger
e847c6ebb0
Intl.Collator: Add a test for search and sort in German.
...
Ref: https://github.com/tc39/ecma402/issues/256 .
2018-10-25 13:08:08 -04:00
Ms2ger
0d07ed06c0
Intl.Segmenter: Submit batch of V8 tests for segment().
2018-10-25 10:15:11 -04:00
test262-automation
9b170e77e2
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
...
sourceRevisionAtLastExport: 0d75b76c targetRevisionAtLastExport: 7df6ae12f6
2018-10-25 09:52:37 -04:00
test262-automation
90225b009b
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 0d75b76c on Wed Oct 24 2018 18:48:03 GMT+0000 (Coordinated Universal Time)
2018-10-25 09:52:37 -04:00
Leo Balter
91bf2474c2
Add more cases for import.meta and new promise instances
2018-10-24 12:27:40 -04:00
Leo Balter
bcdc613df7
Add case for custom toprimitive operations
2018-10-24 12:27:40 -04:00
Leo Balter
23e9d7d58e
Add another case for indirect module binding update
...
Also cases for double failing resolutions
2018-10-24 12:27:40 -04:00
Leo Balter
aebfbdd9df
Add more edgy cases for import()
...
Also rename test/language/expressions/dynamic-import/assignment-expression/
2018-10-24 12:27:40 -04:00
Ms2ger
0dcec72e34
Intl.ListFormat: Test the order of properties in the result of resolvedOptions().
2018-10-24 12:22:08 -04:00
Ms2ger
b8b93ec421
Intl.RelativeTimeFormat: Test the order of properties in the result of resolvedOptions().
2018-10-24 12:21:25 -04:00
Rick Waldron
757491d4f8
Corrections to export * specifier paths. Fixes gh-1883 ( #1894 )
2018-10-24 12:17:56 -04:00
Leo Balter
cb58cbdd5a
Merge pull request #1887 from tc39/curation-v8-r1
...
Curation: v8 r1
2018-10-24 12:12:46 -04:00
Ms2ger
e1be2c8f8b
Intl.Segmenter: Add some tests for the constructor.
2018-10-24 10:13:31 -04:00
Ms2ger
52dfda893d
Intl.Segmenter: Test the order of properties in the result of resolvedOptions().
2018-10-24 09:54:54 -04:00
Rick Waldron
ee3715ee56
Improve assertion handling when comparison causes failure via coercion
2018-10-23 17:25:58 -04:00
Rick Waldron
f247a5fe09
Revert "Improve assertion handling when comparison causes failure via coercion"
...
This reverts commit c49c356744
.
2018-10-23 17:21:17 -04:00
Rick Waldron
c49c356744
Improve assertion handling when comparison causes failure via coercion
2018-10-23 17:00:47 -04:00
test262-automation
3ae3688425
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
...
sourceRevisionAtLastExport: 0039b340 targetRevisionAtLastExport: 6ddea08809
2018-10-23 16:37:00 -04:00
test262-automation
44fc8165d5
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 0039b340 on Tue Oct 23 2018 18:47:14 GMT+0000 (Coordinated Universal Time)
2018-10-23 16:37:00 -04:00
test262-automation
8119527c4d
[javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
...
sourceRevisionAtLastExport: c52a480a12 targetRevisionAtLastExport: ef17eeedb5
2018-10-23 16:36:51 -04:00
test262-automation
f1292d8166
[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha c52a480a12 on Tue Oct 23 2018 18:44:06 GMT+0000 (Coordinated Universal Time)
2018-10-23 16:36:51 -04:00
Ms2ger
480f11f612
Intl.Segmenter: API tests for the segment method.
2018-10-23 16:18:05 -04:00
André Bargull
c3e384c8c5
Add initial tests for import.meta ( #1888 )
...
Fixes #1342
2018-10-23 15:23:08 -04:00
test262-automation
adb58490f4
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
...
sourceRevisionAtLastExport: 1fc8452b targetRevisionAtLastExport: 603acd9ca0
2018-10-23 13:55:45 -04:00