tor-browser

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

idbindex_get.any.js.ini (742B)


      1 [idbindex_get.any.serviceworker.html]
      2  tags: [fails_in_pbm]
      3  expected:
      4    if (os == "mac") and not debug: [OK, ERROR]
      5    if (os == "android") and not debug: [OK, ERROR]
      6 
      7 [idbindex_get.any.worker.html]
      8  expected:
      9    if (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
     10    if os == "android": [OK, CRASH]
     11  [get() throws TransactionInactiveError on aborted transaction]
     12    expected:
     13      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     14 
     15  [get() throws InvalidStateError on index deleted by aborted upgrade]
     16    expected:
     17      if (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]
     18 
     19 
     20 [idbindex_get.any.sharedworker.html]
     21 
     22 [idbindex_get.any.html]
     23  expected:
     24    if (os == "mac") and not debug: [OK, CRASH]