tor-browser

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

aborting.any.js.ini (1211B)


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