mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update WPT results.
This commit is contained in:
parent
bceaca9694
commit
3347094373
198 changed files with 7862 additions and 248 deletions
|
@ -0,0 +1,5 @@
|
|||
[broadcastchannel-success-and-failure.html]
|
||||
type: testharness
|
||||
[SharedArrayBuffer cannot cross agent clusters, BroadcastChannel edition]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[broadcastchannel-success.html]
|
||||
type: testharness
|
||||
[Structured cloning of SharedArrayBuffers: BroadcastChannel within the same agent cluster]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[identity-not-preserved.html]
|
||||
type: testharness
|
||||
[postMessaging to this window does not give back the same SharedArrayBuffer (but does use the same backing block)]
|
||||
expected: FAIL
|
||||
|
||||
[postMessaging to a worker and back does not give back the same SharedArrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[postMessaging to an iframe and back does not give back the same SharedArrayBuffer]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[nested-worker-success-dedicatedworker.html]
|
||||
type: testharness
|
||||
[postMessaging to a dedicated sub-worker allows them to see each others' modifications]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[nested-worker-success-sharedworker.html]
|
||||
type: testharness
|
||||
[Structured cloning of SharedArrayBuffers into a dedicated worker nested inside a shared worker]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
[no-transferring.html]
|
||||
disable: https://github.com/w3c/web-platform-tests/issues/7546
|
||||
type: testharness
|
||||
[Trying to transfer a SharedArrayBuffer to this window throws]
|
||||
expected: FAIL
|
||||
|
||||
[Trying to transfer a SharedArrayBuffer to a worker throws]
|
||||
expected: FAIL
|
||||
|
||||
[Trying to transfer a SharedArrayBuffer through a MessagePort throws]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[serialization-via-history.html]
|
||||
type: testharness
|
||||
[SharedArrayBuffers cloning via history's methods invoking StructuredSerializeForStorage]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
[serialization-via-idb.any.worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
|
||||
[serialization-via-idb.any.html]
|
||||
type: testharness
|
||||
[SharedArrayBuffer cloning via IndexedDB: basic case]
|
||||
expected: FAIL
|
||||
|
||||
[SharedArrayBuffer cloning via the IndexedDB: is interleaved correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
[serialization-via-notifications-api.any.worker.html]
|
||||
type: testharness
|
||||
[SharedArrayBuffer cloning via the Notifications API's data member: basic case]
|
||||
expected: FAIL
|
||||
|
||||
[SharedArrayBuffer cloning via the Notifications API's data member: is interleaved correctly]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[serialization-via-notifications-api.any.html]
|
||||
type: testharness
|
||||
[SharedArrayBuffer cloning via the Notifications API's data member: basic case]
|
||||
expected: FAIL
|
||||
|
||||
[SharedArrayBuffer cloning via the Notifications API's data member: is interleaved correctly]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[window-domain-success.sub.html]
|
||||
type: testharness
|
||||
[postMessaging to a same-origin-domain (but not same-origin) iframe allows them to see each others' modifications]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[window-messagechannel-success.html]
|
||||
type: testharness
|
||||
[postMessaging to a dedicated worker via MessageChannel allows them to see each others' modifications]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[window-serviceworker-failure.https.html]
|
||||
type: testharness
|
||||
[SharedArrayBuffer cannot cross agent clusters, service worker edition]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[window-sharedworker-failure.html]
|
||||
type: testharness
|
||||
[SharedArrayBuffer cannot cross agent clusters, shared worker edition]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[window-similar-but-cross-origin-success.sub.html]
|
||||
type: testharness
|
||||
[postMessaging to a not same-origin-domain, but similar origin, iframe allows them to see each others' modifications]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
[window-simple-success.html]
|
||||
type: testharness
|
||||
[postMessaging to a dedicated worker allows them to see each others' modifications with DataView]
|
||||
expected: FAIL
|
||||
|
||||
[postMessaging to a dedicated worker allows them to see each others' modifications with Int8Array]
|
||||
expected: FAIL
|
||||
|
||||
[postMessaging to a dedicated worker allows them to see each others' modifications with Uint8Array]
|
||||
expected: FAIL
|
||||
|
||||
[postMessaging to a dedicated worker allows them to see each others' modifications with Uint8ClampedArray]
|
||||
expected: FAIL
|
||||
|
||||
[postMessaging to a dedicated worker allows them to see each others' modifications with Int16Array]
|
||||
expected: FAIL
|
||||
|
||||
[postMessaging to a dedicated worker allows them to see each others' modifications with Uint16Array]
|
||||
expected: FAIL
|
||||
|
||||
[postMessaging to a dedicated worker allows them to see each others' modifications with Int32Array]
|
||||
expected: FAIL
|
||||
|
||||
[postMessaging to a dedicated worker allows them to see each others' modifications with Uint32Array]
|
||||
expected: FAIL
|
||||
|
||||
[postMessaging to a dedicated worker allows them to see each others' modifications with Float32Array]
|
||||
expected: FAIL
|
||||
|
||||
[postMessaging to a dedicated worker allows them to see each others' modifications with Float64Array]
|
||||
expected: FAIL
|
||||
|
||||
[postMessaging to a same-origin iframe allows them to see each others' modifications]
|
||||
expected: FAIL
|
||||
|
||||
[postMessaging to a same-origin deeply-nested iframe allows them to see each others' modifications]
|
||||
expected: FAIL
|
||||
|
||||
[postMessaging to a same-origin opened window allows them to see each others' modifications]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue