1
0
Fork 0
firefox/testing/web-platform/meta/dom/observable/tentative/observable-take.any.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

38 lines
1.4 KiB
INI

[observable-take.any.html]
[take(): Takes the first N values from the source observable, then completes]
expected: FAIL
[take(): Forwards complete()s that happen before the take count is met, and unsubscribes from source Observable]
expected: FAIL
[take(): Should forward errors from the source observable]
expected: FAIL
[take(): take(0) should not subscribe to the source observable, and should return an observable that immediately completes]
expected: FAIL
[take(): Negative count is treated as maximum value]
expected: FAIL
[take(): No crash when take(1) unsubscribes from its source when next() is called, and the Subscriber iterates over the rest of the Observables]
expected: FAIL
[observable-take.any.worker.html]
[take(): Takes the first N values from the source observable, then completes]
expected: FAIL
[take(): Forwards complete()s that happen before the take count is met, and unsubscribes from source Observable]
expected: FAIL
[take(): Should forward errors from the source observable]
expected: FAIL
[take(): take(0) should not subscribe to the source observable, and should return an observable that immediately completes]
expected: FAIL
[take(): Negative count is treated as maximum value]
expected: FAIL
[take(): No crash when take(1) unsubscribes from its source when next() is called, and the Subscriber iterates over the rest of the Observables]
expected: FAIL