summaryrefslogtreecommitdiffstats
path: root/tests/exec.test
Commit message (Collapse)AuthorAgeFilesLines
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ | | | | | | | | cause more harm than good. Purged them (except in zlib files). FossilOrigin-Name: c64f310d38b977e7ae26a48bcf8bb8c50e453af7
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ | | | | | | | | | | | | more harm than good. Purged them. FossilOrigin-Name: 79367df0f0e01a96f037f893e889e7cb9b807847
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | | | | | | | more harm than good. Purged them. FossilOrigin-Name: 90b4acd7bdab65433169a232124967885c18d972
| | * * generic/tclPipe.c (FileForRedirect): Prevent nameString fromrmax2006-01-161-2/+6
| | | | | | | | | | | | | | | | | | | | | being freed without having been initialized. * tests/exec.test: Added a test for the above. FossilOrigin-Name: a4209dcf0bb09fdc9ca4cb7a328e04c02345fae6
| | * * win/tclWinPipe.c: Applied patch #1267871 by Matt Newman whichpatthoyts2005-11-041-1/+46
| | | | | | | | | | | | | | | | | | | | | * win/tclWinPort.h: provides extended error code support. * tests/exec.test: Wrote some tests for this feature. FossilOrigin-Name: 2c4d55e5e0278969ec6118185c93e7802f39d3ae
| | * Backport of fix for [Bug 1245953]dkf2005-07-281-1/+29
| | | | | | | | | FossilOrigin-Name: d4beef2f2f1e52209ef864539de2039617c80e71
| | * * tests/appendComp.test: Backport test suite fixes of errorsdgp2004-10-281-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/autoMkindex.test: revealed by -singleproc 1 -debug 1 * tests/exec.test: options to make test. * tests/execute.test: * tests/interp.test: * tests/io.test: * tests/namespace.test: * tests/regexpComp.test: * tests/stringComp.test: * tests/unixInit.test: * tests/winPipe.test: FossilOrigin-Name: 58c2f9f1b3cedab87015c6e1998a044a4d6773df
| | * * generic/tclPipe.c (TclCreatePipeline): Add 2>@1 as a specialhobbs2004-07-021-1/+5
| | | | | | | | | | | | | | | | | | * tests/exec.test: case redir of stderr to the result output. FossilOrigin-Name: 7b4da20af69cfa9e9297f0aa71bfa4f83ce92207
| | * * tests/basic.test: Made several tests more robust to thedgp2004-02-251-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/cmdMZ.test: list-quoting of path names that might * tests/exec.test: contain Tcl-special chars like { or [. * tests/io.test: Should help us sort out Tcl Bug 554068. * tests/pid.test: * tests/socket.test: * tests/source.test: * tests/unixInit.test: FossilOrigin-Name: 232c518b18acc9d49f922693cfff0269be58f668
| | * * tests/exec.test: Corrected temporary file managementdgp2003-10-071-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/fileSystem.test: issues uncovered by -debug 1 test * tests/ioCmd.test: operations. Also backported some * tests/pid.test: other fixes from the HEAD. * tests/socket.test: [Bugs 675605, 675655] * tests/source.test: FossilOrigin-Name: 552fa6ec61860618a115bc3ce6145571a662cca6
* | | Fix [Bug 2788468].dkf2009-05-081-42/+51
| | | | | | | | | FossilOrigin-Name: 98ccca352aec6ce0ecdd7ae68958cba53a9637cc
* | | Fix [Bug 1513659].dkf2009-05-071-3/+14
| | | | | | | | | FossilOrigin-Name: 386a1659b54c7358f5dd83e4b5a6468d71831100
* | | fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-3/+3
| | | | | | | | | FossilOrigin-Name: 395eaa2623b2540e0cb48daab4369053acb0f8d0
* | | More test cleanup.dkf2008-07-191-273/+237
|/ / | | | | FossilOrigin-Name: aa3631fea95d2ee325f6ffc9c732f440ac0060b6
* | * tests/exec.test (exec-9.7): reduce timing sensitivitydas2008-03-111-3/+3
| | | | | | | | | | | | * tests/socket.test (socket-2.11): (esp. on multi-proc machines). FossilOrigin-Name: 2834a014358c6264c88b9959fcf655b7214e7849
* | Fixed line endings broken by a previous checking that caused test failures ↵patthoyts2006-12-071-717/+717
| | | | | | | | | | on windows. FossilOrigin-Name: 0b5abdab162aee169040b7534dca02ac204252f3
* | Fix leaking-stderr test breakagedkf2006-12-041-8/+25
| | | | | | FossilOrigin-Name: 020010ebfeccd77d7c6b483eeaf5699f1951d485
* | Implement TIP#267dkf2006-12-041-688/+700
| | | | | | FossilOrigin-Name: 66c58950fb495aa8a114a7d6806495320d6a907e
* | * generic/tclPipe.c (FileForRedirect): Prevent nameString fromrmax2006-01-161-2/+6
| | | | | | | | | | | | | | being freed without having been initialized. * tests/exec.test: Added a test for the above. FossilOrigin-Name: 989ec0249aca7b3f634575384856080d91dc7c6c
* | * win/tclWinPort.h: Applied patch #1267871 by Matt Newman forpatthoyts2005-11-041-1/+46
| | | | | | | | | | | | | | | | * win/tclWinPipe.c: extended error code support on Windows. * tests/exec.test: Tests for extended error codes. * generic/tclPipe.c: Permit long codes (platform macros permitting). FossilOrigin-Name: e69a0476efd6b58dbd9cbb23631ea18f13fc114d
* | * generic/tclPipe.c (TclCreatePipeline): Arrange for POSIX systems todkf2005-07-281-1/+29
| | | | | | | | | | | | | | | | | | | | * unix/tclUnixPipe.c (TclpOpenFile): use the O_APPEND flag for * tests/exec.test (exec-19.1): files opened in a pipeline like ">>this". Note that Windows cannot support such access; there is no equivalent flag on the handle that can be set at the kernel-call level. The test is unix-specific in every way. [Bug 1245953] FossilOrigin-Name: 6c8172e1e625508afeb06c7e001f5533e8e46c40
* | * generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patchhobbs2004-07-021-1/+5
| | | | | | | | | | | | | | * doc/exec.n, tests/exec.test: that adds 2>@1 as a special case redirection of stderr to the result output. FossilOrigin-Name: 28a61147a18f786e1999c5d11b4785c7555381f4
* | Standardize some use of test constraints onto names that are documenteddkf2004-06-231-4/+4
| | | | | | FossilOrigin-Name: f6289216a6b8e8d361beccf3be1d2828d810f7ba
* | * tests/autoMkindex.test (autoMkindex-5.2): Use variable "result"dgp2004-05-251-2/+3
| | | | | | | | | | | | | | | | | | that gets cleaned up. * tests/exec.test: Clean up the "path" array. * tests/interp.test (interp-9.3): Initialize res, so prior values cannot make the test fail. FossilOrigin-Name: 60cd15fd68145fe8796db829cb85a9d82b08287c
* | Massive test cleanup; all tests are run, and constraints are used where ↵dkf2004-05-191-5/+5
| | | | | | | | | | necessary. FossilOrigin-Name: ae1ac5736f8152bee6dd84f96e191a4a097cebb3
* | * tests/basic.test: Made several tests more robust to thedgp2004-02-251-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | * tests/cmdMZ.test: list-quoting of path names that might * tests/exec.test: contain Tcl-special chars like { or [. * tests/io.test: Should help us sort out Tcl Bug 554068. * tests/pid.test: * tests/socket.test: * tests/source.test: * tests/unixInit.test: FossilOrigin-Name: 0fb8324d96f8136273a901d03c2b9804166ac966
* | * tests/cmdAH.test:dgp2003-10-071-4/+4
|/ | | | | | | | | | | | | * tests/exec.test: Corrected temporary file management * tests/fileSystem.test: issues uncovered by -debug 1 test * tests/io.test: operations. Also backported some * tests/ioCmd.test: other fixes from the HEAD. * tests/main.test: * tests/pid.test: [Bugs 675605, 675655, 675659] * tests/socket.test: * tests/source.test: FossilOrigin-Name: 10252720cd40b4ab3f5a9d76314668f1fd646fc6
* test suite fixes for spaces in pathsvincentdarley2003-02-041-48/+48
| | | FossilOrigin-Name: 811cea19f2e3dac60d5741e8caf483769627f752
* unset path var to allow singleproc testinghobbs2002-11-271-2/+2
| | | FossilOrigin-Name: 083ccd23f353bd13d728e62d5f9b6bff15014b77
* * tests/exec.test: marked exec-18.1 unixOnly until the Windowshobbs2002-09-021-2/+4
| | | | | | incompatability (in the test, not the core) can be resolved. FossilOrigin-Name: 96736f2971a0e01c1b513c2770c486c398cb16ae
* * Cleaned up, constrained, and reduced the amount of [exec] usagedgp2002-07-101-197/+195
| | | | | | in the test suite. FossilOrigin-Name: b0f3dfed629f8e4c506365bc62ba4dd7900a03c6
* * All the bugs below are instances of the same problem: Theandreas_kupries2002-07-041-163/+152
| | | | | | | | | | | testsuite assumes [pwd] = [temporaryDirectory] and writable. * tests/iogt.test: Fixed bug #575860. * tests/io.test: Fixed bug #575862. * tests/exec.test: * tests/ioCmd.test: Fixed bug #575836. FossilOrigin-Name: 1d6a2d5ba46de18f8b7e1ac0fa0234a4a281af89
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-3/+3
| | | | | | | | | with options -constraints knownBug -limitConstraints 1 only tests the knownBug tests. Mostly involves replacing direct access to the testConstraints array with calls to the testConstraint command (which requires tcltest version 2). FossilOrigin-Name: 9ba9324aefb481870bbdcf7c812e149be23ddd02
* * win/tclWinPipe.c (BuildCommandLine): Fixed bug #554068 ([exec]andreas_kupries2002-06-171-1/+11
| | | | | | | | on windows did not treat { in filenames well.). Bug reported by Vince Darley <vincentdarley@users.sourceforge.net>, patch provided by Vince too. FossilOrigin-Name: 2c091448504829060f054ce6a932215b2aec04c4
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-1/+5
| | | | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details FossilOrigin-Name: f961ecdd17042f83d4cf5b21380c117066ed9b88
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. FossilOrigin-Name: c2f93a113cfcb17a21da67cc20f54ab3f1b9fa3c
* * generic/tclGet.c (Tcl_GetDouble): Added additional conditions toericm2000-03-311-1/+8
| | | | | | | | | | | | | | | | | | | error test (previously only errno was checked, but the return value of strtod() should be checked as well). [Bug: 4118]. * tests/exec.test: Added test for proper conversion of UTF data when used with "<< $dataWithUTF" on exec's. * unix/tclUnixPipe.c (TclpCreateTempFile): Added Tcl_UtfToExternalDString call, so that if there is UTF content in the string it will be properly converted to the system encoding before being written [Bug: 4030]. (TclpCreateTempFile): Added a check on the return value of tmpnam; some systems (Linux, for example) will start to return NULL after tmpnam has been called TMP_MAX times; not checking for this can have bad results (overwriting temp files, core dumps, etc.) FossilOrigin-Name: 27f457dd13bd11383a15651c5e9c2bcbc947599b
* * tests/env.test:jenn1999-08-271-1/+6
| | | | | | | | | | | * tests/exec.test: * tests/io.test: * tests/event.test: * tests/tcltest.test: Added 'exit' calls to scripts that the tests themselves write, and removed accidental checkin of knownBugThreaded constraints for Solaris and Linux. FossilOrigin-Name: cb311db6b8387fcc34bbb369425b88d050ec605c
* Changed the tests to use the testConstraints array that thejenn1999-07-011-2/+2
| | | | | | test harness uses instead of the old name (testConfig). FossilOrigin-Name: 6b946e4c3413bd78b62341d25d3a25f9f9a1d0b0
* Modified the tests to use the package tcltestjenn1999-06-261-100/+101
| | | FossilOrigin-Name: fdb0602e41e62bf526806c165dbf3f33a718fd37
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-98/+130
| | | FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* Initial revisionrjohnson1998-03-261-0/+557
FossilOrigin-Name: f86c34e38d2a946e0ed196001fd756c57f90791a