summaryrefslogtreecommitdiffstats
path: root/tests/fileName.test
Commit message (Collapse)AuthorAgeFilesLines
* [Bug #1536227]: Cygwin network pathname supoortjan.nijtmans2012-08-081-3/+3
|
* Cygwin network pathname supportbug_1536227jan.nijtmans2012-06-221-3/+3
|
* 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.
| * Backport test to prove Tcl 8.4 is not buggy (2918610).dgp2010-01-051-1/+16
| |
| * regression testsdgp2009-08-211-1/+33
| |
| * another testdgp2009-08-191-1/+11
| |
| * test for 2806250dgp2009-08-181-1/+11
| |
| * nicer test failure modedgp2009-08-181-2/+2
| |
| * * generic/tclFileName.c: Correct result from [glob */test] when *dgp2009-08-171-1/+32
| | | | | | | | * tests/fileName.test: matches something like ~foo. [Bug 2837800]
| * * tests/fileName.test: Tests for [Bug 2710920] to guard againstdgp2009-03-271-1/+13
| | | | | | | | its appearance.
| * * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()dgp2009-02-201-1/+8
| | | | | | | | | | | | * tests/fileName.test: that assumed (not "absolute" => "relative"). This is a false assumption on Windows, where "volumerelative" is another possibility. [Bug 2571597].
| * * tests/fileName.test: Revise new tests for portability to casedgp2008-08-141-4/+4
| | | | | | | | insensitive filesystems.
| * * generic/tclFileName.c: Fix for errors handling -types {}dgp2008-08-131-2/+40
| | | | | | | | | | * tests/fileName.test: option to [glob]. [Bug 1750300] Thanks to Matthias Kraft and George Peter Staplin.
| * bugs 1194458 and 1225044Kevin B Kenny2005-06-211-1/+8
| |
| * * tests/fileName.test:das2004-11-111-2/+2
| | | | | | | | | | | | | | * tests/fileSystem.test: * tests/io.test: * tests/tcltest.test: fixed bugs causing failures when running tests with -tmpdir arg not set to working dir.
| * * tests/fileName.test (filename-12.9): use C:/ instead of thehobbs2004-05-041-2/+4
| | | | | | | | | | first item in file volumes - that's usually A:/, which for most will have nothing in it.
| * glob -path fix for near filesystem rootvincentdarley2004-03-091-1/+32
| |
| * filesystem bug fixes: volumerelative normalization, file join inconsistencyvincentdarley2003-10-061-1/+18
| |
| * new tests for reported problems, fixes to followvincentdarley2003-10-031-1/+69
| |
| * glob and square brackets fixvincentdarley2003-04-291-1/+8
| |
* | * generic/tclPathObj.c (TclPathPart): Correct inconsistency betweendgp2010-01-051-1/+15
| | | | | | | | | | | | * tests/fileName.test (filename-14.31): the string rep and the intrep of a path value created by [file rootname]. Thanks to Vitaly Magerya for reporting. [Bug 2918610]
* | * tests/fileName.test (fileName-20.[78]): Corrected poor testKevin B Kenny2009-10-281-1/+12
| | | | | | | | | | | | hygiene (failure to save and restore the working directory) that caused these two tests to fail on Windows (and [Bug 2806250] to be reopened).
* | regression testsdgp2009-08-211-1/+29
| |
* | another testdgp2009-08-191-1/+11
| |
* | test for 2806250dgp2009-08-181-1/+11
| |
* | nicer test failure modedgp2009-08-181-2/+2
| |
* | * generic/tclPathObj.c: Added NULL check to prevent crashes duringdgp2009-08-181-1/+33
| | | | | | | | * tests/fileName.test: [glob]. [Bug 2837800]
* | * generic/tclPathObj.c (TclPathPart): TclPathPart() was computingdgp2009-03-271-1/+14
| | | | | | | | | | | | * tests/fileName.test: the wrong results for both [file dirname] and [file tail] on "path" arguments with the PATHFLAGS != 0 intrep and with an empty string for the "joined-on" part. [Bug 2710920]
* | * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()dgp2009-02-201-1/+7
| | | | | | | | | | | | * tests/fileName.test: that assumed (not "absolute" => "relative"). This is a false assumption on Windows, where "volumerelative" is another possibility. [Bug 2571597].
* | * tests/fileName.test: Revise new tests for portability to casedgp2008-08-141-4/+4
| | | | | | | | insensitive filesystems.
* | * generic/tclFileName.c: Fix for errors handling -types {}dgp2008-08-131-1/+38
| | | | | | | | | | * tests/fileName.test: option to [glob]. [Bug 1750300] Thanks to Matthias Kraft and George Peter Staplin.
* | Use test constraints properly instead of looking in tcl_platformdkf2006-03-211-18/+12
| | | | | | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file
* | fix to two filesystem issuesvincentdarley2006-03-191-7/+16
| |
* | Fix for [Bug 1325099]dkf2005-10-121-1/+6
| |
* | * tests/compExpr-old.test: Still more conversion of "nonPortable"dgp2005-07-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * tests/error.test: tests into tests with constraints that * tests/expr-old.test: describe the limits of their * tests/expr.test: portability. Also more consolidation * tests/fileName.test: of constraint synonyms. * tests/format.test: wideis64bit, 64bitInts => wideIs64bit * tests/get.test: wideIntegerUnparsed => wideIs32bit * tests/load.test: wideIntExpressions => wideBiggerThanInt * tests/obj.test: * tests/parseExpr.test: Dropped "roundOffBug" constraint that * tests/string.test: protected from buggy sprintf.
* | * tests/expr.test: Consolidated equivalent constraints intodgp2005-07-271-2/+2
| | | | | | | | | | | | | | | | | | * tests/fileName.test: single definitions and (more precise) names: * tests/get.test: longis32bit, 32bit, !intsAre64bit => longIs32bit * tests/listObj.test: empty => emptyTest; winOnly => win * tests/obj.test: intsAre64bit => longIs64bit Also updated some "nonPortable" tests to use constraints that mark precisely what about them isn't portable, so the tests can run where they work.
* | bug 1194458Kevin B Kenny2005-06-211-1/+8
| |
* | * tests/fileName.test:das2004-11-111-2/+2
| | | | | | | | | | | | | | | | | | * 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.
* | filesystem generic/platform code splittingvincentdarley2004-10-071-1/+13
| |
* | Standardize some use of test constraints onto names that are documenteddkf2004-06-231-58/+58
| |
* | Massive test cleanup; all tests are run, and constraints are used where ↵dkf2004-05-191-19/+17
| | | | | | | | necessary.
* | * tests/fileSystem.test (filesystem-1.39): replace 'file volumes'hobbs2004-05-041-4/+6
| | | | | | | | | | * 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-3/+6
| |
* | fix to Tcl bug 918320vincentdarley2004-03-301-1/+15
| |
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-565/+9
| |
* | glob -path fix for near filesystem rootvincentdarley2004-03-091-1/+32
| |
* | more robust testsvincentdarley2004-02-281-2/+6
| |
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up ↵vincentdarley2004-01-211-13/+38
| | | | | | | | variable names in
* | new filesystem testsvincentdarley2003-12-121-3/+10
| |