tor-browser

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

embedded-js.html.ini (1209B)


      1 [embedded-js.html]
      2  disabled:
      3    if os == "win": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
      4    if os == "mac": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
      5  expected:
      6    if (os == "win") and not debug and ccov: OK
      7    if (os == "linux") and not debug and (processor == "x86_64") and fission: [OK, TIMEOUT]
      8    if (os == "linux") and not debug and (processor == "x86_64") and not fission: [OK, TIMEOUT]
      9    if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, OK]
     10    if (os == "linux") and debug: [OK, TIMEOUT]
     11    if (os == "mac") and not debug: TIMEOUT
     12    if (os == "win") and not debug: TIMEOUT
     13  [Page with <object type=application/javascript data=/resources/test-only-api.js>]
     14    expected:
     15      if (os == "win") and not debug and ccov: PASS
     16      if (os == "linux") and not debug and (processor == "x86_64") and fission: [PASS, TIMEOUT]
     17      if (os == "linux") and not debug and (processor == "x86_64") and not fission: [PASS, TIMEOUT]
     18      if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, PASS]
     19      if (os == "linux") and debug: [PASS, TIMEOUT]
     20      if (os == "win") and not debug: TIMEOUT
     21      if (os == "mac") and not debug: TIMEOUT