tor-browser

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

read-min.any.js.ini (2276B)


      1 [read-min.any.shadowrealm.html]
      2  expected:
      3    if (os == "android") and not debug: [ERROR, CRASH]
      4    ERROR
      5 
      6 [read-min.any.serviceworker.html]
      7  expected:
      8    if (os == "linux") and debug and fission: [OK, ERROR]
      9    if (os == "android") and sessionHistoryInParent and not debug: [OK, ERROR, TIMEOUT]
     10    if (os == "mac") and debug: [OK, ERROR]
     11    if (os == "android") and not sessionHistoryInParent: [OK, ERROR]
     12 
     13 [read-min.any.worker.html]
     14  expected:
     15    if debug and (os == "win") and (processor == "x86"): [OK, ERROR, CRASH]
     16    if debug and (os == "linux") and fission: [OK, CRASH]
     17    if debug and (os == "android") and sessionHistoryInParent: [OK, ERROR, TIMEOUT]
     18    if debug and (os == "mac"): [OK, CRASH]
     19 
     20 [read-min.any.html]
     21  expected:
     22    if (os == "win") and debug and (processor == "x86_64"): [OK, CRASH]
     23    if (os == "linux") and debug and not fission: [OK, CRASH]
     24    if (os == "android") and not sessionHistoryInParent and debug: [OK, TIMEOUT, CRASH]
     25    if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT, CRASH]
     26    if (os == "mac") and debug: [OK, CRASH]
     27    if (os == "android") and sessionHistoryInParent: [OK, CRASH]
     28 
     29 [read-min.any.sharedworker.html]
     30  max-asserts: 2
     31  expected:
     32    if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR, CRASH]
     33    if (os == "android") and debug: [OK, CRASH]
     34 
     35 [read-min.https.any.shadowrealm-in-audioworklet.html]
     36  expected:
     37    if os == "linux": [ERROR, TIMEOUT]
     38    ERROR
     39 
     40 [read-min.any.shadowrealm-in-shadowrealm.html]
     41  expected:
     42    if debug and (os == "mac"): [ERROR, CRASH]
     43    if debug and (os == "android"): [ERROR, CRASH]
     44    ERROR
     45 
     46 [read-min.any.shadowrealm-in-dedicatedworker.html]
     47  expected:
     48    if debug and (os == "mac"): [ERROR, CRASH]
     49    if debug and (os == "linux"): [ERROR, CRASH]
     50    ERROR
     51 
     52 [read-min.https.any.shadowrealm-in-serviceworker.html]
     53  expected: [ERROR, TIMEOUT]
     54 
     55 [read-min.any.shadowrealm-in-window.html]
     56  expected: ERROR
     57 
     58 [read-min.any.shadowrealm-in-sharedworker.html]
     59  expected:
     60    if sessionHistoryInParent and debug and (os == "win") and (processor == "x86_64"): [ERROR, CRASH]
     61    if sessionHistoryInParent and debug and (os == "mac"): [ERROR, CRASH]
     62    if not sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     63    ERROR