tor-browser

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

eventloop.html.ini (339B)


      1 [eventloop.html]
      2  expected:
      3    if (os == "linux"): ["OK", "TIMEOUT"]
      4  [test0: multiple notifications inside same event loop]
      5    expected:
      6      if (os == "linux") and debug and not fission: ["PASS", "FAIL"]
      7      if (os == "linux") and not debug: ["PASS", "FAIL"]
      8 
      9  [guard]
     10    expected:
     11      if (os == "linux"): ["PASS", "NOTRUN"]