tor-browser

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

tee.any.js.ini (1551B)


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