Source code
Revision control
Copy as Markdown
Other Tools
[create-index.any.worker.html]
expected: [OK, TIMEOUT]
[Assure no crash when populating index]
expected: [PASS, TIMEOUT]
[create-index.any.sharedworker.html]
expected:
if not debug and (os == "linux") and not asan and not tsan: [TIMEOUT, OK]
if debug and (os == "win") and (processor == "x86_64"): TIMEOUT
if debug and (os == "win") and (processor == "x86"): [TIMEOUT, OK]
if debug and (os == "linux") and fission: [TIMEOUT, OK]
if debug and (os == "mac"): [TIMEOUT, OK]
if debug and (os == "android"): [TIMEOUT, OK]
[OK, TIMEOUT]
[Assure no crash when populating index]
expected:
if not debug and (os == "linux") and not asan and not tsan: [TIMEOUT, PASS]
if debug and (os == "win") and (processor == "x86_64"): TIMEOUT
if debug and (os == "win") and (processor == "x86"): [TIMEOUT, PASS]
if debug and (os == "linux") and fission: [TIMEOUT, PASS]
if debug and (os == "mac"): [TIMEOUT, PASS]
if debug and (os == "android"): [TIMEOUT, PASS]
[PASS, TIMEOUT]
[create-index.any.serviceworker.html]
expected: [OK, TIMEOUT]
[Assure no crash when populating index]
expected: [PASS, TIMEOUT]
[create-index.any.html]
expected:
if (os == "android") and debug and sessionHistoryInParent: TIMEOUT
if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT]
if (os == "win") and debug: [OK, TIMEOUT]
if (os == "linux") and not debug: [OK, TIMEOUT]
[TIMEOUT, OK]
[Assure no crash when populating index]
expected:
if (os == "android") and debug and sessionHistoryInParent: TIMEOUT
if (os == "android") and debug and not sessionHistoryInParent: [PASS, TIMEOUT]
if (os == "win") and debug: [PASS, TIMEOUT]
if (os == "linux") and not debug: [PASS, TIMEOUT]
[TIMEOUT, PASS]