tor-browser

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

lipfuzz.any.js.ini (1255B)


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