summaryrefslogtreecommitdiffstats
path: root/tests/socket.test
Commit message (Collapse)AuthorAgeFilesLines
* * merged core-8-3-1-io-rewrite back into core-8-3-1-branch.hobbs2000-07-271-38/+23
| | | | | | The core-8-3-1-io-rewrite branch should now be considered defunct. FossilOrigin-Name: 4a5dd63d1f5efaf30ac7fb5f31fafb9893f69100
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. FossilOrigin-Name: c2f93a113cfcb17a21da67cc20f54ab3f1b9fa3c
* * tests/tcltest.test:jenn1999-10-191-1/+2
| | | | | | | | | | | | | * doc/tcltest.n: * library/tcltest1.0/tcltest.tcl: Removed the extra return at the end of the tcltest.tcl file. Applied patches sent in by Andreas Kupries to add helper procs for debug output, add 3 new flags (-testsdir, -load, -loadfile), and internally refactors common code for dealing with paths into separate procedures. [Bug: 2838, 2842] FossilOrigin-Name: 58252d4dac5ccaff0e51834d2b981eb00da26674
* Changed the tests to use the testConstraints array that thejenn1999-07-011-3/+3
| | | | | | test harness uses instead of the old name (testConfig). FossilOrigin-Name: 6b946e4c3413bd78b62341d25d3a25f9f9a1d0b0
* Fixed style problems in many of the test files.rjohnson1999-06-261-2/+2
| | | | | | Fixed bug in pkg.test where defs.tcl was still being used. FossilOrigin-Name: dbfd75f43f496269e869e2fbd58f86e25bdcef4c
* Modified the tests to use the package tcltestjenn1999-06-261-29/+30
| | | FossilOrigin-Name: fdb0602e41e62bf526806c165dbf3f33a718fd37
* Resynced with mainline.rjohnson1999-04-211-1/+1
| | | FossilOrigin-Name: 45b9dd789f717fcc67d00014dd8255359b392df0
* moved the ThreadReap command to ::tcltest::threadReap. Now each thread test ↵hershey1999-04-201-24/+8
| | | | | | | | | | | calls threadReap at the beginning and end of the test, inside the test body. This fixes the problem where the test suite was exiting on a call to threadReap (reap was killing the main thread by accident because other tests were leaving threads running and setting mainthread to be the list of running threads). FossilOrigin-Name: 4ad79d115186b5269b4b20ec79edc4a8e49c5c99
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-131/+207
| | | FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
* * tclWinSock.c (CreateSocket, TcpAccept): Windows NT createsstanton1998-12-041-1/+213
| | | | | | | sockets so they are inheritable by default. Turn off this bit so sockets aren't kept open by exec'ed processes. [Bug: 892] FossilOrigin-Name: 3f5af606c0baf0b984d9c2d0a86424875f9f78b8
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* fixed bug in socket-9.3 {testing EOF stickyness}hershey1998-07-241-12/+12
| | | FossilOrigin-Name: 69e0f0ff56b8bdfe0ab65c6f2779cdaf194f3f90
* plugin updateswelch1998-06-271-16/+25
| | | FossilOrigin-Name: 594ce53543ab0e1e09fe7eabec3e198a06256812
* added test for windows bugstanton1998-05-271-0/+28
| | | FossilOrigin-Name: 0f90d50961572fb85beeecb365abda31f0b85180
* Initial revisionrjohnson1998-03-261-0/+1344
FossilOrigin-Name: f86c34e38d2a946e0ed196001fd756c57f90791a