summaryrefslogtreecommitdiffstats
path: root/tests/fileName.test
Commit message (Collapse)AuthorAgeFilesLines
...
* | | fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-4/+4
| | |
* | | * tests/fileName.test: Repaired the failing test fileName-15.7Kevin B Kenny2008-07-201-2/+2
| | | | | | | | | | | | from dkf's commit earlier today.
* | | Reduce obscurity of tests by eliminating many [catch]es through use of tcltest2dkf2008-07-201-624/+549
|/ /
* | 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
| |
* | filesystem bug fixesvincentdarley2003-10-131-1/+18
| |
* | fixed inconsistent handling of file separators in file joinvincentdarley2003-09-301-1/+80
| |
* | fix to glob and filenames with square bracketsvincentdarley2003-04-251-1/+8
|/
* glob -l on broken symlink fixvincentdarley2003-02-121-1/+42
|
* first speedups to Win filesystemvincentdarley2003-02-071-1/+13
|
* finalization and test fixesvincentdarley2003-02-041-2/+3
|
* 3 small fixesvincentdarley2002-11-131-1/+8
|
* Removed [exec] of Unix utilities with equivs in standard Tcl [Bug 579268]dkf2002-07-101-5/+5
|
* add file link constraintvincentdarley2002-07-081-4/+14
|
* Made many tests work properly when the current directory is not writable.dkf2002-07-051-4/+20
| | | | Added targets to unix/Makefile.in to facilitate testing of this situation.
* tip99vincentdarley2002-06-211-7/+7
|
* glob fixesvincentdarley2002-05-301-3/+16
|
* * Fixes to test suite when there's a spacedgp2002-05-081-2/+2
| | | | in the working path. Thanks to Kevin Kenny.
* fix to bug 553320vincentdarley2002-05-071-2/+7
|
* fix to 551306vincentdarley2002-05-021-1/+24
|
* corrected constraint name for filename-12.1.4 to pcOnly from unixpcOnlyhobbs2002-04-221-2/+2
|
* 4 fs fixesvincentdarley2002-03-241-1/+28
|
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-2/+8
| | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details
* win fs fixesvincentdarley2001-10-291-1/+11
|
* minor fs, vfs fixesvincentdarley2001-09-041-1/+4
|
* filesystemvincentdarley2001-08-301-1/+35
|
* fs updatevincentdarley2001-08-231-1/+56
|
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-256/+360
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following files were impacted. * doc/Access.3: * doc/FileSystem.3: * doc/OpenFileChnl.3: * doc/file.n: * doc/glob.n: * generic/tcl.decls: * generic/tcl.h: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclDate.c: * generic/tclDecls.h: * generic/tclEncoding.c: * generic/tclFCmd.c: * generic/tclFileName.c: * generic/tclGetDate.y: * generic/tclIO.c: * generic/tclIOCmd.c: * generic/tclIOUtil.c: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclLoad.c: * generic/tclStubInit.c: * generic/tclTest.c: * generic/tclUtil.c: * library/init.tcl: * mac/tclMacFCmd.c: * mac/tclMacFile.c: * mac/tclMacInit.c: * mac/tclMacPort.h: * mac/tclMacResource.c: * mac/tclMacTime.c: * tests/cmdAH.test: * tests/event.test: * tests/fCmd.test: * tests/fileName.test: * tests/io.test: * tests/ioCmd.test: * tests/proc-old.test: * tests/registry.test: * tests/unixFCmd.test: * tests/winDde.test: * tests/winFCmd.test: * unix/mkLinks: * unix/tclUnixFCmd.c: * unix/tclUnixFile.c: * unix/tclUnixInit.c: * unix/tclUnixPipe.c: * win/tclWinFCmd.c: * win/tclWinFile.c: * win/tclWinInit.c: * win/tclWinPipe.c
* * tests/fileName.test: corrected tests not to fail on win when ahobbs2001-05-151-4/+4
| | | | C:/test dir exists.
* * tests/fCmd.test (fCmd-6.20): corrected test to removehobbs2000-09-291-31/+7
| | | | | | | c:/tcl8975@ after creating it. * tests/fileName.test: cleaned up the testing of glob patterns for c:/globTest (Windows) to directly create/remove directory.
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* * tests/foreach.test:hobbs2000-04-041-3/+3
| | | | | | * tests/namespace.test: * tests/var.test: Added lsorts to avoid random sorted return problems. [Bug: 2682]
* * doc/glob.n:hobbs1999-12-121-5/+123
| | | | | | | | | | | | | | | | * tests/fileName.test: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclEncoding.c: * generic/tclFileName.c: * mac/tclMacFile.c: * unix/tclUnixFile.c: * win/tclWinFile.c: enhanced the glob command with the new options -types -path -directory and -join. Deprecated TclpMatchFiles with TclpMatchFilesTypes, extended TclGlob and TclDoGlob and added GlobTypeData structure.
* Changed the tests to use the testConstraints array that thejenn1999-07-011-3/+3
| | | | test harness uses instead of the old name (testConfig).