Re: [html-tests] WIP: SharedArrayBuffer structured cloning tests (#5003)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/204802375)

# Chrome (unstable channel) #
Testing web-platform-tests at revision 013c96ad40408690e91102fe09580d09801fb004
Using browser at version 58.0.3018.3 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>7 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5003/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-domain-success.sub.html">/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-domain-success.sub.html</a></summary>


|                                                      Subtest                                                       | Results |
|--------------------------------------------------------------------------------------------------------------------|---------|
|                                                                                                                    | OK      |
| `postMessaging to a same-origin-domain (but not same-origin) iframe allows them to see each others' modifications` | FAIL    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5003/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-simple-success.html">/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-simple-success.html</a></summary>


|                                               Subtest                                               | Results |
|-----------------------------------------------------------------------------------------------------|---------|
|                                                                                                     | OK      |
| `postMessaging to a dedicated worker allows them to see each others' modifications`                 | FAIL    |
| `postMessaging to a same-origin opened window allows them to see each others' modifications`        | FAIL    |
| `postMessaging to a same-origin deeply-nested iframe allows them to see each others' modifications` | FAIL    |
| `postMessaging to a same-origin iframe allows them to see each others' modifications`               | FAIL    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5003/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/nested-worker-success.dedicatedworker.html">/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/nested-worker-success.dedicatedworker.html</a></summary>


|                                         Subtest                                         | Results |
|-----------------------------------------------------------------------------------------|---------|
|                                                                                         | OK      |
| `postMessaging to a dedicated sub-worker allows them to see each others' modifications` | FAIL    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5003/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/no-transferring.html">/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/no-transferring.html</a></summary>


|                                Subtest                                | Results |
|-----------------------------------------------------------------------|---------|
|                                                                       | OK      |
| `Trying to transfer a SharedArrayBuffer to a worker throws`           | FAIL    |
| `Trying to transfer a SharedArrayBuffer through a MessagePort throws` | FAIL    |
| `Trying to transfer a SharedArrayBuffer to this window throws`        | FAIL    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5003/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-messagechannel-success.html">/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-messagechannel-success.html</a></summary>


|                                                Subtest                                                 | Results |
|--------------------------------------------------------------------------------------------------------|---------|
|                                                                                                        | OK      |
| `postMessaging to a dedicated worker via MessageChannel allows them to see each others' modifications` | FAIL    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5003/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/nested-worker-success.sharedworker.html">/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/nested-worker-success.sharedworker.html</a></summary>


|                                         Subtest                                         | Results |
|-----------------------------------------------------------------------------------------|---------|
|                                                                                         | OK      |
| `postMessaging to a dedicated sub-worker allows them to see each others' modifications` | FAIL    |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5003/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/identity-not-preserved.html">/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/identity-not-preserved.html</a></summary>


|                                       Subtest                                       | Results |
|-------------------------------------------------------------------------------------|---------|
|                                                                                     | OK      |
| `postMessaging to this window does not give back the same SharedArrayBuffer`        | FAIL    |
| `postMessaging to a worker and back does not give back the same SharedArrayBuffer`  | FAIL    |
| `postMessaging to an iframe and back does not give back the same SharedArrayBuffer` | FAIL    |

</details>
</details>

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5003#issuecomment-282164108

Received on Friday, 24 February 2017 00:14:20 UTC