tor-browser

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

blobs.html.ini (627B)


      1 [blobs.html]
      2  expected:
      3    if (os == "linux") and not debug and fission and (processor == "x86_64") and asan: [OK, TIMEOUT]
      4    if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT]
      5    if (os == "linux") and not debug and not fission and not asan: TIMEOUT
      6  [Blobs work with workers on BroadcastChannel]
      7    expected:
      8      if (os == "linux") and not debug and fission and (processor == "x86_64") and asan: [PASS, TIMEOUT]
      9      if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, TIMEOUT]
     10      if (os == "linux") and not debug and not fission and not asan: TIMEOUT