tor-browser

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

idbobjectstore_getAllKeys.any.js.ini (2510B)


      1 [idbobjectstore_getAllKeys.any.worker.html]
      2  expected:
      3    if (os == "win") and not debug: [OK, TIMEOUT]
      4    if os == "android": [OK, CRASH]
      5  [Single item get (generated key)]
      6    expected:
      7      if (os == "win") and not debug: [PASS, TIMEOUT]
      8 
      9  [getAllKeys on empty object store]
     10    expected:
     11      if (os == "win") and not debug: [PASS, TIMEOUT]
     12 
     13  [Test maxCount]
     14    expected:
     15      if (os == "win") and not debug: [PASS, TIMEOUT]
     16 
     17  [Get bound range]
     18    expected:
     19      if (os == "win") and not debug: [PASS, TIMEOUT]
     20 
     21  [Get bound range with maxCount]
     22    expected:
     23      if (os == "win") and not debug: [PASS, TIMEOUT]
     24 
     25  [Get upper excluded]
     26    expected:
     27      if (os == "win") and not debug: [PASS, TIMEOUT]
     28 
     29  [Get lower excluded]
     30    expected:
     31      if (os == "win") and not debug: [PASS, TIMEOUT]
     32 
     33  [Get bound range (generated) with maxCount]
     34    expected:
     35      if (os == "win") and not debug: [PASS, TIMEOUT]
     36 
     37  [Non existent key]
     38    expected:
     39      if (os == "win") and not debug: [PASS, TIMEOUT]
     40 
     41  [zero maxCount]
     42    expected:
     43      if (os == "win") and not debug: [PASS, TIMEOUT]
     44 
     45 
     46 [idbobjectstore_getAllKeys.any.html]
     47  expected:
     48    if (os == "win") and not debug: [OK, TIMEOUT]
     49    if (os == "android") and not debug: [OK, CRASH]
     50  [Single item get]
     51    expected:
     52      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     53 
     54  [Single item get (generated key)]
     55    expected:
     56      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     57 
     58  [getAllKeys on empty object store]
     59    expected:
     60      if (os == "win") and not debug: [PASS, TIMEOUT]
     61 
     62  [Test maxCount]
     63    expected:
     64      if (os == "win") and not debug: [PASS, TIMEOUT]
     65 
     66  [Get bound range]
     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 upper excluded]
     75    expected:
     76      if (os == "win") and not debug: [PASS, TIMEOUT]
     77 
     78  [Get lower excluded]
     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  [Non existent key]
     87    expected:
     88      if (os == "win") and not debug: [PASS, TIMEOUT]
     89 
     90  [zero maxCount]
     91    expected:
     92      if (os == "win") and not debug: [PASS, TIMEOUT]
     93 
     94 
     95 [idbobjectstore_getAllKeys.any.sharedworker.html]
     96 
     97 [idbobjectstore_getAllKeys.any.serviceworker.html]
     98  expected:
     99    if (os == "android") and not debug: [OK, ERROR]