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

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision 013c96ad40408690e91102fe09580d09801fb004
Using browser at version BuildID 20170223110219; SourceStamp 32dcdde1fc64fc39a9065dc4218265dbc727673f
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` | PASS    |

</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`                 | PASS    |
| `postMessaging to a same-origin opened window allows them to see each others' modifications`        | PASS    |
| `postMessaging to a same-origin deeply-nested iframe allows them to see each others' modifications` | PASS    |
| `postMessaging to a same-origin iframe allows them to see each others' modifications`               | PASS    |

</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` | PASS    |

</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`           | PASS    |
| `Trying to transfer a SharedArrayBuffer through a MessagePort throws` | PASS    |
| `Trying to transfer a SharedArrayBuffer to this window throws`        | PASS    |

</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` | PASS    |

</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`        | PASS    |
| `postMessaging to a worker and back does not give back the same SharedArrayBuffer`  | PASS    |
| `postMessaging to an iframe and back does not give back the same SharedArrayBuffer` | PASS    |

</details>
</details>

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

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