tor-browser

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

response-cancel-stream.any.js.ini (1153B)


      1 [response-cancel-stream.any.sharedworker.html]
      2  expected:
      3    if os == "mac": [OK, ERROR, TIMEOUT]
      4  [Cancelling a closed Response stream]
      5    expected:
      6      if os == "mac": [PASS, FAIL, TIMEOUT]
      7 
      8 
      9 [response-cancel-stream.any.html]
     10  expected:
     11    if (os == "linux") and not fission and not debug: [OK, ERROR]
     12    if os == "win": [OK, ERROR]
     13    if os == "mac": [OK, ERROR, TIMEOUT]
     14  [Cancelling a closed Response stream]
     15    expected:
     16      if os == "mac": [PASS, FAIL, TIMEOUT]
     17 
     18  [Accessing .body after canceling it]
     19    expected:
     20      if os == "mac": [PASS, NOTRUN]
     21 
     22 
     23 [response-cancel-stream.any.serviceworker.html]
     24  max-asserts: 2
     25  expected:
     26    if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
     27    if (os == "android") and not debug: [OK, ERROR]
     28    if os == "mac": [OK, TIMEOUT]
     29  [Cancelling a closed Response stream]
     30    expected:
     31      if os == "mac": [PASS, FAIL, TIMEOUT]
     32 
     33 
     34 [response-cancel-stream.any.worker.html]
     35  expected:
     36    if (os == "win") and not debug: [OK, ERROR]
     37    if os == "mac": [OK, ERROR, TIMEOUT]
     38  [Cancelling a closed Response stream]
     39    expected:
     40      if os == "mac": [PASS, FAIL, TIMEOUT]