tor-browser

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

idbcursor-request.any.js.ini (829B)


      1 [idbcursor-request.any.worker.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      4    if (os == "android") and fission: [OK, TIMEOUT]
      5  [cursor.request from IDBIndex.openKeyCursor]
      6    expected:
      7      if (processor == "x86") and not debug: [PASS, TIMEOUT]
      8 
      9  [cursor.request from IDBIndex.openCursor]
     10    expected:
     11      if (processor == "x86") and not debug: [PASS, TIMEOUT]
     12 
     13 
     14 [idbcursor-request.any.html]
     15  expected:
     16    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
     17    if (os == "android") and fission: [OK, TIMEOUT]
     18  [cursor.request from IDBIndex.openKeyCursor]
     19    expected:
     20      if (processor == "x86") and not debug: [PASS, TIMEOUT]
     21 
     22  [cursor.request from IDBIndex.openCursor]
     23    expected:
     24      if (processor == "x86") and not debug: [PASS, TIMEOUT]