tor-browser

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

observable-forEach.any.js.ini (1077B)


      1 [observable-forEach.any.html]
      2  [forEach(): Visitor callback called synchronously for each value]
      3    expected: FAIL
      4 
      5  [Errors thrown by Observable reject the returned promise]
      6    expected: FAIL
      7 
      8  [Errors pushed by Observable reject the returned promise]
      9    expected: FAIL
     10 
     11  [Errors thrown in the visitor callback reject the promise and unsubscribe from the source]
     12    expected: FAIL
     13 
     14  [forEach visitor callback rejection microtask ordering]
     15    expected: FAIL
     16 
     17  [forEach() promise resolves with undefined]
     18    expected: FAIL
     19 
     20 
     21 [observable-forEach.any.worker.html]
     22  [forEach(): Visitor callback called synchronously for each value]
     23    expected: FAIL
     24 
     25  [Errors thrown by Observable reject the returned promise]
     26    expected: FAIL
     27 
     28  [Errors pushed by Observable reject the returned promise]
     29    expected: FAIL
     30 
     31  [Errors thrown in the visitor callback reject the promise and unsubscribe from the source]
     32    expected: FAIL
     33 
     34  [forEach visitor callback rejection microtask ordering]
     35    expected: FAIL
     36 
     37  [forEach() promise resolves with undefined]
     38    expected: FAIL