tor-browser

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

compile.any.js.ini (1028B)


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