tor-browser

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

reentrant-strategy.any.js.ini (1373B)


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