Source code
Revision control
Copy as Markdown
Other Tools
[buckets_basic.tentative.https.any.serviceworker.html]
expected:
if not fission and not asan and (os == "android") and debug: CRASH
if not fission and not asan and (os == "android") and not debug: [OK, CRASH]
if fission and (processor == "x86") and debug: CRASH
if not fission and asan: 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]
expected:
if debug and fission and (os == "win") and (processor == "x86_64"): CRASH
if not debug and asan and fission: CRASH
if debug and not fission: 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.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 debug: CRASH
if (os == "mac") and not debug: [OK, CRASH]
if (os == "linux") and tsan: TIMEOUT
[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