tor-browser

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

idbindex_count.any.js.ini (524B)


      1 [idbindex_count.any.serviceworker.html]
      2  tags: [fails_in_pbm]
      3 
      4 [idbindex_count.any.sharedworker.html]
      5 
      6 [idbindex_count.any.html]
      7  expected:
      8    if not fission and not asan and (os == "android") and not debug: [OK, CRASH]
      9    if not fission and not asan and (os == "linux"): CRASH
     10 
     11 [idbindex_count.any.worker.html]
     12  expected:
     13    if not tsan and (os == "linux") and not fission and not debug: CRASH
     14    if not tsan and (os == "win") and debug: CRASH
     15    if not tsan and (os == "mac") and debug: CRASH
     16    if tsan: TIMEOUT