tor-browser

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

streams-close.https.any.js.ini (2097B)


      1 [streams-close.https.any.worker.html]
      2  expected:
      3    if (os == "win") and (processor == "x86_64") and not debug: [CRASH, OK, TIMEOUT]
      4    if (os == "win") and (processor == "x86"): [OK, TIMEOUT]
      5    if (os == "mac") and debug: [OK, TIMEOUT]
      6    if (os == "mac") and not debug: [OK, CRASH, TIMEOUT]
      7    [OK, TIMEOUT, CRASH]
      8  [Close and abort unidirectional stream]
      9    expected: FAIL
     10 
     11  [RESET_STREAM coming from server]
     12    expected: FAIL
     13 
     14  [Close outgoing stream / bidi-1]
     15    expected:
     16      if (os == "linux") and debug and fission: [PASS, FAIL]
     17 
     18 
     19 [streams-close.https.any.html]
     20  expected:
     21    if os == "mac": [OK, TIMEOUT, CRASH]
     22    [OK, TIMEOUT]
     23  [Close and abort unidirectional stream]
     24    expected: FAIL
     25 
     26  [RESET_STREAM coming from server]
     27    expected: FAIL
     28 
     29  [Close outgoing stream / bidi-1]
     30    expected:
     31      if (os == "linux") and not debug and not asan: [PASS, FAIL]
     32      if (os == "mac") and not debug: [PASS, FAIL]
     33 
     34 
     35 [streams-close.https.any.sharedworker.html]
     36  expected:
     37    if (os == "win") and not debug and (processor == "x86_64"): [CRASH, OK, TIMEOUT]
     38    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
     39    if (os == "mac") and debug: [OK, TIMEOUT]
     40    if (os == "mac") and not debug: [OK, CRASH, TIMEOUT]
     41    [OK, TIMEOUT, CRASH]
     42  [Close and abort unidirectional stream]
     43    expected: FAIL
     44 
     45  [RESET_STREAM coming from server]
     46    expected: FAIL
     47 
     48  [Abort unidirectional stream with default error code]
     49    expected:
     50      if not fission and not debug: [PASS, FAIL]
     51 
     52 
     53 [streams-close.https.any.serviceworker.html]
     54  expected:
     55    if fission and (os == "win") and not debug and (processor == "x86_64"): [CRASH, OK, ERROR, TIMEOUT]
     56    if fission and (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
     57    if fission and (os == "mac") and debug: [OK, TIMEOUT]
     58    if fission and (os == "mac") and not debug: [OK, CRASH, ERROR, TIMEOUT]
     59    if not fission: [OK, ERROR, TIMEOUT, CRASH]
     60    [OK, ERROR, TIMEOUT]
     61  [Close and abort unidirectional stream]
     62    expected: FAIL
     63 
     64  [RESET_STREAM coming from server]
     65    expected: FAIL