mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
33 lines
1.1 KiB
INI
33 lines
1.1 KiB
INI
[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
|
|
|
|
|
|
[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
|