tor-browser

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

resource_timing.worker.js.ini (524B)


      1 [resource_timing.worker.html]
      2  disabled:
      3    if os == "android": Bug 1557495, Bug 1499003, Bug 1557492
      4  expected:
      5    if (os == "win") and debug and (processor == "x86_64"): TIMEOUT
      6    if (os == "linux") and asan and fission: [TIMEOUT, OK]
      7    if os == "mac": OK
      8    [OK, TIMEOUT]
      9  [Performance Resource Entries in workers]
     10    expected:
     11      if (os == "win") and debug and (processor == "x86_64"): TIMEOUT
     12      if (os == "linux") and asan and fission: [TIMEOUT, PASS]
     13      if os == "mac": PASS
     14      [PASS, TIMEOUT]