tor-browser

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

xhr-timeout-longtask.any.js.ini (477B)


      1 [xhr-timeout-longtask.any.html]
      2  [Long tasks should not trigger load timeout]
      3    expected:
      4      if (os == "mac") and debug: [PASS, FAIL]
      5      if (os == "mac") and not debug: [FAIL, PASS]
      6      FAIL
      7 
      8 
      9 [xhr-timeout-longtask.any.worker.html]
     10  [Long tasks should not trigger load timeout]
     11    expected:
     12      if (os == "linux") and fission and asan: [FAIL, PASS]
     13      if (os == "win") and not debug: PASS
     14      if (os == "mac") and not debug: [FAIL, PASS]
     15      [PASS, FAIL]