tor-browser

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

garbage-collection.any.js.ini (1444B)


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