tor-browser

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

cross-partition.https.tentative.html.ini (1193B)


      1 [cross-partition.https.tentative.html]
      2  expected:
      3    if (os == "linux") and debug: TIMEOUT
      4    if (os == "linux") and not debug and asan: [CRASH, OK, TIMEOUT]
      5    if (os == "linux") and not debug and not asan: [OK, TIMEOUT]
      6    if (os == "win") and not debug: [OK, TIMEOUT]
      7    if (os == "mac") and not debug: [OK, CRASH]
      8    if (os == "android") and not debug: [OK, CRASH]
      9    CRASH
     10  [BroadcastChannel messages aren't received from a cross-partition dedicated worker]
     11    expected:
     12      if os == "mac": [PASS, TIMEOUT]
     13      if os == "linux": [PASS, TIMEOUT]
     14 
     15  [BroadcastChannel messages aren't received from a cross-partition shared worker]
     16    expected:
     17      if (os == "win") and (processor == "x86"): [PASS, TIMEOUT]
     18      if (os == "linux") and debug: [TIMEOUT, PASS, NOTRUN]
     19      if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
     20      if os == "mac": [PASS, TIMEOUT, NOTRUN]
     21 
     22  [BroadcastChannel messages aren't received from a cross-partition service worker]
     23    expected:
     24      if (os == "win") and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     25      if (os == "linux") and debug: [NOTRUN, PASS, TIMEOUT]
     26      if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]