Bug 1893179 [wpt PR 45875] - Update wpt metadata, a=testonly

wpt-pr: 45875
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2024-04-30 09:00:27 +00:00
Родитель eedba1e9ea
Коммит 35819f8d46
3 изменённых файлов: 144 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,62 @@
[observable-every.any.html]
[every(): Promise resolves to true if all values pass the predicate]
expected: FAIL
[every(): Promise resolves to false if any value fails the predicate]
expected: FAIL
[every(): Abort the subscription to the source if the predicate does not pass]
expected: FAIL
[every(): Lifecycle checks when all values pass the predicate]
expected: FAIL
[every(): Lifecycle checks when any value fails the predicate]
expected: FAIL
[every(): Resolves with true if the observable completes without emitting a value]
expected: FAIL
[every(): Rejects with any error emitted from the source observable]
expected: FAIL
[every(): Rejects with any error thrown from the predicate]
expected: FAIL
[every(): Index is passed into the predicate]
expected: FAIL
[every(): Rejects with a DOMException if the source Observable is aborted]
expected: FAIL
[observable-every.any.worker.html]
[every(): Promise resolves to true if all values pass the predicate]
expected: FAIL
[every(): Promise resolves to false if any value fails the predicate]
expected: FAIL
[every(): Abort the subscription to the source if the predicate does not pass]
expected: FAIL
[every(): Lifecycle checks when all values pass the predicate]
expected: FAIL
[every(): Lifecycle checks when any value fails the predicate]
expected: FAIL
[every(): Resolves with true if the observable completes without emitting a value]
expected: FAIL
[every(): Rejects with any error emitted from the source observable]
expected: FAIL
[every(): Rejects with any error thrown from the predicate]
expected: FAIL
[every(): Index is passed into the predicate]
expected: FAIL
[every(): Rejects with a DOMException if the source Observable is aborted]
expected: FAIL

Просмотреть файл

@ -0,0 +1,38 @@
[observable-find.any.worker.html]
[find(): Promise resolves with the first value that passes the predicate]
expected: FAIL
[find(): Promise resolves with undefined if no value passes the predicate]
expected: FAIL
[find(): Promise rejects with the error emitted from the source Observable]
expected: FAIL
[find(): Promise rejects with any error thrown from the predicate]
expected: FAIL
[find(): Passes the index of the value to the predicate]
expected: FAIL
[find(): Rejects with AbortError when the signal is aborted]
expected: FAIL
[observable-find.any.html]
[find(): Promise resolves with the first value that passes the predicate]
expected: FAIL
[find(): Promise resolves with undefined if no value passes the predicate]
expected: FAIL
[find(): Promise rejects with the error emitted from the source Observable]
expected: FAIL
[find(): Promise rejects with any error thrown from the predicate]
expected: FAIL
[find(): Passes the index of the value to the predicate]
expected: FAIL
[find(): Rejects with AbortError when the signal is aborted]
expected: FAIL

Просмотреть файл

@ -0,0 +1,44 @@
[observable-some.any.html]
[some(): subscriber is inactive after the first value that passes the predicate, because the source was unsubscribed from]
expected: FAIL
[observable-some]
expected: FAIL
[observable-some 1]
expected: FAIL
[some(): The returned promise rejects with an error if the predicate errors]
expected: FAIL
[some(): The returned promise rejects with an error if the source observable errors]
expected: FAIL
[some(): The returned promise resolves as false if the source observable completes without emitting a value]
expected: FAIL
[some(): The return promise rejects with a DOMException if the signal is aborted]
expected: FAIL
[observable-some.any.worker.html]
[some(): subscriber is inactive after the first value that passes the predicate, because the source was unsubscribed from]
expected: FAIL
[observable-some]
expected: FAIL
[observable-some 1]
expected: FAIL
[some(): The returned promise rejects with an error if the predicate errors]
expected: FAIL
[some(): The returned promise rejects with an error if the source observable errors]
expected: FAIL
[some(): The returned promise resolves as false if the source observable completes without emitting a value]
expected: FAIL
[some(): The return promise rejects with a DOMException if the signal is aborted]
expected: FAIL