tor-browser

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

observable-some.any.js.ini (1397B)


      1 [observable-some.any.html]
      2  [some(): subscriber is inactive after the first value that passes the predicate, because the source was unsubscribed from]
      3    expected: FAIL
      4 
      5  [observable-some]
      6    expected: FAIL
      7 
      8  [observable-some 1]
      9    expected: FAIL
     10 
     11  [some(): The returned promise rejects with an error if the predicate errors]
     12    expected: FAIL
     13 
     14  [some(): The returned promise rejects with an error if the source observable errors]
     15    expected: FAIL
     16 
     17  [some(): The returned promise resolves as false if the source observable completes without emitting a value]
     18    expected: FAIL
     19 
     20  [some(): The return promise rejects with a DOMException if the signal is aborted]
     21    expected: FAIL
     22 
     23 
     24 [observable-some.any.worker.html]
     25  [some(): subscriber is inactive after the first value that passes the predicate, because the source was unsubscribed from]
     26    expected: FAIL
     27 
     28  [observable-some]
     29    expected: FAIL
     30 
     31  [observable-some 1]
     32    expected: FAIL
     33 
     34  [some(): The returned promise rejects with an error if the predicate errors]
     35    expected: FAIL
     36 
     37  [some(): The returned promise rejects with an error if the source observable errors]
     38    expected: FAIL
     39 
     40  [some(): The returned promise resolves as false if the source observable completes without emitting a value]
     41    expected: FAIL
     42 
     43  [some(): The return promise rejects with a DOMException if the signal is aborted]
     44    expected: FAIL