Source code
Revision control
Copy as Markdown
Other Tools
[reflection-unsafe-none.tentative.https.any.html]
expected:
if not tsan and debug and (processor == "x86_64") and (os == "linux") and fission: CRASH
if not tsan and debug and (processor == "x86"): CRASH
if tsan: TIMEOUT
[reflection-unsafe-none]
expected: FAIL
[reflection-unsafe-none.tentative.https.any.worker.html]
expected:
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]
[reflection-unsafe-none]
expected: FAIL
[reflection-unsafe-none.tentative.https.any.sharedworker.html]
expected:
if (os == "win") and debug and (processor == "x86_64"): CRASH
if (os == "android") and not debug: [OK, CRASH]
[reflection-unsafe-none]
expected: FAIL
[reflection-unsafe-none.tentative.https.any.serviceworker.html]
expected:
if not tsan and (os == "mac") and not debug: [OK, CRASH]
if tsan: TIMEOUT
[reflection-unsafe-none]
expected: FAIL
[reflection-unsafe-none.tentative.https.any.sharedworker-module.html]
expected:
if asan: CRASH
[reflection-unsafe-none]
expected: FAIL
[reflection-unsafe-none.tentative.https.any.serviceworker-module.html]
expected:
if (os == "mac") and debug: CRASH
if (os == "android") and debug: CRASH
if (os == "android") and not debug: [ERROR, CRASH]
ERROR