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

@ -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