- Nov 28, 2018
-
-
test262-automation authored
[javascriptcore-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: 1966f6a0b8 targetRevisionAtLastExport: ffcc3dc767
-
test262-automation authored
[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 1966f6a0b8 on Wed Nov 28 2018 19:04:52 GMT+0000 (Coordinated Universal Time)
-
test262-automation authored
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: bf5cc562 targetRevisionAtLastExport: 0a41d10187
-
https://github.com/v8/v8.gittest262-automation authored
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha bf5cc562 on Wed Nov 28 2018 19:07:54 GMT+0000 (Coordinated Universal Time)
-
test262-automation authored
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: a8673918 targetRevisionAtLastExport: fc9d2bbf73
-
https://github.com/v8/v8.gittest262-automation authored
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha a8673918 on Tue Nov 27 2018 19:07:42 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: 2f2295c3f7 targetRevisionAtLastExport: c1b245c4be
-
test262-automation authored
[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 2f2295c3f7 on Tue Nov 27 2018 19:04:26 GMT+0000 (Coordinated Universal Time)
-
Gus Caplan authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Ms2ger authored
-
Ms2ger authored
-
- Nov 26, 2018
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
Fix a couple of minor issues in dynamic-import tests
-
Ms2ger authored
-
test262-automation authored
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: f09bec92 targetRevisionAtLastExport: bb9647dd
-
https://github.com/v8/v8.gittest262-automation authored
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha f09bec92 on Mon Nov 26 2018 19:06:59 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: 743b57501b targetRevisionAtLastExport: 5ccad796
-
test262-automation authored
[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 743b57501b on Mon Nov 26 2018 19:04:04 GMT+0000 (Coordinated Universal Time)
-
Gus Caplan authored
- `Proxy/getOwnPropertyDescriptor/call-parameters.js` Fixes a call to `Object.getOwnPropertyDescriptor` without the prop param. Not actually a huge problem, as the test wasn't depending on it. - `Proxy/getOwnPropertyDescriptor/result-type-is-not-object-nor-undefined` This test asserted that `function() {}` should throw with the following spec step, which is incorrect, as functions are typed as `Object` in the spec. """ 1. If Type(trapResultObj) is neither Object nor Undefined, throw a TypeError exception. """
-
Rick Waldron authored
-
Leo Balter authored
Import test changes from V8
-
Leo Balter authored
Merge pull request #1961 from test262-automation/javascriptcore-test262-automation-export-89489cb6f5 Import test changes from JavaScriptCore
-
Mathias Bynens authored
-
- Nov 23, 2018
-
-
Jon Coppeard authored
-
- Nov 22, 2018
-
-
Jon Coppeard authored
-
- Nov 20, 2018
-
-
Leo Balter authored
harness: make $262.agent.waitUntil check if a typed array can be shared before proceeding.
-
Rick Waldron authored
-
Rick Waldron authored
Migrating all tests to this API is necessary to prevent tests from hanging indefinitely when a SAB is sent to a worker but the code in the worker attempts to create a non-sharable TypedArray (something that is not Int32Array or BigInt64Array). When that scenario occurs, an exception is thrown and the agent worker can no longer communicate with any other threads that control the SAB. If the main thread happens to be spinning in the $262.agent.waitUntil() while loop, it will never meet its termination condition and the test will hang indefinitely. Because we've defined $262.agent.broadcast(SAB) in https://github.com/tc39/test262/blob/master/INTERPRETING.md, there are host implementations that assume compatibility, which must be maintained.
-
Rick Waldron authored
Migrating all tests to this API is necessary to prevent tests from hanging indefinitely when a SAB is sent to a worker but the code in the worker attempts to create a non-sharable TypedArray (something that is not Int32Array or BigInt64Array). When that scenario occurs, an exception is thrown and the agent worker can no longer communicate with any other threads that control the SAB. If the main thread happens to be spinning in the $262.agent.waitUntil() while loop, it will never meet its termination condition and the test will hang indefinitely. Because we've defined $262.agent.broadcast(SAB) in https://github.com/tc39/test262/blob/master/INTERPRETING.md, there are host implementations that assume compatibility, which must be maintained.
-
- Nov 16, 2018
-
-
test262-automation authored
[v8-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: 3a8c8082 targetRevisionAtLastExport: 9166165df7
-
https://github.com/v8/v8.gittest262-automation authored
[v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 3a8c8082 on Fri Nov 16 2018 19:00:23 GMT+0000 (Coordinated Universal Time)
-