tor-browser

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

reading-autoincrement-indexes-cursors.any.js.ini (1468B)


      1 [reading-autoincrement-indexes-cursors.any.serviceworker.html]
      2  tags: [fails_in_pbm]
      3  expected:
      4    if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
      5  [IDBIndex.openKeyCursor() iterates over an index not covering the autoincrement key]
      6    expected:
      7      if not sessionHistoryInParent and not debug: [PASS, NOTRUN]
      8 
      9  [IDBIndex.openCursor() iterates over an index not covering the autoincrement key]
     10    expected:
     11      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     12 
     13 
     14 [reading-autoincrement-indexes-cursors.any.html]
     15  expected:
     16    if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT, CRASH]
     17    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT, CRASH]
     18  [IDBIndex.openCursor() iterates over an index not covering the autoincrement key]
     19    expected:
     20      if (os == "android") and not debug and sessionHistoryInParent: [PASS, TIMEOUT]
     21      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, TIMEOUT]
     22 
     23  [IDBIndex.openKeyCursor() iterates over an index not covering the autoincrement key]
     24    expected:
     25      if (os == "android") and not debug and sessionHistoryInParent: [PASS, NOTRUN]
     26      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, NOTRUN]
     27 
     28 
     29 [reading-autoincrement-indexes-cursors.any.worker.html]
     30  expected:
     31    if (os == "android") and not debug: [OK, CRASH]
     32 
     33 [reading-autoincrement-indexes-cursors.any.sharedworker.html]