Commit Graph

3231 Commits

Author SHA1 Message Date
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
test262-automation fd4a46a657 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 65db7e4aa7 targetRevisionAtLastExport: c32d19125
2018-09-17 10:57:52 -04:00
test262-automation e339ea6c8c [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 65db7e4aa7 on Sat Sep 15 2018 18:23:10 GMT+0000 (Coordinated Universal Time) 2018-09-17 10:57:52 -04:00
Leo Balter 3166523832 Add basic coverage for Symbol.asyncIterator 2018-09-17 10:50:33 -04:00
Leo Balter e49c676fd5 Remove the wasm folder from the contributed tests
All tests are feature specific and don't expose any identified coverage gap in Test262
2018-09-17 10:45:02 -04:00
Leo Balter 0bdfdca007
Merge pull request #1767 from bocoup/v8-test262-automation-export-31340cbd9add103f586d501b0c3354b7b182abc0
[v8-test262-automation] Updated curation log with latest revision sha…
2018-09-14 15:53:09 -04:00
Leo Balter 6a90a1f96a
Merge pull request #1766 from amccreight/patch-1
Fix typo in test message
2018-09-14 15:24:09 -04:00
Andrew McCreight c278f59416
Fix typo in test message 2018-09-14 12:05:16 -07:00
Leo Balter a446034bfe
Merge pull request #1764 from bocoup/curatation_log_sha_update_for_v8
updating sourceRevisionAtLastExport for v8 curation with oldest commit to prime test262-automation for a first run
2018-09-14 13:00:27 -04:00
test262-automation 7298a38552 [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: 33f2fb0e53d135f0ee17cfccd9d993eb2a6f47de targetRevisionAtLastExport: 31340cbd9a
2018-09-14 12:32:18 -04:00
Amal Hussein 8138074de0 updating sourceRevisionAtLastExport for v8 curation with oldest commit to prime test262-automation for a first run 2018-09-14 12:18:39 -04:00
Leo Balter e286bfa000
Merge pull request #1761 from rwaldron/jbhoosreddy-private-methods-delete-error
test: Early error private methods delete (#1343)
2018-09-13 15:04:39 -04:00
Leo Balter 317cacdcc9 Fix test generation 2018-09-13 14:55:32 -04:00
Rick Waldron 5c02a094cb Generate tests 2018-09-13 10:23:49 -04:00
Rick Waldron bdc7b08beb Add "flags: [onlyStrict]" to src/class-elements/delete-error/*
"It is a Syntax Error if the UnaryExpression is contained in strict mode code"
2018-09-13 10:13:30 -04:00
Rick Waldron ebbf19b156 Merge branch 'private-methods-delete-error' of git://github.com/jbhoosreddy/test262 into jbhoosreddy-private-methods-delete-error
* 'private-methods-delete-error' of git://github.com/jbhoosreddy/test262:
  revisions
  fixes
  test: Early error private methods delete (#1343)
2018-09-13 09:58:42 -04:00
jbhoosreddy cfe7f35059 revisions 2018-09-12 23:35:25 -04:00
Leo Balter 6cd3c4fba6
Merge pull request #1735 from tc39/contributing-fix-code-block
CONTRIBUTING.md: Fix code block
2018-09-12 15:59:27 -04:00
Rick Waldron 31ee9221b4
CONTRIBUTING.md: Fix code block 2018-09-12 14:54:31 -04:00
jbhoosreddy d65bee93c5 fixes 2018-09-12 14:09:46 -04:00
Leo Balter a2a3c47be5
Merge pull request #1723 from test262-automation/javascriptcore-test262-automation-export-b9f58f3ae
Import test changes from JavaScriptCore
2018-09-12 13:43:41 -04:00
Leo Balter 8d64e3d88b
Merge pull request #1724 from tc39/curation_logs_v8
Add implementation-contributed/curation_logs/v8.json
2018-09-12 13:40:36 -04:00
Rick Waldron 1028f1de01 Add implementation-contributed/curation_logs/v8.json 2018-09-12 12:29:25 -04:00
test262-automation ea8f185e05 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: ab06e520db targetRevisionAtLastExport: b9f58f3ae
2018-09-12 16:14:35 +00:00
test262-automation c32d19125c [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha ab06e520db on Wed Sep 12 2018 16:11:56 GMT+0000 (Coordinated Universal Time) 2018-09-12 16:14:31 +00:00
Rick Waldron 31340cbd9a
Merge pull request #1722 from leobalter/curation-20180822
JSC Tests Curation, the stress folder
2018-09-12 09:42:12 -04:00
Leo Balter 1c2e0baa08 Remove all files requiring WebAssembly api
out of scope for Test262
2018-09-11 18:20:20 -04:00
Leo Balter d1261bb49d Update files for the curation process
Remove more stress tests with existing coverage or out of context for test262
2018-09-11 18:20:20 -04:00
jbhoosreddy 227a85b9d3 test: Early error private methods delete (#1343) 2018-09-11 14:46:34 -04:00
Leo Balter 4cb91f93e2
Merge pull request #1720 from test262-automation/javascriptcore-test262-automation-export-1f7948aa7
Import test changes from JavaScriptCore
2018-09-11 14:46:23 -04:00
test262-automation 0f46fb0748 [javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files.
sourceRevisionAtLastExport: a7577363f7 targetRevisionAtLastExport: 1f7948aa7
2018-09-11 18:25:07 +00:00
test262-automation b9f58f3ae8 [javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha a7577363f7 on Tue Sep 11 2018 18:22:14 GMT+0000 (Coordinated Universal Time) 2018-09-11 18:25:01 +00:00
Rick Waldron 6bedd8f1c6
Merge pull request #1717 from leobalter/1711-fixes
Apply fixes on recent class element tests
2018-09-11 11:22:43 -04:00
Rick Waldron 2c714ede1d
Merge pull request #1719 from leobalter/private-fields-methods-whitespace-syntax-error
Private fields and methods whitespace syntax error
2018-09-11 11:20:44 -04:00
Rick Waldron eda30f8984
Merge pull request #1708 from leobalter/private-methods-dstr-binding
Add private methods templates for dstr-binding
2018-09-11 10:21:38 -04:00
Leo Balter a17484e230 Generate Tests 2018-09-10 17:13:06 -04:00
Leo Balter b183a6f568 Update tests to verify lexical grammar of private names
No whitespace allowed between the sigil and the identifier name
2018-09-10 17:13:05 -04:00