tor-browser

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

idbindex_getAllKeys.any.js.ini (1395B)


      1 [idbindex_getAllKeys.any.worker.html]
      2  expected:
      3    if (os == "win") and not debug: [OK, TIMEOUT]
      4    if (os == "android") and not debug: [OK, CRASH]
      5  [Get bound range (generated) with maxCount]
      6    expected:
      7      if (os == "win") and not debug: [PASS, TIMEOUT]
      8 
      9  [Non existent key]
     10    expected:
     11      if (os == "win") and not debug: [PASS, TIMEOUT]
     12 
     13  [maxCount=0]
     14    expected:
     15      if (os == "win") and not debug: [PASS, TIMEOUT]
     16 
     17 
     18 [idbindex_getAllKeys.any.html]
     19  expected:
     20    if (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
     21    if os == "mac": [OK, CRASH]
     22  [Non existent key]
     23    expected:
     24      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     25 
     26  [maxCount=0]
     27    expected:
     28      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     29 
     30 
     31 [idbindex_getAllKeys.any.serviceworker.html]
     32  tags: [fails_in_pbm]
     33 
     34 [idbindex_getAllKeys.any.sharedworker.html]
     35  expected:
     36    if (os == "win") and not debug: [OK, TIMEOUT]
     37  [Get lower excluded]
     38    expected:
     39      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     40 
     41  [Get bound range (generated) with maxCount]
     42    expected:
     43      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     44 
     45  [Non existent key]
     46    expected:
     47      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     48 
     49  [maxCount=0]
     50    expected:
     51      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]