tor-browser

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

observable-every.any.js.ini (1857B)


      1 [observable-every.any.html]
      2  [every(): Promise resolves to true if all values pass the predicate]
      3    expected: FAIL
      4 
      5  [every(): Promise resolves to false if any value fails the predicate]
      6    expected: FAIL
      7 
      8  [every(): Abort the subscription to the source if the predicate does not pass]
      9    expected: FAIL
     10 
     11  [every(): Lifecycle checks when all values pass the predicate]
     12    expected: FAIL
     13 
     14  [every(): Lifecycle checks when any value fails the predicate]
     15    expected: FAIL
     16 
     17  [every(): Resolves with true if the observable completes without emitting a value]
     18    expected: FAIL
     19 
     20  [every(): Rejects with any error emitted from the source observable]
     21    expected: FAIL
     22 
     23  [every(): Rejects with any error thrown from the predicate]
     24    expected: FAIL
     25 
     26  [every(): Index is passed into the predicate]
     27    expected: FAIL
     28 
     29  [every(): Rejects with a DOMException if the source Observable is aborted]
     30    expected: FAIL
     31 
     32 
     33 [observable-every.any.worker.html]
     34  [every(): Promise resolves to true if all values pass the predicate]
     35    expected: FAIL
     36 
     37  [every(): Promise resolves to false if any value fails the predicate]
     38    expected: FAIL
     39 
     40  [every(): Abort the subscription to the source if the predicate does not pass]
     41    expected: FAIL
     42 
     43  [every(): Lifecycle checks when all values pass the predicate]
     44    expected: FAIL
     45 
     46  [every(): Lifecycle checks when any value fails the predicate]
     47    expected: FAIL
     48 
     49  [every(): Resolves with true if the observable completes without emitting a value]
     50    expected: FAIL
     51 
     52  [every(): Rejects with any error emitted from the source observable]
     53    expected: FAIL
     54 
     55  [every(): Rejects with any error thrown from the predicate]
     56    expected: FAIL
     57 
     58  [every(): Index is passed into the predicate]
     59    expected: FAIL
     60 
     61  [every(): Rejects with a DOMException if the source Observable is aborted]
     62    expected: FAIL