servo/tests/wpt/meta/dom/observable/tentative/observable-take.any.js.ini
Servo WPT Sync 5ba9cfe809
Update web-platform-tests to revision b'fc557e215e11221c91de4f283539725ef2f35928' (#35741)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
2025-03-02 12:18:38 +00:00

38 lines
1.4 KiB
INI
Vendored

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