tor-browser

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

post-task-abort-reason.any.js.ini (520B)


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