tor-browser

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

task-signal-any-abort.tentative.any.js.ini (417B)


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