Source code
Revision control
Copy as Markdown
Other Tools
[storage-buckets.https.any.html]
  expected:
    if debug and (os == "linux") and not fission: CRASH
    if debug and (os == "mac"): CRASH
    if not debug and (os == "android"): [OK, CRASH]
  [Basic test that buckets create independent databases.]
    expected: FAIL
  [Tests trying to use indexedDB in a deleted bucket.]
    expected: FAIL
[storage-buckets.https.any.sharedworker.html]
  [Basic test that buckets create independent databases.]
    expected: FAIL
  [Tests trying to use indexedDB in a deleted bucket.]
    expected: FAIL
[storage-buckets.https.any.worker.html]
  expected:
    if (os == "linux") and asan and fission: CRASH
    if (os == "win") and debug: CRASH
    if (os == "android") and not debug: [OK, CRASH]
  [Basic test that buckets create independent databases.]
    expected: FAIL
  [Tests trying to use indexedDB in a deleted bucket.]
    expected: FAIL
[storage-buckets.https.any.serviceworker.html]
  tags: [fails_in_pbm]
  expected:
    if not tsan and (os == "linux") and not fission and not debug: CRASH
    if not tsan and (os == "mac") and not debug: [OK, CRASH]
    if tsan: TIMEOUT
  [Basic test that buckets create independent databases.]
    expected: FAIL
  [Tests trying to use indexedDB in a deleted bucket.]
    expected: FAIL