tor-browser

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

compute_pressure_multiple.https.window.js.ini (777B)


      1 [compute_pressure_multiple.https.window.html?globalScope=window]
      2  expected:
      3    if (os == "linux") and asan and fission: CRASH
      4    if (os == "android") and not debug: [OK, CRASH]
      5  [Three PressureObserver instances receive changes]
      6    expected: FAIL
      7 
      8 
      9 [compute_pressure_multiple.https.window.html?globalScope=dedicated_worker]
     10  expected:
     11    if debug and (os == "win") and (processor == "x86"): CRASH
     12    if debug and (os == "linux") and not fission: CRASH
     13    if not debug and fission and (os == "mac"): [ERROR, CRASH]
     14    if not debug and not fission and (os == "linux"): CRASH
     15    if not debug and not fission and (os == "android"): [ERROR, CRASH]
     16    if debug and (os == "mac"): CRASH
     17    ERROR
     18  [Three PressureObserver instances receive changes]
     19    expected: TIMEOUT