tor-browser

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

test-analyser-resume-after-suspended.html.ini (484B)


      1 [test-analyser-resume-after-suspended.html]
      2  expected:
      3    if (os == "android") and debug and sessionHistoryInParent: [OK, CRASH]
      4    if (os == "android") and debug and not sessionHistoryInParent: TIMEOUT
      5    if (os == "linux") and tsan: [OK, TIMEOUT]
      6    if (os == "android") and not debug: [OK, TIMEOUT]
      7    if os == "mac": [OK, TIMEOUT]
      8  [AnalyserNode resume after suspended]
      9    expected:
     10      if (os == "linux") and tsan: [TIMEOUT, PASS]
     11      if os == "mac": [PASS, TIMEOUT]