tor-browser

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

FileSystemBaseHandle-IndexedDB.https.any.js.ini (4209B)


      1 [FileSystemBaseHandle-IndexedDB.https.any.html]
      2  expected:
      3    if (os == "mac") and debug: OK
      4    if (os == "linux") and (processor == "x86_64"): OK
      5    if (os == "linux") and (processor == "x86"): [OK, ERROR]
      6    if os == "android": OK
      7    [OK, ERROR, TIMEOUT]
      8  [Store handle in IndexedDB and read from new transaction.]
      9    expected:
     10      if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     11      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     12      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     13 
     14  [Store handles and blobs in IndexedDB.]
     15    expected:
     16      if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     17      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     18      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     19      if (os == "mac") and not debug: [PASS, TIMEOUT]
     20 
     21  [Store handle in IndexedDB and read using a cursor.]
     22    expected:
     23      if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     24      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     25      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     26      if (os == "mac") and not debug: [PASS, NOTRUN]
     27      if (os == "linux") and (processor == "x86"): [PASS, NOTRUN]
     28 
     29  [Store handle in IndexedDB using inline keys.]
     30    expected:
     31      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     32      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     33      if (os == "win") and debug: [PASS, TIMEOUT, NOTRUN]
     34      if (os == "mac") and not debug: [PASS, NOTRUN]
     35      if (os == "linux") and (processor == "x86"): [PASS, NOTRUN]
     36 
     37  [Store handle in IndexedDB and read from pending transaction.]
     38    expected:
     39      if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT]
     40      if (os == "win") and not debug: [PASS, TIMEOUT]
     41 
     42  [Store and retrieve the root directory from IndexedDB.]
     43    expected:
     44      if (os == "mac") and debug: PASS
     45      if (os == "linux") and (processor == "x86_64"): PASS
     46      if os == "android": PASS
     47      [PASS, NOTRUN]
     48 
     49 
     50 [FileSystemBaseHandle-IndexedDB.https.any.worker.html]
     51  expected:
     52    if (os == "mac") and debug: OK
     53    if (os == "linux") and debug: OK
     54    if os == "android": OK
     55    [OK, TIMEOUT]
     56  [Store handles and blobs in IndexedDB.]
     57    expected:
     58      if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     59      if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     60      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     61      if (os == "mac") and not debug: [PASS, TIMEOUT]
     62      if (os == "linux") and (processor == "x86"): [PASS, TIMEOUT]
     63 
     64  [Store handle in IndexedDB and read using a cursor.]
     65    expected:
     66      if (os == "mac") and debug: PASS
     67      if (os == "linux") and (processor == "x86_64"): PASS
     68      if (os == "linux") and (processor == "x86"): [PASS, NOTRUN]
     69      if os == "android": PASS
     70      [PASS, TIMEOUT, NOTRUN]
     71 
     72  [Store handle in IndexedDB using inline keys.]
     73    expected:
     74      if (os == "linux") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
     75      if (os == "linux") and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
     76      if (os == "win") and debug: [PASS, TIMEOUT, NOTRUN]
     77      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     78      if (os == "mac") and not debug: [PASS, NOTRUN]
     79 
     80  [Store handle in IndexedDB and read from new transaction.]
     81    expected:
     82      if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     83      if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     84      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     85 
     86  [Store handle in IndexedDB and read from pending transaction.]
     87    expected:
     88      if os == "win": [PASS, TIMEOUT]
     89 
     90  [Store and retrieve the root directory from IndexedDB.]
     91    expected:
     92      if (os == "mac") and debug: PASS
     93      if (os == "linux") and debug: PASS
     94      if os == "android": PASS
     95      [PASS, NOTRUN]