tor-browser

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

idb-partitioned-coverage.sub.html.ini (2229B)


      1 [idb-partitioned-coverage.sub.html]
      2  expected:
      3    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
      4  [Get bound range with maxCount]
      5    expected:
      6      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
      7 
      8  [Get upper excluded]
      9    expected:
     10      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     11 
     12  [Get lower excluded]
     13    expected:
     14      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     15 
     16  [Get bound range (generated) with maxCount]
     17    expected:
     18      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     19 
     20  [Non existent key]
     21    expected:
     22      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     23 
     24  [maxCount=0]
     25    expected:
     26      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     27 
     28  [Max value count]
     29    expected:
     30      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     31 
     32  [Query with empty range where  first key < upperBound]
     33    expected:
     34      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     35 
     36  [Query with empty range where lowerBound < last key]
     37    expected:
     38      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     39 
     40  [Retrieve multiEntry key]
     41    expected:
     42      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     43 
     44  [Retrieve one key multiple values]
     45    expected:
     46      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     47 
     48  [IDBObjectStore.openKeyCursor() - forward iteration]
     49    expected:
     50      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     51 
     52  [IDBObjectStore.openKeyCursor() - reverse iteration]
     53    expected:
     54      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     55 
     56  [IDBObjectStore.openKeyCursor() - forward iteration with range]
     57    expected:
     58      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     59 
     60  [IDBObjectStore.openKeyCursor() - reverse iteration with range]
     61    expected:
     62      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]