tor-browser

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

compute_pressure_options.https.window.js.ini (926B)


      1 [compute_pressure_options.https.window.html?globalScope=window]
      2  expected:
      3    if debug and (os == "win") and (processor == "x86_64"): CRASH
      4    if debug and (os == "mac"): CRASH
      5  [PressureObserver observe method doesnt throw error for sampleInterval value 0]
      6    expected: FAIL
      7 
      8  [PressureObserver observe method requires a positive sampleInterval]
      9    expected: FAIL
     10 
     11  [PressureObserver observe method requires a sampleInterval in unsigned long range]
     12    expected: FAIL
     13 
     14 
     15 [compute_pressure_options.https.window.html?globalScope=dedicated_worker]
     16  expected:
     17    if (processor == "x86") and debug: TIMEOUT
     18    ERROR
     19  [PressureObserver observe method doesnt throw error for sampleInterval value 0]
     20    expected: TIMEOUT
     21 
     22  [PressureObserver observe method requires a positive sampleInterval]
     23    expected: NOTRUN
     24 
     25  [PressureObserver observe method requires a sampleInterval in unsigned long range]
     26    expected: NOTRUN