tor-browser

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

audioworkletglobalscope-creation-time.https.html.ini (679B)


      1 [audioworkletglobalscope-creation-time.https.html]
      2  expected:
      3    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT, CRASH]
      4    if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT, CRASH]
      5    if (os == "android") and not debug: [OK, TIMEOUT]
      6  [currentTime vs currentFrames in Audio Worklet global scope]
      7    expected:
      8      if (os == "linux") and not debug and not asan and tsan: [PASS, FAIL]
      9      if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
     10      if (os == "linux") and not debug and asan: [PASS, FAIL]
     11      if (os == "mac") and not debug: [PASS, FAIL]
     12      if (os == "linux") and debug: [PASS, FAIL]