tor-browser

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

reading-autoincrement-indexes.any.js.ini (1466B)


      1 [reading-autoincrement-indexes.any.serviceworker.html]
      2  tags: [fails_in_pbm]
      3  expected:
      4    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
      5    if (os == "mac") and not debug: [OK, ERROR]
      6  [IDBIndex.getAllKeys() returns correct result for an index not covering the autoincrement key]
      7    expected:
      8      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
      9 
     10  [IDBIndex.getAll() for an index not covering the autoincrement key]
     11    expected:
     12      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     13 
     14  [IDBIndex.get() for an index not covering the autoincrement key]
     15    expected:
     16      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     17 
     18  [IDBIndex.get() for an index on the autoincrement key]
     19    expected:
     20      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
     21 
     22 
     23 [reading-autoincrement-indexes.any.html]
     24  expected:
     25    if (os == "android") and not debug and sessionHistoryInParent: [OK, CRASH]
     26    if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT, CRASH]
     27    if (os == "mac") and not debug: [OK, CRASH]
     28  [IDBIndex.get() for an index not covering the autoincrement key]
     29    expected:
     30      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     31 
     32 
     33 [reading-autoincrement-indexes.any.worker.html]
     34  expected:
     35    if os == "android": [OK, CRASH]
     36 
     37 [reading-autoincrement-indexes.any.sharedworker.html]