tor-browser

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

invalid-code.any.js.ini (433B)


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