tor-browser

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

wpt-server-wpt-flags.sub.html.ini (740B)


      1 [wpt-server-wpt-flags.sub.html?wpt_flags=https]
      2  expected:
      3    if (os == "linux") and debug and not fission and swgl: [OK, ERROR]
      4    if (os == "linux") and not debug and fission: [OK, ERROR]
      5    if (os == "linux") and not debug and not fission: [OK, CRASH]
      6 
      7 [wpt-server-wpt-flags.sub.html]
      8  expected:
      9    if (os == "linux") and fission and debug and not swgl: [OK, CRASH]
     10    if (os == "linux") and not fission and not debug: [OK, CRASH, ERROR]
     11 
     12 [wpt-server-wpt-flags.sub.html?wpt_flags=h2]
     13  expected:
     14    if (os == "linux") and fission and not debug and (processor == "x86_64"): [OK, ERROR]
     15    if (os == "linux") and fission and debug and not swgl: [OK, ERROR, CRASH]
     16    if (os == "linux") and not fission and not debug: [OK, CRASH]