tor-browser

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

idbcursor-advance-invalid.any.js.ini (2408B)


      1 [idbcursor-advance-invalid.any.html]
      2  expected:
      3    if (os == "linux") and not debug and not asan: [OK, TIMEOUT]
      4    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
      5  [IDBCursor.advance() - invalid - attempt to call advance twice]
      6    expected:
      7      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
      8 
      9  [IDBCursor.advance() - invalid - pass something other than number]
     10    expected:
     11      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     12 
     13  [IDBCursor.advance() - invalid - pass null/undefined]
     14    expected:
     15      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     16 
     17  [IDBCursor.advance() - invalid - missing argument]
     18    expected:
     19      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     20 
     21  [IDBCursor.advance() - invalid - pass negative numbers]
     22    expected:
     23      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     24 
     25  [IDBCursor.advance() - invalid - got value not set on exception]
     26    expected:
     27      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     28      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     29 
     30 
     31 [idbcursor-advance-invalid.any.sharedworker.html]
     32 
     33 [idbcursor-advance-invalid.any.serviceworker.html]
     34 
     35 [idbcursor-advance-invalid.any.worker.html]
     36  expected:
     37    if (os == "linux") and not debug and not asan: [OK, TIMEOUT]
     38    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT]
     39  [IDBCursor.advance() - invalid - got value not set on exception]
     40    expected:
     41      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     42      if (os == "android") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
     43 
     44  [IDBCursor.advance() - invalid - missing argument]
     45    expected:
     46      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     47 
     48  [IDBCursor.advance() - invalid - pass negative numbers]
     49    expected:
     50      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     51 
     52  [IDBCursor.advance() - invalid - pass null/undefined]
     53    expected:
     54      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     55 
     56  [IDBCursor.advance() - invalid - pass something other than number]
     57    expected:
     58      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     59 
     60  [IDBCursor.advance() - invalid - attempt to call advance twice]
     61    expected:
     62      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]