tor-browser

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

observable-drop.any.js.ini (1629B)


      1 [observable-drop.any.worker.html]
      2  [drop(): Observable should skip the first n values from the source observable, then pass through the rest of the values and completion]
      3    expected: FAIL
      4 
      5  [drop(): Observable passes through errors from source Observable]
      6    expected: FAIL
      7 
      8  [drop(): Observable passes through errors from source observable even before drop count is met]
      9    expected: FAIL
     10 
     11  [drop(): Observable passes through completions from source observable even before drop count is met]
     12    expected: FAIL
     13 
     14  [drop(): Unsubscribing from the Observable returned by drop() also unsubscribes from the source Observable]
     15    expected: FAIL
     16 
     17  [drop(): A drop amount of 0 simply mirrors the source Observable]
     18    expected: FAIL
     19 
     20  [drop(): Passing negative value wraps to maximum value ]
     21    expected: FAIL
     22 
     23 
     24 [observable-drop.any.html]
     25  [drop(): Observable should skip the first n values from the source observable, then pass through the rest of the values and completion]
     26    expected: FAIL
     27 
     28  [drop(): Observable passes through errors from source Observable]
     29    expected: FAIL
     30 
     31  [drop(): Observable passes through errors from source observable even before drop count is met]
     32    expected: FAIL
     33 
     34  [drop(): Observable passes through completions from source observable even before drop count is met]
     35    expected: FAIL
     36 
     37  [drop(): Unsubscribing from the Observable returned by drop() also unsubscribes from the source Observable]
     38    expected: FAIL
     39 
     40  [drop(): A drop amount of 0 simply mirrors the source Observable]
     41    expected: FAIL
     42 
     43  [drop(): Passing negative value wraps to maximum value ]
     44    expected: FAIL