tor-browser

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

invalid-args.any.js.ini (421B)


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