summaryrefslogtreecommitdiffstats
path: root/tests/fCmd.test
Commit message (Collapse)AuthorAgeFilesLines
* Tcl 8.5 doesn't have [try]jan.nijtmans2013-03-211-13/+12
|
* Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test ↵jan.nijtmans2013-03-211-33/+18
| | | | case fCmd-30.3 were backported from Tcl8.6, but the original tests were not removed.
* dup test namesdgp2013-03-201-2/+2
|
* [Bug 2893771]: file stat fails on locked files on win32.jan.nijtmans2013-03-191-0/+22
|\
| * [Bug 2893771]: file stat fails on locked files on win32.jan.nijtmans2013-03-191-0/+22
| |
| * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-151-46/+9
| | | | | | | | systems.
* | Test independence in fCmd.test.dgp2013-03-191-0/+10
| |
* | fix fCmd-6.19 testcase on win32 (can't read "tmpspace": no such variable)jan.nijtmans2012-07-191-0/+1
| |
* | Do filesystem tests needing /tmp access in a subdir less likely to conflict.bug_3519357dgp2012-06-011-65/+70
|\ \
* | | [Bug 3519357] fCmd.test failed on unix by foreign files or directory in /tmp.sebres2012-04-191-43/+46
|/ /
* | Backport 2902268 fix.bug_2902268dgp2011-10-261-6/+27
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-3/+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-3/+0
| | | | | | more harm than good. Purged them.
| * Fixed a number of test issues for Vista and Win7.patthoyts2009-11-101-7/+24
| | | | | | | | | | These test failures are due to the more restrictive permissions on the newer versions of Windows.
| * * tests/fCmd.test: Backport the notNetworkFilesystem constraint.dgp2007-05-171-6/+7
| |
| * backport of file writable fixesvincentdarley2006-03-191-3/+32
| |
| * * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change tohobbs2005-10-071-2/+2
| | | | | | | | | | * tests/fCmd.test (fCmd-20.2): account for NFS special files with a readdir rewind threshold. [Bug 1034337]
| * * tests/tcltest.test: The order in which [glob] returns the file namesrmax2004-11-251-3/+3
| | | | | | | | * tests/fCmd.test: is undefined, so tests should not depend on it.
| * * tests/fCmd.test:das2004-11-111-1/+10
| | | | | | | | | | | | | | | | | | * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir() loop whenever the source hierarchy has been modified by traverseProc (e.g. by deleting files); this is required to ensure complete traversal of the source hierarchy on certain filesystems like HFS+. Added test for failing recursive delete on Mac OS X that was due to this. [Bug 1034337]
| * * tests/fCmd.test: Run tests with the [temporaryDirectory] asdgp2003-10-071-1/+4
| | | | | | | | | | the current directory, so that tests can depend on ability to write files. [Bug 575837]
| * * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitutiondgp2003-10-061-5/+4
| | | | | | | | | | | | | | happens, not for any particular result. [Bug 685991] * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so that alpha and beta releases of Tcl are not favored. [Bug 608698]
| * file copy empty filename bug fixvincentdarley2003-06-231-1/+11
| |
| * filesystem fixes backportedvincentdarley2003-04-141-1/+6
| |
* | Fixed a number of test issues for Vista and Win7.patthoyts2009-11-111-7/+24
| | | | | | | | | | These test failures are due to the more restrictive permissions on the newer versions of Windows.
* | * tests/fCmd.test (fCmd-6.23): made result matching robust when testdas2008-08-141-2/+2
| | | | | | | | workdir and /tmp are not on same FS.
* | Rewrite to use tcltest2 better while getting rid of bugs/misfeatures.dkf2008-03-281-971/+1084
| |
* | improve darwin9 constraintdas2008-03-121-2/+3
| |
* | * tests/fCmd.test (fCmd-9.4): skip on Darwin 9 (xfail).das2008-03-111-2/+6
| |
* | * tests/fCmd.test (fCmd-6.26): fix failure when env(HOME) path containsdas2006-11-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | symlinks. * macosx/Tcl.xcodeproj/project.pbxproj: remove tclParseExpr.c; when running testsuite from inside Xcdoe, skip stack-3.1 (it only fails under those circumstances). * unix/tcl.m4 (Darwin): suppress linker arch warnings when building universal for both 32 & 64 bit and no 64bit CoreFoundation is available; sync with tk tcl.m4 change. * unix/configure.in: whitespace. * unix/configure: autoconf-2.59
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/fconfigure.n, doc/interp.n, doc/unknown.n: * library/auto.tcl, library/init.tcl, library/package.tcl: * library/safe.tcl, library/tm.tcl, library/msgcat/msgcat.tcl: * tests/all.tcl, tests/basic.test, tests/cmdInfo.test: * tests/compile.test, tests/encoding.test, tests/execute.test: * tests/fCmd.test, tests/http.test, tests/init.test: * tests/interp.test, tests/io.test, tests/ioUtil.test: * tests/iogt.test, tests/namespace-old.test, tests/namespace.test: * tests/parse.test, tests/pkg.test, tests/pkgMkIndex.test: * tests/proc.test, tests/reg.test, tests/trace.test: * tests/upvar.test, tests/winConsole.test, tests/winFCmd.test: * tools/tclZIC.tcl: * generic/tclParse.c (Tcl_ParseCommand): Replace {expand} with {*} officially (TIP #293). Leave -DALLOW_EXPAND=0|1 option to keep {expand} syntax for transition users. [Bug 1589629]
* | Change the "pc" constraint to synonym "win" for consistency with thedgp2006-03-271-5/+5
| | | | | | | | rest of the Tcl test suite.
* | typodgp2006-03-211-2/+2
| |
* | Use test constraints properly instead of looking in tcl_platformdkf2006-03-211-87/+83
| | | | | | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file
* | Clean up tests (mostly constraints relating to testchmod)dkf2006-03-201-2/+5
| | | | | | | | | | Also make the format of the ChangeLog a bit more internally consistent, making it easier to search it for bug numbers, etc.
* | fix to file writeable on windowsvincentdarley2006-03-181-1/+16
| |
* | add proper test constraintsvincentdarley2006-03-151-3/+3
| |
* | 90% fix of file writable issues on Windowsvincentdarley2006-03-141-3/+43
| |
* | fix to glob memory leak and file stat ino/nlink on windowsvincentdarley2005-10-231-1/+11
| |
* | * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change tomsofer_wcodes_branch_20051007kennykb_numerics_branch_20051008hobbs2005-10-071-2/+2
| | | | | | | | | | * tests/fCmd.test (fCmd-20.2): account for NFS special files with a readdir rewind threshold. [Bug 1034337]
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
| |
* | * tests/fCmd.test (fCmd-18.10): Added notNetworkFilesystem constraint.dgp2005-01-041-2/+2
| | | | | | | | [Bug 456665]
* | * tests/fCmd.test:das2004-11-111-1/+11
| | | | | | | | | | | | | | | | | | * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir() loop whenever the source hierarchy has been modified by traverseProc (e.g. by deleting files); this is required to ensure complete traversal of the source hierarchy on certain filesystems like HFS+. Added test for failing recursive delete on Mac OS X that was due to this. [Bug 1034337]
* | General cleanupdkf2004-10-311-139/+21
| |
* | two bugs fixed in filesystem docs and testsvincentdarley2004-08-311-2/+2
| |
* | Standardize some use of test constraints onto names that are documenteddkf2004-06-231-53/+53
| |
* | Fix test suite so NFS doesn't consistently cause 8 failures. [Bug 931312]dkf2004-05-251-30/+44
| |
* | Massive test cleanup; all tests are run, and constraints are used where ↵dkf2004-05-191-5/+5
| | | | | | | | necessary.
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-57/+21
| |
* | filesystem documentation and testsvincentdarley2004-01-261-2/+4
| |
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up ↵vincentdarley2004-01-211-4/+4
| | | | | | | | variable names in