Source code
Revision control
Copy as Markdown
Other Tools
[Worker-simultaneous-errors.html]
expected:
if (os == "linux") and not tsan and not debug and asan: CRASH
if (os == "linux") and not tsan and debug: CRASH
if (os == "mac") and not debug: [OK, CRASH]
if (os == "linux") and tsan: TIMEOUT
if (os == "android") and not debug: [OK, CRASH]