Update web-platform-tests to revision b'bf49dde84c5f05613115d6146d109f0ec3900694' (#34483)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-12-05 06:23:07 +01:00 committed by GitHub
parent 97f486ad26
commit c3a58f9c16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
889 changed files with 225440 additions and 53621 deletions

View file

@ -256,3 +256,21 @@
[async-iterator.any.shadowrealm.html]
expected: TIMEOUT
[async-iterator.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[async-iterator.any.shadowrealm-in-window.html]
expected: ERROR
[async-iterator.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[async-iterator.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[async-iterator.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[async-iterator.any.shadowrealm-in-sharedworker.html]
expected: ERROR

View file

@ -10,3 +10,21 @@
[bad-strategies.any.shadowrealm.html]
expected: TIMEOUT
[bad-strategies.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[bad-strategies.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[bad-strategies.any.shadowrealm-in-window.html]
expected: ERROR
[bad-strategies.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[bad-strategies.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[bad-strategies.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR

View file

@ -10,3 +10,21 @@
[bad-underlying-sources.any.shadowrealm.html]
expected: TIMEOUT
[bad-underlying-sources.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[bad-underlying-sources.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[bad-underlying-sources.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[bad-underlying-sources.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[bad-underlying-sources.any.shadowrealm-in-window.html]
expected: ERROR
[bad-underlying-sources.any.shadowrealm-in-sharedworker.html]
expected: ERROR

View file

@ -10,3 +10,21 @@
[cancel.any.shadowrealm.html]
expected: TIMEOUT
[cancel.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[cancel.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[cancel.any.shadowrealm-in-window.html]
expected: ERROR
[cancel.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[cancel.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[cancel.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR

View file

@ -10,3 +10,21 @@
[constructor.any.shadowrealm.html]
expected: TIMEOUT
[constructor.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[constructor.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[constructor.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[constructor.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[constructor.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[constructor.any.shadowrealm-in-window.html]
expected: ERROR

View file

@ -10,3 +10,21 @@
[count-queuing-strategy-integration.any.shadowrealm.html]
expected: TIMEOUT
[count-queuing-strategy-integration.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[count-queuing-strategy-integration.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[count-queuing-strategy-integration.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[count-queuing-strategy-integration.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[count-queuing-strategy-integration.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[count-queuing-strategy-integration.any.shadowrealm-in-window.html]
expected: ERROR

View file

@ -58,3 +58,21 @@
[default-reader.any.shadowrealm.html]
expected: TIMEOUT
[default-reader.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[default-reader.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[default-reader.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[default-reader.any.shadowrealm-in-window.html]
expected: ERROR
[default-reader.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[default-reader.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR

View file

@ -10,3 +10,21 @@
[floating-point-total-queue-size.any.shadowrealm.html]
expected: TIMEOUT
[floating-point-total-queue-size.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[floating-point-total-queue-size.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[floating-point-total-queue-size.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[floating-point-total-queue-size.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[floating-point-total-queue-size.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[floating-point-total-queue-size.any.shadowrealm-in-window.html]
expected: ERROR

View file

@ -83,6 +83,27 @@
[ReadableStream.from ignores a null @@asyncIterator]
expected: FAIL
[ReadableStream.from: stream errors when next() throws synchronously]
expected: FAIL
[ReadableStream.from: stream errors when next() returns a non-object]
expected: FAIL
[ReadableStream.from: stream errors when next() fulfills with a non-object]
expected: FAIL
[ReadableStream.from: cancel() resolves when return() method is missing]
expected: FAIL
[ReadableStream.from: cancel() rejects when return() is not a method]
expected: FAIL
[ReadableStream.from: cancel() rejects when return() rejects]
expected: FAIL
[ReadableStream.from: cancel() rejects when return() throws synchronously]
expected: FAIL
[from.any.serviceworker.html]
expected: ERROR
@ -175,6 +196,45 @@
[ReadableStream.from ignores a null @@asyncIterator]
expected: FAIL
[ReadableStream.from: stream errors when next() throws synchronously]
expected: FAIL
[ReadableStream.from: stream errors when next() returns a non-object]
expected: FAIL
[ReadableStream.from: stream errors when next() fulfills with a non-object]
expected: FAIL
[ReadableStream.from: cancel() resolves when return() method is missing]
expected: FAIL
[ReadableStream.from: cancel() rejects when return() is not a method]
expected: FAIL
[ReadableStream.from: cancel() rejects when return() rejects]
expected: FAIL
[ReadableStream.from: cancel() rejects when return() throws synchronously]
expected: FAIL
[from.any.shadowrealm.html]
expected: TIMEOUT
[from.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[from.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[from.any.shadowrealm-in-window.html]
expected: ERROR
[from.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[from.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[from.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR

View file

@ -10,3 +10,21 @@
[garbage-collection.any.shadowrealm.html]
expected: TIMEOUT
[garbage-collection.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[garbage-collection.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[garbage-collection.any.shadowrealm-in-window.html]
expected: ERROR
[garbage-collection.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[garbage-collection.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[garbage-collection.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR

View file

@ -22,3 +22,21 @@
[general.any.shadowrealm.html]
expected: TIMEOUT
[general.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[general.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[general.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[general.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[general.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[general.any.shadowrealm-in-window.html]
expected: ERROR

View file

@ -22,3 +22,21 @@
[owning-type-message-port.any.shadowrealm.html]
expected: TIMEOUT
[owning-type-message-port.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[owning-type-message-port.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[owning-type-message-port.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[owning-type-message-port.any.shadowrealm-in-window.html]
expected: ERROR
[owning-type-message-port.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[owning-type-message-port.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR

View file

@ -40,3 +40,21 @@
[owning-type.any.shadowrealm.html]
expected: TIMEOUT
[owning-type.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[owning-type.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[owning-type.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[owning-type.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[owning-type.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[owning-type.any.shadowrealm-in-window.html]
expected: ERROR

View file

@ -22,3 +22,21 @@
[patched-global.any.shadowrealm.html]
expected: TIMEOUT
[patched-global.any.shadowrealm-in-window.html]
expected: ERROR
[patched-global.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[patched-global.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[patched-global.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[patched-global.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[patched-global.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR

View file

@ -16,3 +16,21 @@
[reentrant-strategies.any.shadowrealm.html]
expected: TIMEOUT
[reentrant-strategies.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[reentrant-strategies.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[reentrant-strategies.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[reentrant-strategies.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[reentrant-strategies.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[reentrant-strategies.any.shadowrealm-in-window.html]
expected: ERROR

View file

@ -10,3 +10,21 @@
[tee.any.shadowrealm.html]
expected: TIMEOUT
[tee.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[tee.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[tee.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[tee.any.shadowrealm-in-window.html]
expected: ERROR
[tee.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[tee.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR

View file

@ -22,3 +22,21 @@
[templated.any.shadowrealm.html]
expected: TIMEOUT
[templated.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[templated.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[templated.any.shadowrealm-in-window.html]
expected: ERROR
[templated.https.any.shadowrealm-in-serviceworker.html]
expected: ERROR
[templated.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[templated.any.shadowrealm-in-sharedworker.html]
expected: ERROR