tor-browser

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

flush.any.js.ini (1428B)


      1 [flush.any.worker.html]
      2  expected:
      3    if (os == "android") and not debug and sessionHistoryInParent: [OK, CRASH]
      4    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT, CRASH]
      5 
      6 [flush.any.serviceworker.html]
      7  expected:
      8    if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
      9 
     10 [flush.any.sharedworker.html]
     11 
     12 [flush.any.html]
     13  expected:
     14    if (os == "android") and not debug and sessionHistoryInParent: [OK, CRASH]
     15    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT, CRASH]
     16 
     17 [flush.any.shadowrealm.html]
     18  expected:
     19    if (os == "win") and debug and (processor == "x86"): CRASH
     20    if (os == "mac") and not debug: [ERROR, CRASH]
     21    if (os == "android") and debug: CRASH
     22    if (os == "android") and not debug: [ERROR, CRASH]
     23    ERROR
     24 
     25 [flush.any.shadowrealm-in-shadowrealm.html]
     26  expected:
     27    if not sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     28    ERROR
     29 
     30 [flush.https.any.shadowrealm-in-audioworklet.html]
     31  expected: ERROR
     32 
     33 [flush.any.shadowrealm-in-sharedworker.html]
     34  expected: ERROR
     35 
     36 [flush.any.shadowrealm-in-dedicatedworker.html]
     37  expected: ERROR
     38 
     39 [flush.https.any.shadowrealm-in-serviceworker.html]
     40  expected: [ERROR, TIMEOUT]
     41 
     42 [flush.any.shadowrealm-in-window.html]
     43  expected:
     44    if (os == "android") and debug and not sessionHistoryInParent: [ERROR, TIMEOUT]
     45    if (os == "android") and not debug: [ERROR, TIMEOUT]
     46    ERROR