mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
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:
parent
97f486ad26
commit
c3a58f9c16
889 changed files with 225440 additions and 53621 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue