tor-browser

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

idbcursor-advance.any.js.ini (1708B)


      1 [idbcursor-advance.any.sharedworker.html]
      2 
      3 [idbcursor-advance.any.worker.html]
      4  expected:
      5    if (os == "linux") and not debug and not asan: [OK, TIMEOUT]
      6    if (os == "android") and sessionHistoryInParent and debug: [OK, TIMEOUT]
      7    if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT]
      8  [IDBCursor.advance() - within single key range, with several results]
      9    expected:
     10      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     11      if (os == "android") and sessionHistoryInParent and debug: [PASS, TIMEOUT]
     12      if (os == "android") and not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     13 
     14  [IDBCursor.advance() - advances backwards]
     15    expected:
     16      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     17 
     18  [IDBCursor.advance() - within single key range]
     19    expected:
     20      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     21 
     22  [IDBCursor.advance() - advances]
     23    expected:
     24      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     25 
     26  [IDBCursor.advance() - within range]
     27    expected:
     28      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     29 
     30  [IDBCursor.advance() - skip far forward]
     31    expected:
     32      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     33 
     34 
     35 [idbcursor-advance.any.html]
     36  expected:
     37    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
     38  [IDBCursor.advance() - within single key range, with several results]
     39    expected:
     40      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     41 
     42 
     43 [idbcursor-advance.any.serviceworker.html]
     44  expected:
     45    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]