tor-browser

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

http2-context.sub.h2.any.js.ini (741B)


      1 [http2-context.sub.h2.any.worker.html]
      2  expected:
      3    if not fission and (os == "linux") and debug: CRASH
      4 
      5 [http2-context.sub.h2.any.html]
      6  expected:
      7    if (os == "win") and debug and (processor == "x86_64"): CRASH
      8    if (os == "mac") and debug: CRASH
      9    if (os == "android") and debug: CRASH
     10    if (os == "android") and not debug: [OK, CRASH]
     11 
     12 [http2-context.sub.h2.any.serviceworker.html]
     13  expected:
     14    if (os == "linux") and not tsan and asan and fission: CRASH
     15    if (os == "win") and debug and (processor == "x86"): TIMEOUT
     16    if (os == "linux") and tsan: TIMEOUT
     17    if (os == "android") and not debug: [OK, CRASH]
     18 
     19 [http2-context.sub.h2.any.sharedworker.html]
     20  expected:
     21    if (os == "android") and not debug: [OK, ERROR]