tor-browser

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

observable-flatMap.any.js.ini (1825B)


      1 [observable-flatMap.any.html]
      2  [flatMap(): Flattens simple source Observable properly]
      3    expected: FAIL
      4 
      5  [flatMap(): Returned Observable passes through source Observable errors]
      6    expected: FAIL
      7 
      8  [flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable emits an error]
      9    expected: FAIL
     10 
     11  [flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable throws an error]
     12    expected: FAIL
     13 
     14  [flatMap(): result Observable does not complete until source and inner Observables all complete]
     15    expected: FAIL
     16 
     17  [flatMap(): result Observable does not complete after source Observable completes while there are still queued inner Observables to process Observables all complete]
     18    expected: FAIL
     19 
     20  [flatMap(): source and inner active Observables are both unsubscribed from once the outer subscription signal is aborted]
     21    expected: FAIL
     22 
     23 
     24 [observable-flatMap.any.worker.html]
     25  [flatMap(): Flattens simple source Observable properly]
     26    expected: FAIL
     27 
     28  [flatMap(): Returned Observable passes through source Observable errors]
     29    expected: FAIL
     30 
     31  [flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable emits an error]
     32    expected: FAIL
     33 
     34  [flatMap(): Outer Subscription synchronously becomes inactive when an 'inner' Observable throws an error]
     35    expected: FAIL
     36 
     37  [flatMap(): result Observable does not complete until source and inner Observables all complete]
     38    expected: FAIL
     39 
     40  [flatMap(): result Observable does not complete after source Observable completes while there are still queued inner Observables to process Observables all complete]
     41    expected: FAIL
     42 
     43  [flatMap(): source and inner active Observables are both unsubscribed from once the outer subscription signal is aborted]
     44    expected: FAIL