tor-browser

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

post-task-with-signal-and-priority.any.js.ini (531B)


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