tor-browser

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

get-databases.any.js.ini (1063B)


      1 [get-databases.any.html]
      2  expected:
      3    if (processor == "x86") and not debug: [OK, TIMEOUT]
      4  [Ensure that databases() doesn't pick up changes that haven't commited.]
      5    expected:
      6      if (os == "linux") and not tsan and asan and not fission: [PASS, FAIL]
      7      if (os == "linux") and not tsan and not asan: [PASS, FAIL]
      8 
      9 
     10 [get-databases.any.worker.html]
     11  expected:
     12    if (processor == "x86_64") and (os == "linux") and not debug and not asan and not tsan: [OK, TIMEOUT]
     13    if (processor == "x86") and not debug: [OK, TIMEOUT]
     14  [Ensure that databases() doesn't pick up changes that haven't commited.]
     15    expected:
     16      if fission and (os == "linux") and not debug and (processor == "x86_64") and not asan and not tsan: [PASS, NOTRUN]
     17      if not fission and not asan and debug and (os == "android"): [PASS, FAIL]
     18      if not fission and asan: [PASS, FAIL]
     19 
     20  [Make sure an empty list is returned for the case of no databases.]
     21    expected:
     22      if (os == "linux") and not debug and not asan and (processor == "x86_64") and not tsan: [PASS, TIMEOUT]