summaryrefslogtreecommitdiffstats
path: root/tests/exec.test
Commit message (Collapse)AuthorAgeFilesLines
* Thanks to TIP #587, convert many escapes in the testcases into the actual ↵jan.nijtmans2021-03-301-5/+5
| | | | (UTF-8) character.
* Merge 8.6jan.nijtmans2021-01-281-1/+1
|\
| * Use {} braces in more "expr" expressions.jan.nijtmans2021-01-281-1/+1
| |
* | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-1/+1
|\ \
| * \ Merge 8.7jan.nijtmans2020-11-191-2/+5
| |\ \
| * | | Case-sensitive package namesjan.nijtmans2020-11-031-1/+1
| | | |
* | | | More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
| | | |
* | | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵jan.nijtmans2020-11-231-3/+3
| |/ / |/| | | | | | | | whenever reasonable.
* | | Merge 8.6dkf2020-11-161-2/+5
|\ \ \ | |/ / |/| / | |/
| * Fixed some tests, added trial macOS builddkf2020-11-141-2/+5
| |
| * Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-3/+0
| |
* | Merge 8.6jan.nijtmans2020-09-041-2/+4
|\ \ | |/
| * Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-2/+4
| | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions
* | Merge 8.6jan.nijtmans2020-03-241-1/+3
|\ \ | |/
| * Spurious test-failure on Travis OSXjan.nijtmans2020-03-241-1/+3
| |
| * new packagepooryorick2018-06-161-10/+15
| | | | | | | | tcltests exclude some exec.test tests when running under valgrind
* | Fix various test-cases, which started failing on Windows due to TIP #430jan.nijtmans2018-09-131-0/+2
| |
* | new packagepooryorick2018-06-151-10/+15
| | | | | | | | tcltests exclude some exec.test tests when running under valgrind
* | test suite debuggingdgp2018-01-251-1/+0
|\ \ | |/
| * lifetime management of files generated by testsdgp2018-01-251-1/+0
| |\
| | * lifetime management of files generated by testsdgp2018-01-251-1/+0
| | |
| * | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : ↵jan.nijtmans2017-08-291-2/+6
| | | | | | | | | | | | exec redirection to append stdout and stderr to the same file
* | | Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005.ferrieux2017-08-241-2/+6
| | |
* | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd ↵jan.nijtmans2016-09-071-3/+0
|/ / | | | | | | literal sharing vs. per-interp resolvers
* | Bugfix [9ece99d58b]. Make exec understand .CMD files on Windows.ashok2016-07-091-0/+16
| |
* | [f0f876c141] Improve consistency in error messages.dkf2014-06-171-3/+3
| |
* | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in ↵jan.nijtmans2013-01-061-1/+1
| | | | | | | | | | unrelated places . Bump http package to 2.8.6.
* | 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).
| * 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.
| | * 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.
| | * * 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.
| | * * 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.
| | * Backport of fix for [Bug 1245953]dkf2005-07-281-1/+29
| | |
| | * * 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:
| | * * 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.
| | * * 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:
| | * * 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:
* | | Fix [Bug 2788468].dkf2009-05-081-42/+51
| | |
* | | Fix [Bug 1513659].dkf2009-05-071-3/+14
| | |
* | | fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-3/+3
| | |
* | | More test cleanup.dkf2008-07-191-273/+237
|/ /
* | * tests/exec.test (exec-9.7): reduce timing sensitivitydas2008-03-111-3/+3
| | | | | | | | * tests/socket.test (socket-2.11): (esp. on multi-proc machines).
* | Fixed line endings broken by a previous checking that caused test failures ↵patthoyts2006-12-071-717/+717
| | | | | | | | on windows.
* | Fix leaking-stderr test breakagedkf2006-12-041-8/+25
| |
* | Implement TIP#267dkf2006-12-041-688/+700
| |
* | * 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.
* | * 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).
* | * 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]
* | * 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.
* | Standardize some use of test constraints onto names that are documenteddkf2004-06-231-4/+4
| |