tor-browser

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

observable-reduce.any.js.ini (1681B)


      1 [observable-reduce.any.worker.html]
      2  [reduce(): Reduces the values of the Observable, starting with the initial seed value]
      3    expected: FAIL
      4 
      5  [reduce(): Rejects if the source observable emits an error]
      6    expected: FAIL
      7 
      8  [reduce(): Seeds with the first value of the source, if no initial value is provided]
      9    expected: FAIL
     10 
     11  [reduce(): Errors thrown in reducer reject the promise and abort the source]
     12    expected: FAIL
     13 
     14  [reduce(): When source is empty, promise resolves with initial value]
     15    expected: FAIL
     16 
     17  [reduce(): When source is empty, AND no seed value is provided, the promise rejects with a TypeError]
     18    expected: FAIL
     19 
     20  [reduce(): Reject with an AbortError if the subscription is aborted before the source completes]
     21    expected: FAIL
     22 
     23  [reduce(): Reduces the values for different objects]
     24    expected: FAIL
     25 
     26 
     27 [observable-reduce.any.html]
     28  [reduce(): Reduces the values of the Observable, starting with the initial seed value]
     29    expected: FAIL
     30 
     31  [reduce(): Rejects if the source observable emits an error]
     32    expected: FAIL
     33 
     34  [reduce(): Seeds with the first value of the source, if no initial value is provided]
     35    expected: FAIL
     36 
     37  [reduce(): Errors thrown in reducer reject the promise and abort the source]
     38    expected: FAIL
     39 
     40  [reduce(): When source is empty, promise resolves with initial value]
     41    expected: FAIL
     42 
     43  [reduce(): When source is empty, AND no seed value is provided, the promise rejects with a TypeError]
     44    expected: FAIL
     45 
     46  [reduce(): Reject with an AbortError if the subscription is aborted before the source completes]
     47    expected: FAIL
     48 
     49  [reduce(): Reduces the values for different objects]
     50    expected: FAIL