tor-browser

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

storage_bucket_object.tentative.https.any.js.ini (3265B)


      1 [storage_bucket_object.tentative.https.any.html]
      2  expected:
      3    if (os == "linux") and asan and fission: CRASH
      4    if (os == "win") and debug: CRASH
      5    if (os == "android") and not debug: [OK, CRASH]
      6  [persisted() should default to false]
      7    expected: FAIL
      8 
      9  [estimate() should retrieve quota usage]
     10    expected: FAIL
     11 
     12  [durability() should retrieve bucket durability specified during creation]
     13    expected: FAIL
     14 
     15  [Bucket durability defaults to relaxed]
     16    expected: FAIL
     17 
     18  [expires() should retrieve expires date]
     19    expected: FAIL
     20 
     21  [expires() should be defaulted to null]
     22    expected: FAIL
     23 
     24  [setExpires() should set bucket expires date]
     25    expected: FAIL
     26 
     27  [setExpires() should update expires date]
     28    expected: FAIL
     29 
     30  [two handles can refer to the same bucket, and a bucket name can be reused after deletion]
     31    expected: FAIL
     32 
     33 
     34 [storage_bucket_object.tentative.https.any.sharedworker.html]
     35  [persisted() should default to false]
     36    expected: FAIL
     37 
     38  [estimate() should retrieve quota usage]
     39    expected: FAIL
     40 
     41  [durability() should retrieve bucket durability specified during creation]
     42    expected: FAIL
     43 
     44  [Bucket durability defaults to relaxed]
     45    expected: FAIL
     46 
     47  [expires() should retrieve expires date]
     48    expected: FAIL
     49 
     50  [expires() should be defaulted to null]
     51    expected: FAIL
     52 
     53  [setExpires() should set bucket expires date]
     54    expected: FAIL
     55 
     56  [setExpires() should update expires date]
     57    expected: FAIL
     58 
     59  [two handles can refer to the same bucket, and a bucket name can be reused after deletion]
     60    expected: FAIL
     61 
     62 
     63 [storage_bucket_object.tentative.https.any.serviceworker.html]
     64  max-asserts: 2
     65  expected:
     66    if (os == "mac") and debug: CRASH
     67    if (os == "mac") and not debug: [OK, CRASH]
     68    if (os == "linux") and tsan: TIMEOUT
     69  [persisted() should default to false]
     70    expected: FAIL
     71 
     72  [estimate() should retrieve quota usage]
     73    expected: FAIL
     74 
     75  [durability() should retrieve bucket durability specified during creation]
     76    expected: FAIL
     77 
     78  [Bucket durability defaults to relaxed]
     79    expected: FAIL
     80 
     81  [expires() should retrieve expires date]
     82    expected: FAIL
     83 
     84  [expires() should be defaulted to null]
     85    expected: FAIL
     86 
     87  [setExpires() should set bucket expires date]
     88    expected: FAIL
     89 
     90  [setExpires() should update expires date]
     91    expected: FAIL
     92 
     93  [two handles can refer to the same bucket, and a bucket name can be reused after deletion]
     94    expected: FAIL
     95 
     96 
     97 [storage_bucket_object.tentative.https.any.worker.html]
     98  expected:
     99    if not fission and (os == "android") and debug: CRASH
    100    if not fission and (os == "linux"): CRASH
    101  [persisted() should default to false]
    102    expected: FAIL
    103 
    104  [estimate() should retrieve quota usage]
    105    expected: FAIL
    106 
    107  [durability() should retrieve bucket durability specified during creation]
    108    expected: FAIL
    109 
    110  [Bucket durability defaults to relaxed]
    111    expected: FAIL
    112 
    113  [expires() should retrieve expires date]
    114    expected: FAIL
    115 
    116  [expires() should be defaulted to null]
    117    expected: FAIL
    118 
    119  [setExpires() should set bucket expires date]
    120    expected: FAIL
    121 
    122  [setExpires() should update expires date]
    123    expected: FAIL
    124 
    125  [two handles can refer to the same bucket, and a bucket name can be reused after deletion]
    126    expected: FAIL