Source code
Revision control
Copy as Markdown
Other Tools
[request-cache-force-cache.any.serviceworker.html]
[RequestCache "force-cache" stores the response in the cache if it goes to the network with Last-Modified and fresh response]
expected:
if (os == "android") and not debug: [PASS, FAIL]
[request-cache-force-cache.any.html]
expected:
if not debug and not fission and (os == "linux"): CRASH
if not debug and not fission and (os == "android"): [OK, CRASH]
if debug and (os == "win"): CRASH
if debug and (os == "linux"): CRASH
[RequestCache "force-cache" mode checks the cache for previously cached content and avoid revalidation for stale responses with Last-Modified and stale response]
expected:
if (os == "android") and not debug: [PASS, FAIL]
[request-cache-force-cache.any.worker.html]
expected:
if (os == "linux") and not tsan and not debug and fission and asan: CRASH
if (os == "linux") and not tsan and debug and not fission: CRASH
if (os == "win") and debug and (processor == "x86"): CRASH
if (os == "mac") and debug: CRASH
if (os == "mac") and not debug: [OK, CRASH]
if (os == "android") and not debug: [CRASH, OK]
[request-cache-force-cache.any.sharedworker.html]
[RequestCache "force-cache" mode checks the cache for previously cached content and avoid revalidation for stale responses with Etag and stale response]
expected:
if (os == "linux") and not debug and fission: [PASS, FAIL]
[RequestCache "force-cache" mode checks the cache for previously cached content and avoid revalidation for stale responses with Last-Modified and stale response]
expected:
if (os == "android") and not debug: [PASS, FAIL]