tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

observable-takeUntil.any.js.ini (2281B)


      1 [observable-takeUntil.any.html]
      2  [takeUntil subscribes to source Observable and mirrors it uninterrupted]
      3    expected: FAIL
      4 
      5  [takeUntil subscribes to notifier]
      6    expected: FAIL
      7 
      8  [takeUntil: notifier next() unsubscribes from notifier & source observable]
      9    expected: FAIL
     10 
     11  [takeUntil()'s AbortSignal unsubscribes from notifier & source observable]
     12    expected: FAIL
     13 
     14  [takeUntil: source never subscribed to when notifier synchronously emits a value]
     15    expected: FAIL
     16 
     17  [takeUntil: source never subscribed to when notifier synchronously emits error]
     18    expected: FAIL
     19 
     20  [takeUntil: source is uninterrupted when notifier completes, even synchronously]
     21    expected: FAIL
     22 
     23  [takeUntil() mirrors the source Observable until its first next() value]
     24    expected: FAIL
     25 
     26  [takeUntil: notifier calls `Subscriber#error()` twice; second goes to global error handler]
     27    expected: FAIL
     28 
     29  [takeUntil: notifier next() unsubscribes from notifier]
     30    expected: FAIL
     31 
     32  [takeUntil: notifier error() unsubscribes from notifier]
     33    expected: FAIL
     34 
     35  [takeUntil: notifier throw Error unsubscribes from notifier]
     36    expected: FAIL
     37 
     38 
     39 [observable-takeUntil.any.worker.html]
     40  [takeUntil subscribes to source Observable and mirrors it uninterrupted]
     41    expected: FAIL
     42 
     43  [takeUntil subscribes to notifier]
     44    expected: FAIL
     45 
     46  [takeUntil: notifier next() unsubscribes from notifier & source observable]
     47    expected: FAIL
     48 
     49  [takeUntil()'s AbortSignal unsubscribes from notifier & source observable]
     50    expected: FAIL
     51 
     52  [takeUntil: source never subscribed to when notifier synchronously emits a value]
     53    expected: FAIL
     54 
     55  [takeUntil: source never subscribed to when notifier synchronously emits error]
     56    expected: FAIL
     57 
     58  [takeUntil: source is uninterrupted when notifier completes, even synchronously]
     59    expected: FAIL
     60 
     61  [takeUntil() mirrors the source Observable until its first next() value]
     62    expected: FAIL
     63 
     64  [takeUntil: notifier calls `Subscriber#error()` twice; second goes to global error handler]
     65    expected: FAIL
     66 
     67  [takeUntil: notifier next() unsubscribes from notifier]
     68    expected: FAIL
     69 
     70  [takeUntil: notifier error() unsubscribes from notifier]
     71    expected: FAIL
     72 
     73  [takeUntil: notifier throw Error unsubscribes from notifier]
     74    expected: FAIL