tor-browser

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

sendorder.https.any.js.ini (2318B)


      1 [sendorder.https.any.sharedworker.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [CRASH, OK, TIMEOUT]
      4    if (os == "mac") and not debug: [OK, CRASH, TIMEOUT]
      5    [OK, TIMEOUT]
      6  [WebTransport client should be able to create and handle a bidirectional stream with sendOrder]
      7    expected: [PASS, TIMEOUT]
      8 
      9  [WebTransport client should be able to modify unset sendOrder after stream creation]
     10    expected: [PASS, TIMEOUT, NOTRUN]
     11 
     12  [WebTransport client should be able to modify existing sendOrder after stream creation]
     13    expected: [PASS, TIMEOUT, NOTRUN]
     14 
     15 
     16 [sendorder.https.any.worker.html]
     17  expected:
     18    if (os == "win") and not debug and (processor == "x86_64"): [CRASH, OK, TIMEOUT]
     19    if (os == "mac") and not debug: [OK, CRASH, TIMEOUT]
     20    [OK, TIMEOUT]
     21  [WebTransport client should be able to create and handle a bidirectional stream with sendOrder]
     22    expected: [PASS, TIMEOUT]
     23 
     24  [WebTransport client should be able to modify unset sendOrder after stream creation]
     25    expected: [PASS, TIMEOUT, NOTRUN]
     26 
     27  [WebTransport client should be able to modify existing sendOrder after stream creation]
     28    expected: [PASS, TIMEOUT, NOTRUN]
     29 
     30 
     31 [sendorder.https.any.serviceworker.html]
     32  expected:
     33    if (os == "win") and (processor == "x86_64"): [ERROR, OK, TIMEOUT]
     34    if os == "mac": [OK, ERROR, TIMEOUT]
     35    [OK, TIMEOUT]
     36  [WebTransport client should be able to create and handle a bidirectional stream with sendOrder]
     37    expected: [PASS, TIMEOUT]
     38 
     39  [WebTransport client should be able to modify unset sendOrder after stream creation]
     40    expected: [PASS, TIMEOUT, NOTRUN]
     41 
     42  [WebTransport client should be able to modify existing sendOrder after stream creation]
     43    expected: [PASS, TIMEOUT, NOTRUN]
     44 
     45 
     46 [sendorder.https.any.html]
     47  expected:
     48    if (os == "win") and debug: [OK, ERROR, TIMEOUT]
     49    [OK, TIMEOUT]
     50  [WebTransport client should be able to create and handle a bidirectional stream with sendOrder]
     51    expected:
     52      if (processor == "x86") and debug: [PASS, FAIL, TIMEOUT]
     53      [PASS, TIMEOUT]
     54 
     55  [WebTransport client should be able to modify unset sendOrder after stream creation]
     56    expected: [PASS, TIMEOUT, NOTRUN]
     57 
     58  [WebTransport client should be able to modify existing sendOrder after stream creation]
     59    expected: [PASS, TIMEOUT, NOTRUN]