[preserves-pitch.html]
expected:
if (os == "linux") and not debug and not asan and not tsan: TIMEOUT
if (os == "mac") and debug: [OK, TIMEOUT]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]
[Slow-downs should change the pitch when preservesPitch=false]
expected:
if (os == "linux") and not debug and not asan and not tsan: NOTRUN
if (os == "mac") and debug: [PASS, NOTRUN]
if (os == "mac") and not debug: [PASS, NOTRUN]
[The default playbackRate should not affect pitch, even with preservesPitch=false]
expected:
if (os == "linux") and not debug and not asan and not tsan: NOTRUN
if (os == "mac") and debug: [PASS, NOTRUN]
if (os == "mac") and not debug: [PASS, NOTRUN]
[Speed-ups should change the pitch when preservesPitch=false]
expected:
if (os == "linux") and not debug and not asan and not tsan: NOTRUN
if (os == "mac") and debug: [PASS, NOTRUN]
if (os == "mac") and not debug: [PASS, NOTRUN]
[Speed-ups should not change the pitch when preservesPitch=true]
expected:
if (os == "linux") and not debug and not asan and not tsan: NOTRUN
if (os == "mac") and debug: [PASS, NOTRUN]
if (os == "mac") and not debug: [PASS, NOTRUN]
[The default playbackRate should not affect pitch]
expected:
if (os == "linux") and not debug and not asan and not tsan: TIMEOUT
if (os == "mac") and debug: [PASS, NOTRUN]
if (os == "mac") and not debug: [PASS, NOTRUN]
[Slow-downs should not change the pitch when preservesPitch=true]
expected:
if (os == "linux") and not debug and not asan and not tsan: NOTRUN
if (os == "mac") and debug: [PASS, NOTRUN]
if (os == "mac") and not debug: [PASS, NOTRUN]
[Setup Audio element and AudioContext]
expected:
if (os == "mac") and debug: [PASS, TIMEOUT]
if (os == "mac") and not debug: [PASS, TIMEOUT]