tor-browser

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

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


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