tor-browser

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

backpressure.any.js.ini (1350B)


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