[audioworkletglobalscope-creation-time.https.html]
expected:
if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT, CRASH]
if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT, CRASH]
if (os == "android") and not debug: [OK, TIMEOUT]
[currentTime vs currentFrames in Audio Worklet global scope]
expected:
if (os == "linux") and not debug and not asan and tsan: [PASS, FAIL]
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "linux") and not debug and asan: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and debug: [PASS, FAIL]