observable-finally.any.js.ini (2033B)
1 [observable-finally.any.html] 2 [finally(): Mirrors all values and completions from source] 3 expected: FAIL 4 5 [finally(): Mirrors all values and errors from the source] 6 expected: FAIL 7 8 [finally(): Callback handler fires BEFORE the source observable completes] 9 expected: FAIL 10 11 [finally(): Callback handler fires BEFORE the source observable errors] 12 expected: FAIL 13 14 [finally(): Handlers run in composition order] 15 expected: FAIL 16 17 [finally(): Errors thrown in the finally handler (during Subscriber#error()) are reported to the global immediately] 18 expected: FAIL 19 20 [finally(): Errors thrown in the finally handler (during Subscriber#complete()) are reported to the global immediately] 21 expected: FAIL 22 23 [finally(): Callback is run if consumer aborts the subscription] 24 expected: FAIL 25 26 [finally(): Callback is run before next inner subscription in flatMap()] 27 expected: FAIL 28 29 [finally(): Callback is run before next inner subscription in switchMap()] 30 expected: FAIL 31 32 33 [observable-finally.any.worker.html] 34 [finally(): Mirrors all values and completions from source] 35 expected: FAIL 36 37 [finally(): Mirrors all values and errors from the source] 38 expected: FAIL 39 40 [finally(): Callback handler fires BEFORE the source observable completes] 41 expected: FAIL 42 43 [finally(): Callback handler fires BEFORE the source observable errors] 44 expected: FAIL 45 46 [finally(): Handlers run in composition order] 47 expected: FAIL 48 49 [finally(): Errors thrown in the finally handler (during Subscriber#error()) are reported to the global immediately] 50 expected: FAIL 51 52 [finally(): Errors thrown in the finally handler (during Subscriber#complete()) are reported to the global immediately] 53 expected: FAIL 54 55 [finally(): Callback is run if consumer aborts the subscription] 56 expected: FAIL 57 58 [finally(): Callback is run before next inner subscription in flatMap()] 59 expected: FAIL 60 61 [finally(): Callback is run before next inner subscription in switchMap()] 62 expected: FAIL