tor-browser

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

observable-switchMap.any.js.ini (1475B)


      1 [observable-switchMap.any.worker.html]
      2  [switchMap(): result subscribes to one inner observable at a time, unsubscribing from the previous active one when a new one replaces it]
      3    expected: FAIL
      4 
      5  [switchMap(): result does not complete when the source observable completes, if the inner observable is still active]
      6    expected: FAIL
      7 
      8  [switchMap(): result emits an error if Mapper callback throws an error]
      9    expected: FAIL
     10 
     11  [switchMap(): result emits an error if the source observable emits an error]
     12    expected: FAIL
     13 
     14  [switchMap(): result emits an error if the inner observable emits an error]
     15    expected: FAIL
     16 
     17  [switchMap(): should unsubscribe in the correct order when user aborts the subscription]
     18    expected: FAIL
     19 
     20 
     21 [observable-switchMap.any.html]
     22  [switchMap(): result subscribes to one inner observable at a time, unsubscribing from the previous active one when a new one replaces it]
     23    expected: FAIL
     24 
     25  [switchMap(): result does not complete when the source observable completes, if the inner observable is still active]
     26    expected: FAIL
     27 
     28  [switchMap(): result emits an error if Mapper callback throws an error]
     29    expected: FAIL
     30 
     31  [switchMap(): result emits an error if the source observable emits an error]
     32    expected: FAIL
     33 
     34  [switchMap(): result emits an error if the inner observable emits an error]
     35    expected: FAIL
     36 
     37  [switchMap(): should unsubscribe in the correct order when user aborts the subscription]
     38    expected: FAIL