tor-browser

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

streams-echo.https.any.js.ini (6299B)


      1 [streams-echo.https.any.html]
      2  expected:
      3    if (os == "linux") and not tsan and not fission and not debug: [CRASH, OK, TIMEOUT]
      4    if (os == "win") and debug and (processor == "x86_64"): [CRASH, OK, ERROR, TIMEOUT]
      5    if (os == "win") and debug and (processor == "x86"): [OK, ERROR, TIMEOUT]
      6    if (os == "linux") and tsan: [OK, ERROR, TIMEOUT]
      7    [OK, TIMEOUT]
      8  [WebTransport client should be able to create and handle a bidirectional stream without waiting for ready]
      9    expected:
     10      if (processor == "x86") and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
     11      [PASS, TIMEOUT, NOTRUN]
     12 
     13  [WebTransport client should be able to create and handle a bidirectional stream]
     14    expected:
     15      if (processor == "x86") and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
     16      [PASS, TIMEOUT, NOTRUN]
     17 
     18  [WebTransport client should be able to create, accept, and handle a unidirectional stream]
     19    expected: [PASS, TIMEOUT, NOTRUN]
     20 
     21  [WebTransport client should be able to create, accept, and handle a unidirectional stream without waiting for ready]
     22    expected:
     23      if (processor == "x86") and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
     24      [PASS, TIMEOUT, NOTRUN]
     25 
     26  [WebTransport server should be able to accept and handle a bidirectional stream]
     27    expected: [PASS, TIMEOUT, NOTRUN]
     28 
     29  [Can read data from a bidirectional stream with BYOB reader]
     30    expected: [PASS, TIMEOUT, NOTRUN]
     31 
     32  [Can read data from a unidirectional stream with BYOB reader]
     33    expected: [PASS, TIMEOUT, NOTRUN]
     34 
     35  [Transfer large chunks of data on a bidirectional stream]
     36    expected: [PASS, TIMEOUT, NOTRUN]
     37 
     38  [Transfer large chunks of data on a unidirectional stream]
     39    expected: [PASS, TIMEOUT, NOTRUN]
     40 
     41  [Closing the stream with no data still resolves the read request]
     42    expected: [PASS, TIMEOUT, NOTRUN]
     43 
     44 
     45 [streams-echo.https.any.worker.html]
     46  expected:
     47    if (os == "linux") and not tsan and not debug and fission and asan: [CRASH, OK, TIMEOUT]
     48    if (os == "linux") and not tsan and debug and not fission: [CRASH, OK, TIMEOUT]
     49    if (os == "mac") and debug: [OK, TIMEOUT]
     50    if (os == "mac") and not debug: [OK, CRASH, TIMEOUT]
     51    if (os == "linux") and tsan: [TIMEOUT, OK, CRASH]
     52    [OK, TIMEOUT, CRASH]
     53  [WebTransport client should be able to create and handle a bidirectional stream]
     54    expected: [PASS, TIMEOUT, NOTRUN]
     55 
     56  [WebTransport client should be able to create, accept, and handle a unidirectional stream]
     57    expected: [PASS, TIMEOUT, NOTRUN]
     58 
     59  [WebTransport client should be able to create, accept, and handle a unidirectional stream without waiting for ready]
     60    expected: [PASS, TIMEOUT, NOTRUN]
     61 
     62  [WebTransport client should be able to create and handle a bidirectional stream without waiting for ready]
     63    expected: [PASS, TIMEOUT, NOTRUN]
     64 
     65  [WebTransport server should be able to accept and handle a bidirectional stream]
     66    expected: [PASS, TIMEOUT, NOTRUN]
     67 
     68  [Can read data from a bidirectional stream with BYOB reader]
     69    expected: [PASS, TIMEOUT, NOTRUN]
     70 
     71  [Can read data from a unidirectional stream with BYOB reader]
     72    expected: [PASS, TIMEOUT, NOTRUN]
     73 
     74  [Transfer large chunks of data on a bidirectional stream]
     75    expected: [PASS, TIMEOUT, NOTRUN]
     76 
     77  [Transfer large chunks of data on a unidirectional stream]
     78    expected: [PASS, TIMEOUT, NOTRUN]
     79 
     80  [Closing the stream with no data still resolves the read request]
     81    expected: [PASS, TIMEOUT, NOTRUN]
     82 
     83 
     84 [streams-echo.https.any.sharedworker.html]
     85  expected:
     86    if debug and (os == "linux") and fission: [CRASH, OK, TIMEOUT]
     87    if debug and (os == "win"): [OK, ERROR, TIMEOUT, CRASH]
     88    if debug and (os == "mac"): [OK, TIMEOUT]
     89    [OK, TIMEOUT, CRASH]
     90  [WebTransport client should be able to create, accept, and handle a unidirectional stream]
     91    expected: [PASS, TIMEOUT, NOTRUN]
     92 
     93  [WebTransport client should be able to create, accept, and handle a unidirectional stream without waiting for ready]
     94    expected: [PASS, TIMEOUT, NOTRUN]
     95 
     96  [WebTransport client should be able to create and handle a bidirectional stream without waiting for ready]
     97    expected: [PASS, TIMEOUT, NOTRUN]
     98 
     99  [WebTransport server should be able to accept and handle a bidirectional stream]
    100    expected:
    101      if (os == "win") and debug: [PASS, FAIL, TIMEOUT, NOTRUN]
    102      [PASS, TIMEOUT, NOTRUN]
    103 
    104  [Can read data from a bidirectional stream with BYOB reader]
    105    expected: [PASS, TIMEOUT, NOTRUN]
    106 
    107  [Can read data from a unidirectional stream with BYOB reader]
    108    expected: [PASS, TIMEOUT, NOTRUN]
    109 
    110  [Transfer large chunks of data on a bidirectional stream]
    111    expected: [PASS, TIMEOUT, NOTRUN]
    112 
    113  [Transfer large chunks of data on a unidirectional stream]
    114    expected: [PASS, TIMEOUT, NOTRUN]
    115 
    116  [Closing the stream with no data still resolves the read request]
    117    expected: [PASS, TIMEOUT, NOTRUN]
    118 
    119 
    120 [streams-echo.https.any.serviceworker.html]
    121  expected:
    122    if fission and (os == "win") and debug and (processor == "x86"): [CRASH, OK, ERROR, TIMEOUT]
    123    if fission and (os == "mac") and debug: [CRASH, OK, TIMEOUT]
    124    if not fission: [OK, ERROR, TIMEOUT, CRASH]
    125    [OK, ERROR, TIMEOUT]
    126  [WebTransport client should be able to create and handle a bidirectional stream without waiting for ready]
    127    expected: [PASS, TIMEOUT, NOTRUN]
    128 
    129  [WebTransport client should be able to create, accept, and handle a unidirectional stream]
    130    expected: [PASS, TIMEOUT, NOTRUN]
    131 
    132  [WebTransport client should be able to create, accept, and handle a unidirectional stream without waiting for ready]
    133    expected: [PASS, TIMEOUT, NOTRUN]
    134 
    135  [WebTransport server should be able to accept and handle a bidirectional stream]
    136    expected: [PASS, TIMEOUT, NOTRUN]
    137 
    138  [Can read data from a bidirectional stream with BYOB reader]
    139    expected: [PASS, TIMEOUT, NOTRUN]
    140 
    141  [Can read data from a unidirectional stream with BYOB reader]
    142    expected: [PASS, TIMEOUT, NOTRUN]
    143 
    144  [Transfer large chunks of data on a bidirectional stream]
    145    expected: [PASS, TIMEOUT, NOTRUN]
    146 
    147  [Transfer large chunks of data on a unidirectional stream]
    148    expected: [PASS, TIMEOUT, NOTRUN]
    149 
    150  [Closing the stream with no data still resolves the read request]
    151    expected: [PASS, TIMEOUT, NOTRUN]
    152 
    153  [WebTransport client should be able to create and handle a bidirectional stream]
    154    expected:
    155      if (os == "win") and debug: [PASS, TIMEOUT]