tor-browser

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

preserves-pitch.html.ini (1644B)


      1 [preserves-pitch.html]
      2  expected:
      3    if (os == "linux") and not debug and not asan and not tsan: TIMEOUT
      4    if (os == "android") and not debug: [OK, ERROR]
      5    if os == "mac": [OK, TIMEOUT]
      6  [Slow-downs should change the pitch when preservesPitch=false]
      7    expected:
      8      if (os == "linux") and not debug and not asan and not tsan: NOTRUN
      9      if os == "mac": [PASS, NOTRUN]
     10 
     11  [The default playbackRate should not affect pitch, even with preservesPitch=false]
     12    expected:
     13      if (os == "linux") and (os_version == "18.04") and not debug and not asan and not tsan: NOTRUN
     14      if os == "mac": [PASS, NOTRUN]
     15 
     16  [Speed-ups should change the pitch when preservesPitch=false]
     17    expected:
     18      if (os == "linux") and not debug and not asan and not tsan: [NOTRUN, TIMEOUT]
     19      if os == "mac": [PASS, NOTRUN]
     20 
     21  [Speed-ups should not change the pitch when preservesPitch=true]
     22    expected:
     23      if (os == "linux") and (os_version == "18.04") and not debug and not asan and not tsan: NOTRUN
     24      if os == "mac": [PASS, NOTRUN]
     25 
     26  [The default playbackRate should not affect pitch]
     27    expected:
     28      if (os == "linux") and (os_version == "18.04") and not debug and not asan and not tsan: TIMEOUT
     29      if os == "mac": [PASS, NOTRUN]
     30 
     31  [Slow-downs should not change the pitch when preservesPitch=true]
     32    expected:
     33      if (os == "linux") and (os_version == "18.04") and not debug and not asan and not tsan: NOTRUN
     34      if (os == "linux") and not debug and not asan and not tsan: [TIMEOUT, PASS]
     35      if os == "mac": [PASS, NOTRUN]
     36 
     37  [Setup Audio element and AudioContext]
     38    expected:
     39      if os == "mac": [PASS, TIMEOUT]