tor-browser

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

count-queuing-strategy.any.js.ini (1702B)


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