- Oct 23, 2018
-
-
Rick Waldron authored
-
test262-automation authored
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: 0039b340 targetRevisionAtLastExport: 6ddea08809
-
https://github.com/v8/v8.gittest262-automation authored
[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)
-
test262-automation authored
[javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: c52a480a12 targetRevisionAtLastExport: ef17eeedb5
-
test262-automation authored
[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)
-
Ms2ger authored
-
André Bargull authored
Fixes #1342
-
test262-automation authored
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: 1fc8452b targetRevisionAtLastExport: 603acd9ca0
-
https://github.com/v8/v8.gittest262-automation authored
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 1fc8452b on Fri Oct 19 2018 18:44:30 GMT+0000 (Coordinated Universal Time)
-
test262-automation authored
[javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: 5bbf629de8 targetRevisionAtLastExport: e65095f9ff
-
test262-automation authored
[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 5bbf629de8 on Fri Oct 19 2018 18:41:28 GMT+0000 (Coordinated Universal Time)
-
- Oct 19, 2018
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
Move dynamic-import tests to test/language/expressions
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
test262-automation authored
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: 30729e82 targetRevisionAtLastExport: 39246db80e
-
https://github.com/v8/v8.gittest262-automation authored
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 30729e82 on Thu Oct 18 2018 18:43:48 GMT+0000 (Coordinated Universal Time)
-
test262-automation authored
[javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: 7230765d95 targetRevisionAtLastExport: 96f9510815
-
test262-automation authored
[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 7230765d95 on Thu Oct 18 2018 18:41:06 GMT+0000 (Coordinated Universal Time)
-
- Oct 18, 2018
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
André Bargull authored
-
test262-automation authored
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: d34cbcd7 targetRevisionAtLastExport: 225cb28a69
-
https://github.com/v8/v8.gittest262-automation authored
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha d34cbcd7 on Wed Oct 17 2018 18:44:12 GMT+0000 (Coordinated Universal Time)
-
test262-automation authored
[javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: ac12ca41a6 targetRevisionAtLastExport: b47fed1a36
-
test262-automation authored
[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha ac12ca41a6 on Wed Oct 17 2018 18:41:25 GMT+0000 (Coordinated Universal Time)
-
- Oct 17, 2018
-
-
Maya Lekova authored
* AsyncFunction: Add tests ensuring the new 1-tick await behaviour This commit adds 3 tests ensuring the optimized behaviour of await (see https://github.com/tc39/ecma262/pull/1250) in the following cases: - async functions - yielding from async generator functions - for-await-of loops * AsyncFunction: Add tests ensuring the monkey-patched promises behaviour This commit adds 2 more tests ensuring the optimized behaviour of await (see tc39/ecma262#1250) in the following cases: - awaiting on a native promise with monkey-patched "then" - awaiting on a non-native promise (a "thenable" object) * AsyncFunction: Add tests ensuring the non-native promises behaviour This commit adds 1 more tests ensuring the optimized behaviour of await (see tc39/ecma262#1250) in the following cases: - awaiting on a non-promise, non-thenable object It also renames the previous test for non-promise (a "thenable" object) to distinguish from the new case. The commit adds checks for proper await/promises interleaving in the aforementioned cases and includes a small code clean-up. * AsyncFunction: Refactor tests ensuring the new 1-tick await behaviour Gather all the tests to their appropriate folder and update copyright header.
-
André Bargull authored
-