tor-browser

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

idbobjectstore_getAll.any.js.ini (2688B)


      1 [idbobjectstore_getAll.any.html]
      2  expected:
      3    if os == "win": [OK, TIMEOUT]
      4  [Non existent key]
      5    expected:
      6      if os == "win": [PASS, TIMEOUT]
      7 
      8  [zero maxCount]
      9    expected:
     10      if os == "win": [PASS, TIMEOUT]
     11 
     12  [Get upper excluded]
     13    expected:
     14      if os == "win": [PASS, TIMEOUT]
     15 
     16  [Get bound range with maxCount]
     17    expected:
     18      if os == "win": [PASS, TIMEOUT]
     19 
     20  [Get bound range (generated) with maxCount]
     21    expected:
     22      if os == "win": [PASS, TIMEOUT]
     23 
     24  [Get lower excluded]
     25    expected:
     26      if os == "win": [PASS, TIMEOUT]
     27 
     28  [Test maxCount]
     29    expected:
     30      if processor == "x86": [PASS, TIMEOUT]
     31 
     32  [Single item get (generated key)]
     33    expected:
     34      if processor == "x86": [PASS, TIMEOUT]
     35 
     36  [Get all values]
     37    expected:
     38      if processor == "x86": [PASS, TIMEOUT]
     39 
     40  [Get bound range]
     41    expected:
     42      if processor == "x86": [PASS, TIMEOUT]
     43 
     44  [getAll on empty object store]
     45    expected:
     46      if processor == "x86": [PASS, TIMEOUT]
     47 
     48 
     49 [idbobjectstore_getAll.any.worker.html]
     50  expected:
     51    if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT, CRASH]
     52    if (os == "android") and not debug and not sessionHistoryInParent: [OK, CRASH]
     53    if (os == "win") and not debug: [OK, TIMEOUT]
     54  [getAll on empty object store]
     55    expected:
     56      if (os == "win") and not debug: [PASS, TIMEOUT]
     57 
     58  [Get upper excluded]
     59    expected:
     60      if (os == "win") and not debug: [PASS, TIMEOUT]
     61 
     62  [Non existent key]
     63    expected:
     64      if (os == "win") and not debug: [PASS, TIMEOUT]
     65 
     66  [zero maxCount]
     67    expected:
     68      if (os == "win") and not debug: [PASS, TIMEOUT]
     69 
     70  [Get bound range with maxCount]
     71    expected:
     72      if (os == "win") and not debug: [PASS, TIMEOUT]
     73 
     74  [Get all values]
     75    expected:
     76      if (os == "win") and not debug: [PASS, TIMEOUT]
     77 
     78  [Get bound range]
     79    expected:
     80      if (os == "win") and not debug: [PASS, TIMEOUT]
     81 
     82  [Get bound range (generated) with maxCount]
     83    expected:
     84      if (os == "win") and not debug: [PASS, TIMEOUT]
     85 
     86  [Get lower excluded]
     87    expected:
     88      if (os == "win") and not debug: [PASS, TIMEOUT]
     89 
     90  [Test maxCount]
     91    expected:
     92      if (os == "win") and not debug: [PASS, TIMEOUT]
     93 
     94  [Get all values with invalid query keys]
     95    expected:
     96      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     97 
     98 
     99 [idbobjectstore_getAll.any.sharedworker.html]
    100  expected:
    101    if (os == "mac") and not debug: [OK, CRASH]
    102 
    103 [idbobjectstore_getAll.any.serviceworker.html]
    104  expected:
    105    if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT, ERROR]
    106    if (os == "android") and not debug and not sessionHistoryInParent: [OK, ERROR]