tor-browser

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

close.any.js.ini (1417B)


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