tor-browser

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

abort-after-send.any.js.ini (459B)


      1 [abort-after-send.any.worker.html]
      2  [XMLHttpRequest: abort() after send()]
      3    expected:
      4      if (os == "linux") and (processor == "x86_64") and not tsan and not debug and asan: [PASS, FAIL]
      5      if (os == "linux") and (processor == "x86_64") and not tsan and debug: [PASS, FAIL]
      6      if (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL]
      7      if (os == "linux") and (processor == "x86"): [PASS, FAIL]
      8 
      9 
     10 [abort-after-send.any.html]