tor-browser

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

idb-binary-key-detached.any.js.ini (1320B)


      1 [idb-binary-key-detached.any.serviceworker.html]
      2  expected:
      3    if (os == "linux") and not debug and not asan: [OK, TIMEOUT]
      4  [Detached TypedArrays must throw DataError when used as a key]
      5    expected:
      6      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
      7 
      8  [Detached ArrayBuffers must throw DataError when used as a key]
      9    expected:
     10      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     11 
     12 
     13 [idb-binary-key-detached.any.html]
     14  expected:
     15    if (os == "linux") and not debug and not asan: [OK, TIMEOUT]
     16  [Detached TypedArrays must throw DataError when used as a key]
     17    expected:
     18      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     19 
     20 
     21 [idb-binary-key-detached.any.worker.html]
     22 
     23 [idb-binary-key-detached.any.sharedworker.html]
     24  expected:
     25    if (os == "linux") and not debug and not asan: [OK, TIMEOUT]
     26    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
     27  [Detached TypedArrays must throw DataError when used as a key]
     28    expected:
     29      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]
     30      if (os == "android") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     31 
     32  [Detached ArrayBuffers must throw DataError when used as a key]
     33    expected:
     34      if (os == "linux") and not debug and not asan: [PASS, TIMEOUT]