summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
Commit message (Collapse)AuthorAgeFilesLines
* Add test-case for previous commit, which shows that when trying to open a ↵jan.nijtmans2014-11-031-0/+3
| | | | filename with invalid characters gives the right error-message. (same bug existed on UNIX too, which is now fixed)
* 3597000 Consistent [file copy] result.dgp2013-03-191-2/+2
|\
| * filesystem, glob, tilde fixvincentdarley2004-12-021-0/+52
| |
| * backport file join fixvincentdarley2004-11-231-0/+8
| |
| * * tests/fileName.test:das2004-11-111-0/+1
| | | | | | | | | | | | | | * tests/fileSystem.test: * tests/io.test: * tests/tcltest.test: fixed bugs causing failures when running tests with -tmpdir arg not set to working dir.
| * backport of recent fs fixes from cvs headvincentdarley2004-07-021-0/+81
| |
| * * tests/exec.test: Corrected temporary file managementdgp2003-10-071-3/+6
| | | | | | | | | | | | | | | | * 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:
| * * tests/cmdMZ.test: Updated [package require tcltest] lines todgp2003-10-061-1/+1
| | | | | | | | | | | | | | * tests/fileSystem.test: indiciate that these test files * tests/notify.test: use features of tcltest 2. [Bug 706114] * tests/parseExpr.test: * tests/unixNotfy.test:
* | Test independence in fileSystem.testdgp2013-03-181-5/+18
| |
* | Added test case to the test suitedgp2011-10-271-0/+4
| |
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009Miguel Sofer2006-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | global variables ::errorInfo, ::errorCode, ::env and ::tcl_platform: many were relying on the alternative lookup in the global namespace, that feature is tested specifically in namespace and variable tests. The modified testfiles are: apply.test, basic.test, case.test, cmdIL.test, cmdMZ.test, compExpr-old.test, error.test, eval.test, event.test, expr.test, fileSystem.test, for.test, http.test, if.test, incr-old.test, incr.test, interp.test, io.test, ioCmd.test, load.test, misc.test, namespace.test, parse.test, parseOld.test, pkg.test, proc-old.test, set.test, switch.test, tcltest.test, thread.test, var.test, while-old.test, while.test.
* | * generic/tclPathObj.c: Yet another revised fix for the [Bug 1379287]dgp2006-04-071-0/+20
| | | | | | | | * tests/fileSystem.test: family of path normalization bugs.
* | * generic/tclPathObj.c: More fixes for path normalization when /../dgp2006-03-291-0/+40
| | | | | | | | * tests/fileSystem.test: tries to go beyond root.[Bug 1379287]
* | Use test constraints properly instead of looking in tcl_platformdkf2006-03-211-12/+4
| | | | | | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file
* | * generic/tclPathObj.c: Fix for failed normalization ofdgp2006-03-031-0/+70
| | | | | | | | | | * tests/fileSystem.test: paths with /../ that lead back to the root of the filesystem, like /foo/.. [Bug 1379287].
* | replace obsolete "winOnly" constraint with preferred "win"dgp2005-04-051-1/+1
| |
* | filesystem, glob, tilde fixvincentdarley2004-12-021-0/+51
| |
* | fix to windows file join bugvincentdarley2004-11-221-0/+7
| |
* | * tests/fileName.test:das2004-11-111-0/+1
| | | | | | | | | | | | | | | | | | * tests/fileSystem.test: * tests/io.test: * tests/msgcat.test: * tests/tcltest.test: * tests/unixInit.test: fixed bugs causing failures when running tests with -tmpdir arg not set to working dir.
* | General clean updkf2004-10-311-190/+63
| |
* | * tests/basic.test: Added missing constraints.dgp2004-10-261-1/+1
| | | | | | | | | | | | | | * tests/compile.test: * tests/fileSystem.test: * tests/init.test (init-2.8): Updated to not rely on http package.
* | fix to small filesystem bugsvincentdarley2004-09-271-1/+1
| |
* | cd infinite loop bug fixedvincentdarley2004-07-171-0/+17
| |
* | added testvincentdarley2004-07-021-0/+14
| |
* | * tests/fileSystem.test: Minor correction to new fileSystem-9.Xdgp2004-06-301-5/+5
| | | | | | | | tests so that they clean up temporary directories correctly.
* | fix to trailing slash documentation and to a filesystem 'file join' bug on ↵vincentdarley2004-06-301-0/+67
| | | | | | | | windows
* | Standardize some use of test constraints onto names that are documenteddkf2004-06-231-26/+26
| |
* | vfs glob root volume fixvincentdarley2004-05-071-0/+51
| |
* | * tests/fileSystem.test (filesystem-1.39): replace 'file volumes'hobbs2004-05-041-1/+1
| | | | | | | | | | * tests/fileName.test (filename-12.9,10): lindex with direct C:/ hard-coded because A:/ was being used and that is empty for most.
* | fix to glob with volume relative paths, bug 898238vincentdarley2004-03-301-0/+22
| |
* | fixed another volume-relative file normalization problemvincentdarley2004-03-261-0/+14
| |
* | fix to windows volume-relative path normalizationvincentdarley2004-03-261-0/+28
| |
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-5/+5
| |
* | more robust testsvincentdarley2004-02-281-12/+28
| |
* | * doc/clock.n: Removed reference to non-existent [file ctime].dgp2004-02-061-1/+0
| |
* | fix to test and commentvincentdarley2004-01-291-2/+11
| |
* | filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-6/+136
| |
* | file normalize bug fixes for .. and .vincentdarley2004-01-231-0/+41
| |
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up ↵vincentdarley2004-01-211-4/+4
| | | | | | | | variable names in
* | fix to file normalization with relative linksvincentdarley2003-12-171-6/+10
| |
* | fix to fs norm bug 860402vincentdarley2003-12-171-20/+30
| |
* | fix to fs norm bug 860402vincentdarley2003-12-171-0/+24
| |
* | better filesystem tests with more informative resultsvincentdarley2003-12-121-8/+16
| |
* | new filesystem testsvincentdarley2003-12-121-0/+114
| |
* | * tests/cmdAH.test:dgp2003-10-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | * 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:
* | * tests/reg.test: Corrected duplicate test names.dgp2003-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * tests/resource.test: [Bugs 710370, 710358] * tests/dict.test: * tests/dict.test: Updated [package require tcltest] lines to * tests/fileSystem.test: indiciate that these test files * tests/lrepeat.test: use features of tcltest 2. [Bug 706114] * tests/notify.test: * tests/parseExpr.test: * tests/unixNotfy.test: * tests/winDde.test:
* | fix 5 small filesystem bugs, and some typosvincentdarley2003-04-111-2/+6
|/
* * tests/fileSystem.test: added test 8.3hobbs2003-02-111-0/+10
| | | | | * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): (Tcl_FSMatchInDirectory): handle the cwdLen == 0 case
* filesystem speed up round 2vincentdarley2003-02-101-1/+16
|
* first speedups to Win filesystemvincentdarley2003-02-071-0/+25
|