tor-browser

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

error.any.js.ini (1473B)


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