tor-browser

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

clear-cache-partitioning.tentative.https.html.ini (2355B)


      1 [clear-cache-partitioning.https.html]
      2  expected:
      3    if not tsan and asan and fission: [OK, TIMEOUT]
      4    if tsan: [OK, TIMEOUT]
      5  [clear double partitioned context with intermediate cross origin clears that partitioned data]
      6    expected:
      7      if not tsan and asan and fission: [PASS, TIMEOUT]
      8      if tsan: [PASS, NOTRUN]
      9 
     10  [clear in double partitioned with intermediate cross origin context doesn't clear unpartitioned data]
     11    expected:
     12      if tsan: [PASS, TIMEOUT]
     13 
     14  [clear in cross origin iframe doesn't affect embedder]
     15    expected:
     16      if (os == "linux") and (processor == "x86_64") and not debug and not asan and not tsan: [PASS, FAIL]
     17      if (os == "linux") and (processor == "x86_64") and debug and not fission: [PASS, FAIL]
     18      if (os == "linux") and (processor == "x86"): [PASS, FAIL]
     19 
     20 
     21 [clear-cache-partitioning.tentative.https.html]
     22  expected:
     23    if (os == "mac") and not debug: [OK, TIMEOUT]
     24  [clear in cross origin iframe doesn't affect embedder]
     25    expected:
     26      if (os == "linux") and not debug and not asan: [PASS, FAIL]
     27      if (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL]
     28      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, FAIL]
     29 
     30  [cross origin iframe data doesn't get cleared]
     31    expected:
     32      if (os == "linux") and not debug and fission: [PASS, FAIL]
     33      if (os == "android") and sessionHistoryInParent and debug: [FAIL, PASS]
     34      if (os == "android") and sessionHistoryInParent and not debug: [PASS, FAIL]
     35      if (os == "android") and not sessionHistoryInParent and debug: [FAIL, PASS]
     36 
     37  [clear double partitioned context with intermediate cross origin clears that partitioned data]
     38    expected:
     39      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
     40 
     41  [clear in double partitioned with intermediate cross origin context doesn't clear unpartitioned data]
     42    expected:
     43      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
     44 
     45  [clear in unpartitioned context doesn't clear double partitioned data with intermediate cross origin]
     46    expected:
     47      if (os == "mac") and not debug: [PASS, TIMEOUT]
     48 
     49  [clearing cache doesn't affect subdomain]
     50    expected:
     51      if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL]
     52      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL]