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