tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

storage-buckets.https.any.js.ini (1281B)


      1 [storage-buckets.https.any.html]
      2  expected:
      3    if debug and (os == "linux") and not fission: CRASH
      4    if debug and (os == "mac"): CRASH
      5    if not debug and (os == "android"): [OK, CRASH]
      6  [Basic test that buckets create independent databases.]
      7    expected: FAIL
      8 
      9  [Tests trying to use indexedDB in a deleted bucket.]
     10    expected: FAIL
     11 
     12 
     13 [storage-buckets.https.any.sharedworker.html]
     14  [Basic test that buckets create independent databases.]
     15    expected: FAIL
     16 
     17  [Tests trying to use indexedDB in a deleted bucket.]
     18    expected: FAIL
     19 
     20 
     21 [storage-buckets.https.any.worker.html]
     22  expected:
     23    if (os == "linux") and asan and fission: CRASH
     24    if (os == "win") and debug: CRASH
     25    if (os == "android") and not debug: [OK, CRASH]
     26  [Basic test that buckets create independent databases.]
     27    expected: FAIL
     28 
     29  [Tests trying to use indexedDB in a deleted bucket.]
     30    expected: FAIL
     31 
     32 
     33 [storage-buckets.https.any.serviceworker.html]
     34  tags: [fails_in_pbm]
     35  expected:
     36    if not tsan and (os == "linux") and not fission and not debug: CRASH
     37    if not tsan and (os == "mac") and not debug: [OK, CRASH]
     38    if tsan: TIMEOUT
     39  [Basic test that buckets create independent databases.]
     40    expected: FAIL
     41 
     42  [Tests trying to use indexedDB in a deleted bucket.]
     43    expected: FAIL