| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevented intermittent test failure due to race condition. | dkf | 2012-05-31 | 1 | -0/+1 |
|
|
* | Update requirements to avoid old buggy Thread releases. | dgp | 2012-05-21 | 1 | -1/+1 |
|
|
* | 3428754 Test socket-14.2 tolerate [socket -async] connection that connects | dgp | 2012-05-03 | 1 | -9/+12 |
|
|
* | Made test socket-14.1 more robust to stop failure on OS X (Snow Leopard) | dgp | 2011-09-16 | 1 | -0/+1 |
|
|
* | 3390699 Convert [testthread] use to Thread package use in socket_*-13.1. | dgp | 2011-09-11 | 1 | -19/+10 |
|
|
* | Rework constraint detection and add constraints that cater for the fact, that... | max | 2011-06-28 | 1 | -9/+22 |
|
|
* | replace socket-14.3 with a test that is more useful and less likely to random... | max | 2011-06-28 | 1 | -12/+17 |
|
|
* | * unix/tclUnixSock.c (CreateClientSocket): Fix and simplify posting of the... | max | 2011-06-28 | 1 | -7/+60 |
|
|
* | Merge fixes for [socket -async] and other improvements to the unix socket code | max | 2011-06-22 | 1 | -1/+85 |
|\ |
|
| * | complete a comment in socket.testrmax_ipv6_branch | max | 2011-06-22 | 1 | -1/+2 |
|
|
| * | * doc/socket.n: Document the fact that the event loop is now needed for [s... | max | 2011-06-16 | 1 | -0/+3 |
|
|
| * | * Don't use port 0 for test 14.2 as it fails in different ways on Linux an... | max | 2011-06-06 | 1 | -2/+2 |
|
|
| * | * Improve socket.test by checking the latency on the loopback address and ... | max | 2011-06-01 | 1 | -7/+30 |
|
|
| * | * Fix setting up of [fileevent] while an async socket is still in progress
| max | 2011-05-30 | 1 | -2/+37 |
|
|
| * | Fix [socket -async] for DNS names with more than one address | max | 2011-05-27 | 1 | -0/+22 |
|
|
* | | Add test constraint, so 6.2 and 6.3 don't fail when the machine does not have... | jan.nijtmans | 2011-06-06 | 1 | -2/+2 |
|/ |
|
* | fix a timing issue in socket-12.3 | max | 2011-05-27 | 1 | -1/+2 |
|
|
* | * unix/tclUnixSock.c (TcpWatchProc): No need to check for server sockets h... | max | 2011-05-11 | 1 | -0/+18 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * tests/socket.test: Extended the timeout in socket-11.11 from 10 | andreas_kupries | 2006-03-16 | 1 | -4/+4 |
|
|
| | * | D'oh! | dgp | 2004-10-28 | 1 | -2/+2 |
|
|
| | * | * tests/socket.test (socket-13.1): Balanced [makeFile] and | dgp | 2004-10-28 | 1 | -11/+10 |
|
|
| | * | * tests/socket.test: Accepted two new testcases by Stuart Casoff | andreas_kupries | 2004-07-16 | 1 | -1/+7 |
|
|
| | * | * tests/basic.test: Made several tests more robust to the | dgp | 2004-02-25 | 1 | -11/+21 |
|
|
| | * | * tests/exec.test: Corrected temporary file management | dgp | 2003-10-07 | 1 | -31/+33 |
|
|
* | | | some more speedups to socket.test | rmax | 2010-11-04 | 1 | -5/+5 |
|
|
* | | | avoid having to wait for some child processes to time out after all tests hav... | rmax | 2010-11-04 | 1 | -1/+4 |
|
|
* | | | Rework some of the tests to speed them up by avoiding (supposedly) | rmax | 2010-11-04 | 1 | -29/+27 |
|
|
* | | | reorder the constraint list per test for clearer make test output of skipped ... | rmax | 2010-11-04 | 1 | -35/+35 |
|
|
* | | | * tests/socket.test: Run the socket tests three times with the | rmax | 2010-11-04 | 1 | -154/+172 |
|
|
* | | | * doc/socket.n: Document the changes to the [socket] and
| rmax | 2010-09-28 | 1 | -95/+103 |
|
|
* | | | prevent a race condition when shutting down the remote test server | rmax | 2010-06-25 | 1 | -3/+2 |
|
|
* | | | Use tcltest2 better. | dkf | 2008-09-02 | 1 | -419/+395 |
|/ / |
|
* | | * tests/exec.test (exec-9.7): reduce timing sensitivity | das | 2008-03-11 | 1 | -1/+2 |
|
|
* | | Keep most tests from making sockets that are reachable off the machine. | dkf | 2006-11-03 | 1 | -62/+52 |
|
|
* | | * tests/socket.test: Extended the timeout in socket-11.11 from 10 | andreas_kupries | 2006-03-16 | 1 | -4/+4 |
|
|
* | | Fix test that checked for non-standard case of error message (which
| dkf | 2005-11-01 | 1 | -23/+23 |
|
|
* | | socket wrong#args message now follows the general conventions | dkf | 2005-07-17 | 1 | -16/+6 |
|
|
* | | * tests/basic.test: Updated functional (not testing) uses of | dgp | 2004-11-18 | 1 | -19/+36 |
|
|
* | | niggly test suite fixes | dgp | 2004-11-04 | 1 | -2/+2 |
|
|
* | | D'oh! | dgp | 2004-10-28 | 1 | -2/+2 |
|
|
* | | * tests/socket.test (socket-13.1): Balanced [makeFile] and | dgp | 2004-10-28 | 1 | -25/+25 |
|
|
* | | * tests/socket.test: Accepted two new testcases by Stuart Casoff | andreas_kupries | 2004-07-16 | 1 | -1/+7 |
|
|
* | | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -3/+3 |
|
|
* | | Massive test cleanup; all tests are run, and constraints are used where neces... | dkf | 2004-05-19 | 1 | -4/+4 |
|
|
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -9/+3 |
|
|
* | | * tests/basic.test: Made several tests more robust to the | dgp | 2004-02-25 | 1 | -11/+21 |
|
|
* | | * tests/cmdAH.test: | dgp | 2003-10-07 | 1 | -31/+33 |
|/ |
|