tor-browser

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

observable-catch.any.js.ini (1795B)


      1 [observable-catch.any.html]
      2  [catch(): Returns an Observable that is a pass-through for next()/complete()]
      3    expected: FAIL
      4 
      5  [catch(): Handle errors from source and flatten to a new Observable]
      6    expected: FAIL
      7 
      8  [catch(): Errors thrown in the catch() callback are sent to the consumer's error handler]
      9    expected: FAIL
     10 
     11  [catch(): CatchHandler can return an empty iterable]
     12    expected: FAIL
     13 
     14  [catch(): CatchHandler can return a Promise]
     15    expected: FAIL
     16 
     17  [catch(): should handle returning an async iterable]
     18    expected: FAIL
     19 
     20  [catch(): CatchHandler emits an error if the value returned is not convertible to an Observable]
     21    expected: FAIL
     22 
     23  [catch(): CatchHandler returns an Observable that throws immediately on subscription]
     24    expected: FAIL
     25 
     26  [catch(): Abort order between outer AbortSignal and inner CatchHandler subscriber's AbortSignal]
     27    expected: FAIL
     28 
     29 
     30 [observable-catch.any.worker.html]
     31  [catch(): Returns an Observable that is a pass-through for next()/complete()]
     32    expected: FAIL
     33 
     34  [catch(): Handle errors from source and flatten to a new Observable]
     35    expected: FAIL
     36 
     37  [catch(): Errors thrown in the catch() callback are sent to the consumer's error handler]
     38    expected: FAIL
     39 
     40  [catch(): CatchHandler can return an empty iterable]
     41    expected: FAIL
     42 
     43  [catch(): CatchHandler can return a Promise]
     44    expected: FAIL
     45 
     46  [catch(): should handle returning an async iterable]
     47    expected: FAIL
     48 
     49  [catch(): CatchHandler emits an error if the value returned is not convertible to an Observable]
     50    expected: FAIL
     51 
     52  [catch(): CatchHandler returns an Observable that throws immediately on subscription]
     53    expected: FAIL
     54 
     55  [catch(): Abort order between outer AbortSignal and inner CatchHandler subscriber's AbortSignal]
     56    expected: FAIL