tor-browser

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

post-task-with-abort-signal.any.js.ini (662B)


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