tor-browser

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

observable-inspect.any.js.ini (3635B)


      1 [observable-inspect.any.worker.html]
      2  [inspect(): Provides a pre-subscription subscribe callback]
      3    expected: FAIL
      4 
      5  [inspect(): Provides a way to tap into the values and completions of the source observable using an observer]
      6    expected: FAIL
      7 
      8  [inspect(): Error handler does not stop error from being reported to the global, when subscriber does not pass error handler]
      9    expected: FAIL
     10 
     11  [inspect(): Provides a way to tap into the values and errors of the source observable using an observer. Errors are passed through]
     12    expected: FAIL
     13 
     14  [inspect(): ObserverCallback passed in]
     15    expected: FAIL
     16 
     17  [inspect(): Throwing an error in the observer next handler is caught and sent to the error callback of the result observable]
     18    expected: FAIL
     19 
     20  [inspect(): Throwing an error in the observer error handler in inspect() is caught and sent to the error callback of the result observable]
     21    expected: FAIL
     22 
     23  [inspect(): Throwing an error in the observer complete handler is caught and sent to the error callback of the result observable]
     24    expected: FAIL
     25 
     26  [inspect(): Throwing an error in the next handler function in do should be caught and sent to the error callback of the result observable]
     27    expected: FAIL
     28 
     29  [inspect(): Errors thrown in subscribe() Inspector handler subscribe handler are caught and sent to error callback]
     30    expected: FAIL
     31 
     32  [inspect(): Provides a way to tap into the moment a source observable is unsubscribed from]
     33    expected: FAIL
     34 
     35  [inspect(): Inspector abort() handler is not called if the source completes before the result is unsubscribed from]
     36    expected: FAIL
     37 
     38  [inspect(): Errors thrown from inspect()'s abort() handler are caught and reported to the global, because the subscription is already closed by the time the handler runs]
     39    expected: FAIL
     40 
     41 
     42 [observable-inspect.any.html]
     43  [inspect(): Provides a pre-subscription subscribe callback]
     44    expected: FAIL
     45 
     46  [inspect(): Provides a way to tap into the values and completions of the source observable using an observer]
     47    expected: FAIL
     48 
     49  [inspect(): Error handler does not stop error from being reported to the global, when subscriber does not pass error handler]
     50    expected: FAIL
     51 
     52  [inspect(): Provides a way to tap into the values and errors of the source observable using an observer. Errors are passed through]
     53    expected: FAIL
     54 
     55  [inspect(): ObserverCallback passed in]
     56    expected: FAIL
     57 
     58  [inspect(): Throwing an error in the observer next handler is caught and sent to the error callback of the result observable]
     59    expected: FAIL
     60 
     61  [inspect(): Throwing an error in the observer error handler in inspect() is caught and sent to the error callback of the result observable]
     62    expected: FAIL
     63 
     64  [inspect(): Throwing an error in the observer complete handler is caught and sent to the error callback of the result observable]
     65    expected: FAIL
     66 
     67  [inspect(): Throwing an error in the next handler function in do should be caught and sent to the error callback of the result observable]
     68    expected: FAIL
     69 
     70  [inspect(): Errors thrown in subscribe() Inspector handler subscribe handler are caught and sent to error callback]
     71    expected: FAIL
     72 
     73  [inspect(): Provides a way to tap into the moment a source observable is unsubscribed from]
     74    expected: FAIL
     75 
     76  [inspect(): Inspector abort() handler is not called if the source completes before the result is unsubscribed from]
     77    expected: FAIL
     78 
     79  [inspect(): Errors thrown from inspect()'s abort() handler are caught and reported to the global, because the subscription is already closed by the time the handler runs]
     80    expected: FAIL