tor-browser

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

abort-upload-event-abort.any.js.ini (659B)


      1 [abort-upload-event-abort.any.worker.html]
      2  expected:
      3    if (os == "win") and debug and (processor == "x86_64") and not swgl: [OK, CRASH]
      4    if (os == "linux") and asan and fission: [OK, TIMEOUT]
      5    if (os == "linux") and asan and not fission: [TIMEOUT, OK]
      6    if (os == "linux") and not asan: [OK, TIMEOUT]
      7  [XMLHttpRequest: The abort() method: Fire a progress event named abort on the XMLHttpRequestUpload object]
      8    expected:
      9      if (os == "linux") and asan and fission: [PASS, TIMEOUT]
     10      if (os == "linux") and asan and not fission: [TIMEOUT, PASS]
     11      if (os == "linux") and not asan: [PASS, TIMEOUT]
     12 
     13 
     14 [abort-upload-event-abort.any.html]