Source code

Revision control

Copy as Markdown

Other Tools

[reflection-require-corp.tentative.https.any.worker.html]
expected:
if (os == "mac") and not debug: [OK, CRASH]
if (os == "linux") and debug: CRASH
if (os == "android") and debug: CRASH
if (os == "android") and not debug: [OK, CRASH]
[reflection-require-corp]
expected: FAIL
[reflection-require-corp.tentative.https.any.html]
expected:
if (processor == "x86_64") and (os == "linux") and not fission and not debug: CRASH
if (processor == "x86_64") and (os == "win") and debug: CRASH
if (processor == "x86_64") and (os == "mac") and debug: CRASH
if (processor == "x86_64") and (os == "android") and not debug: [CRASH, OK]
[reflection-require-corp]
expected: FAIL
[reflection-require-corp.tentative.https.any.serviceworker.html]
expected:
if not tsan and not asan and (os == "win") and debug and (processor == "x86_64"): CRASH
if not tsan and not asan and (os == "android") and debug: CRASH
if not tsan and not asan and (os == "android") and not debug: [OK, CRASH]
if not tsan and asan: CRASH
if tsan: TIMEOUT
[reflection-require-corp]
expected: FAIL
[reflection-require-corp.tentative.https.any.sharedworker.html]
expected:
if (processor == "x86") and debug: CRASH
[reflection-require-corp]
expected: FAIL
[reflection-require-corp.tentative.https.any.sharedworker-module.html]
expected:
if not fission and (os == "linux") and debug: CRASH
[reflection-require-corp]
expected: FAIL
[reflection-require-corp.tentative.https.any.serviceworker-module.html]
expected:
if fission and debug and (os == "win") and (processor == "x86_64"): CRASH
if fission and debug and (os == "linux"): CRASH
if fission and not debug and (os == "mac"): [ERROR, CRASH]
ERROR