Source code
Revision control
Copy as Markdown
Other Tools
[buckets_basic.tentative.https.any.serviceworker.html]
expected:
if (os == "linux") and debug and fission: CRASH
if (os == "mac") and debug: CRASH
if os == "android": [OK, CRASH]
[keys() lists all stored bucket names alphabetically]
expected: FAIL
[delete() removes stored bucket name]
expected: FAIL
[delete() does nothing if bucket name does not exist]
expected: FAIL
[buckets_basic.tentative.https.any.html]
[keys() lists all stored bucket names alphabetically]
expected: FAIL
[delete() removes stored bucket name]
expected: FAIL
[delete() does nothing if bucket name does not exist]
expected: FAIL
[buckets_basic.tentative.https.any.worker.html]
expected:
if os == "mac": [OK, CRASH]
[keys() lists all stored bucket names alphabetically]
expected: FAIL
[delete() removes stored bucket name]
expected: FAIL
[delete() does nothing if bucket name does not exist]
expected: FAIL
[buckets_basic.tentative.https.any.sharedworker.html]
[keys() lists all stored bucket names alphabetically]
expected: FAIL
[delete() removes stored bucket name]
expected: FAIL
[delete() does nothing if bucket name does not exist]
expected: FAIL