tor-browser

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

idbindex_getKey.any.js.ini (2653B)


      1 [idbindex_getKey.any.serviceworker.html]
      2  tags: [fails_in_pbm]
      3  expected:
      4    if (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
      5    if (os == "mac") and not debug: [OK, ERROR]
      6    if (os == "android") and not debug: [OK, ERROR]
      7  [getKey() returns the key of the first record within the range]
      8    expected:
      9      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     10 
     11  [getKey() throws TransactionInactiveError on aborted transaction]
     12    expected:
     13      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     14 
     15  [getKey() attempt to retrieve the primary key of a record that doesn't exist]
     16    expected:
     17      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     18 
     19  [getKey() throws DataError when using invalid key]
     20    expected:
     21      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     22 
     23  [getKey() throws InvalidStateError when the index is deleted]
     24    expected:
     25      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     26 
     27  [getKey() throws InvalidStateError on index deleted by aborted upgrade]
     28    expected:
     29      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     30 
     31 
     32 [idbindex_getKey.any.html]
     33  expected:
     34    if (os == "android") and not debug: [OK, CRASH]
     35 
     36 [idbindex_getKey.any.sharedworker.html]
     37  expected:
     38    if (os == "android") and not debug: [OK, CRASH]
     39 
     40 [idbindex_getKey.any.worker.html]
     41  expected:
     42    if (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
     43  [getKey() attempt to retrieve the primary key of a record that doesn't exist]
     44    expected:
     45      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     46 
     47  [getKey() returns the key of the first record within the range]
     48    expected:
     49      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     50 
     51  [getKey() throws DataError when using invalid key]
     52    expected:
     53      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     54 
     55  [getKey() throws InvalidStateError when the index is deleted]
     56    expected:
     57      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     58 
     59  [getKey() throws TransactionInactiveError on aborted transaction]
     60    expected:
     61      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     62 
     63  [getKey() throws InvalidStateError on index deleted by aborted upgrade]
     64    expected:
     65      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     66 
     67  [getKey() returns the record's primary key where the index contains duplicate values]
     68    expected:
     69      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     70 
     71  [getKey() returns the record's primary key]
     72    expected:
     73      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]