tor-browser

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

resource-selection-invoke-load.html.ini (674B)


      1 [resource-selection-invoke-load.html]
      2  [invoking resource selection with load()]
      3    expected:
      4      if (os == "linux") and not debug and (processor == "x86_64") and not asan and tsan: [PASS, FAIL]
      5      if (os == "linux") and not debug and (processor == "x86_64") and not asan and not tsan: [PASS, FAIL]
      6      if (os == "linux") and not debug and (processor == "x86_64") and asan: [PASS, FAIL]
      7      if (os == "win") and os_version == "11.26100" and ccov: [PASS, FAIL]
      8      if (os == "win") and debug and (processor == "x86_64"): FAIL
      9      if (os == "win") and not debug: FAIL
     10      if (os == "android") and not debug: FAIL
     11      if os == "mac": FAIL
     12      [FAIL, PASS]