Source code

Revision control

Copy as Markdown

Other Tools

[steal.https.any.sharedworker.html]
expected:
if not fission and not asan and not debug: [OK, CRASH]
if not fission and asan: CRASH
[steal.https.any.html]
expected:
if (os == "mac") and debug: CRASH
if (os == "mac") and not debug: [OK, CRASH]
[steal.https.any.serviceworker.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): TIMEOUT
if (os == "mac") and debug: CRASH
if (os == "mac") and not debug: [OK, CRASH]
if (os == "linux") and tsan: TIMEOUT
if (os == "android") and debug: CRASH
[steal.https.any.worker.html]
expected:
if (os == "win") and debug and (processor == "x86"): TIMEOUT
if (os == "linux") and debug and fission: CRASH
if (os == "android") and not debug: [OK, CRASH]