Source code
Revision control
Copy as Markdown
Other Tools
[nested-worker-success.any.worker.html]
expected:
if (os == "linux") and not tsan and debug and fission: CRASH
if (os == "linux") and not tsan and not debug and not fission: CRASH
if (os == "mac") and debug: CRASH
if (os == "android") and not debug: [OK, CRASH]
[nested-worker-success.any.sharedworker.html]