Source code
Revision control
Copy as Markdown
Other Tools
[buckets_storage_policy.tentative.https.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 == "mac") and not debug: [OK, CRASH]
if (os == "android") and not debug: [OK, CRASH]
[For an individual bucket, the quota is the minimum of the requested quota and the StorageKey quota.]
expected: FAIL
[buckets_storage_policy.tentative.https.any.html]
expected:
if (os == "android") and debug: CRASH
if (os == "android") and not debug: [OK, CRASH]
[For an individual bucket, the quota is the minimum of the requested quota and the StorageKey quota.]
expected: FAIL
[buckets_storage_policy.tentative.https.any.serviceworker.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: [OK, CRASH]
[For an individual bucket, the quota is the minimum of the requested quota and the StorageKey quota.]
expected: FAIL
[buckets_storage_policy.tentative.https.any.sharedworker.html]
expected:
if (os == "linux") and debug and fission: CRASH
[For an individual bucket, the quota is the minimum of the requested quota and the StorageKey quota.]
expected: FAIL