tor-browser

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

serialization-via-idb.any.js.ini (616B)


      1 [serialization-via-idb.any.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      4    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
      5  [WebAssembly.Module cloning via IndexedDB: basic case]
      6    expected:
      7      if (os == "win") and not debug: [PASS, TIMEOUT]
      8 
      9  [WebAssembly.Module cloning via the IndexedDB: is interleaved correctly]
     10    expected:
     11      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
     12      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
     13 
     14 
     15 [serialization-via-idb.any.worker.html]