[NaN-arguments.html]
expected:
if release_or_beta: [TIMEOUT, OK]
if not debug and not asan and (os == "mac"): [OK, CRASH]
if not debug and not asan and (os == "android"): [CRASH, OK]
if not debug and asan: CRASH
if debug: CRASH
[Test constructing a shared worker with NaN]
expected:
if release_or_beta: [TIMEOUT, PASS]