tor-browser

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

resource-popup.https.html.ini (1457B)


      1 [resource-popup.https.html]
      2  expected:
      3    if (os == "linux") and (processor == "x86_64") and debug and not fission: [OK, ERROR, TIMEOUT]
      4    if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR, TIMEOUT]
      5    if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, OK, ERROR]
      6    if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK]
      7    if (os == "linux") and (processor == "x86"): [ERROR, OK, TIMEOUT]
      8    if isolated_process: CRASH
      9    if (os == "android") and debug: [OK, ERROR, TIMEOUT]
     10    if (os == "android") and not debug: [OK, ERROR, TIMEOUT, CRASH]
     11    [OK, TIMEOUT]
     12  bug: 1709960
     13  [/common/dummy.xml - parent COOP: ""; child COOP: "same-origin"]
     14    expected:
     15      if (os == "linux") and not debug and tsan: [FAIL, PASS, TIMEOUT]
     16      if (os == "win") and debug: [FAIL, PASS, TIMEOUT]
     17      if os == "android": [FAIL, PASS, TIMEOUT]
     18      [PASS, FAIL, TIMEOUT]
     19 
     20  [/images/red.png - parent COOP: ""; child COOP: "same-origin"]
     21    expected:
     22      if os == "win": [PASS, FAIL, TIMEOUT]
     23      if os == "linux": [PASS, FAIL, TIMEOUT]
     24      [FAIL, PASS, TIMEOUT]
     25 
     26  [/media/2x2-green.mp4 - parent COOP: ""; child COOP: "same-origin"]
     27    expected:
     28      if (os == "win") and not debug: [TIMEOUT, PASS]
     29      [PASS, TIMEOUT]
     30 
     31  [/common/text-plain.txt - parent COOP: ""; child COOP: "same-origin"]
     32    expected:
     33      if (os == "android") and debug: [FAIL, PASS, TIMEOUT]
     34      [PASS, FAIL, TIMEOUT]