Source code
Revision control
Copy as Markdown
Other Tools
[request-keepalive-quota.html?include=slow-3]
expected:
if (os == "win") and debug and (processor == "x86_64"): CRASH
[request-keepalive-quota.html?include=fast]
expected:
if (processor == "x86") and debug: CRASH
[A Keep-Alive fetch() with a body at the Quota Limit should succeed.]
expected:
if (os == "linux") and not debug and fission and not asan and not tsan: [PASS, FAIL]
if (os == "linux") and not debug and not fission: [PASS, FAIL]
if os == "android": [PASS, FAIL]
[request-keepalive-quota.html?include=slow-2]
[A Keep-Alive fetch() should return only its allocated Quota upon promise resolution.]
expected:
if asan and not fission: [PASS, FAIL]
[request-keepalive-quota.html?include=slow-1]
expected:
if (os == "mac") and debug: CRASH
[A Keep-Alive fetch() should return its allocated Quota upon promise resolution.]
expected:
if asan and not fission: [PASS, FAIL]