tor-browser

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

encode-bad-chunks.any.js.ini (471B)


      1 [encode-bad-chunks.any.sharedworker.html]
      2 
      3 [encode-bad-chunks.any.html]
      4  expected:
      5    if (os == "android") and not debug: [OK, CRASH]
      6 
      7 [encode-bad-chunks.any.serviceworker.html]
      8  expected:
      9    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
     10    if (os == "mac") and not debug: [OK, ERROR]
     11    if (os == "android") and not debug: [OK, ERROR]
     12 
     13 [encode-bad-chunks.any.worker.html]
     14  expected:
     15    if (os == "android") and not debug: [OK, CRASH]