tor-browser

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

estimate-usage-details-indexeddb.https.tentative.any.js.ini (723B)


      1 [estimate-usage-details-indexeddb.https.tentative.any.html]
      2  expected:
      3    if (os == "linux") and (processor == "x86_64") and not debug and not asan and not tsan: [OK, CRASH]
      4    if (os == "linux") and (processor == "x86"): [OK, CRASH]
      5  [estimate() resolves to dictionary with usageDetails member]
      6    expected: FAIL
      7 
      8  [estimate() usage details reflects increase in indexedDB after large value is stored]
      9    expected: FAIL
     10 
     11 
     12 [estimate-usage-details-indexeddb.https.tentative.any.worker.html]
     13  expected:
     14    if tsan: [OK, ERROR]
     15  [estimate() resolves to dictionary with usageDetails member]
     16    expected: FAIL
     17 
     18  [estimate() usage details reflects increase in indexedDB after large value is stored]
     19    expected: FAIL