Update web-platform-tests to revision b'8e164c249d2b93a4234a2710a5e2cc5a16fab499' (#33515)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-09-22 03:24:38 +02:00 committed by GitHub
parent f986160ed4
commit 8276673bae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
591 changed files with 27135 additions and 13215 deletions

View file

@ -53,6 +53,54 @@
[from(): Throws 'callable' error when @@iterator property is a non-callable primitive]
expected: FAIL
[from(): Async iterable protocol null, converts as iterator]
expected: FAIL
[from(): Asynchronous iterable conversion]
expected: FAIL
[from(): Asynchronous iterable multiple in-flight subscriptions competing]
expected: FAIL
[from(): Asynchronous generator conversion: can only be used once]
expected: FAIL
[from(): Promise-wrapping semantics of IteratorResult interface]
expected: FAIL
[from(): Errors thrown in Symbol.asyncIterator() are propagated synchronously]
expected: FAIL
[from(): Errors thrown in async iterator's next() GETTER are propagated in a microtask]
expected: FAIL
[from(): Errors thrown in async iterator's next() are propagated in a microtask]
expected: FAIL
[from(): Aborting sync iterable midway through iteration both stops iteration and invokes `IteratorRecord#return()]
expected: FAIL
[from(): Asynchronous iterable conversion, with synchronous iterable fallback]
expected: FAIL
[from(): Generator finally block runs when subscription is aborted]
expected: FAIL
[from(): Generator finally block run when Observable completes]
expected: FAIL
[from(): Generator finally block run when Observable errors]
expected: FAIL
[from(): Async generator finally block run when subscription is aborted]
expected: FAIL
[from(): Async generator finally block runs when Observable completes]
expected: FAIL
[from(): Async generator finally block run when Observable errors]
expected: FAIL
[observable-from.any.html]
[from(): Observable.from() is a function]
@ -108,3 +156,51 @@
[from(): Throws 'callable' error when @@iterator property is a non-callable primitive]
expected: FAIL
[from(): Async iterable protocol null, converts as iterator]
expected: FAIL
[from(): Asynchronous iterable conversion]
expected: FAIL
[from(): Asynchronous iterable multiple in-flight subscriptions competing]
expected: FAIL
[from(): Asynchronous generator conversion: can only be used once]
expected: FAIL
[from(): Promise-wrapping semantics of IteratorResult interface]
expected: FAIL
[from(): Errors thrown in Symbol.asyncIterator() are propagated synchronously]
expected: FAIL
[from(): Errors thrown in async iterator's next() GETTER are propagated in a microtask]
expected: FAIL
[from(): Errors thrown in async iterator's next() are propagated in a microtask]
expected: FAIL
[from(): Aborting sync iterable midway through iteration both stops iteration and invokes `IteratorRecord#return()]
expected: FAIL
[from(): Asynchronous iterable conversion, with synchronous iterable fallback]
expected: FAIL
[from(): Generator finally block runs when subscription is aborted]
expected: FAIL
[from(): Generator finally block run when Observable completes]
expected: FAIL
[from(): Generator finally block run when Observable errors]
expected: FAIL
[from(): Async generator finally block run when subscription is aborted]
expected: FAIL
[from(): Async generator finally block runs when Observable completes]
expected: FAIL
[from(): Async generator finally block run when Observable errors]
expected: FAIL