Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test case to the test suite | dgp | 2011-10-27 | 1 | -0/+4 |
| | |||||
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009 | Miguel Sofer | 2006-10-09 | 1 | -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] | dgp | 2006-04-07 | 1 | -0/+20 |
| | | | | * tests/fileSystem.test: family of path normalization bugs. | ||||
* | * generic/tclPathObj.c: More fixes for path normalization when /../ | dgp | 2006-03-29 | 1 | -0/+40 |
| | | | | * tests/fileSystem.test: tries to go beyond root.[Bug 1379287] | ||||
* | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -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 of | dgp | 2006-03-03 | 1 | -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" | dgp | 2005-04-05 | 1 | -1/+1 |
| | |||||
* | filesystem, glob, tilde fix | vincentdarley | 2004-12-02 | 1 | -0/+51 |
| | |||||
* | fix to windows file join bug | vincentdarley | 2004-11-22 | 1 | -0/+7 |
| | |||||
* | * tests/fileName.test: | das | 2004-11-11 | 1 | -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 up | dkf | 2004-10-31 | 1 | -190/+63 |
| | |||||
* | * tests/basic.test: Added missing constraints. | dgp | 2004-10-26 | 1 | -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 bugs | vincentdarley | 2004-09-27 | 1 | -1/+1 |
| | |||||
* | cd infinite loop bug fixed | vincentdarley | 2004-07-17 | 1 | -0/+17 |
| | |||||
* | added test | vincentdarley | 2004-07-02 | 1 | -0/+14 |
| | |||||
* | * tests/fileSystem.test: Minor correction to new fileSystem-9.X | dgp | 2004-06-30 | 1 | -5/+5 |
| | | | | tests so that they clean up temporary directories correctly. | ||||
* | fix to trailing slash documentation and to a filesystem 'file join' bug on ↵ | vincentdarley | 2004-06-30 | 1 | -0/+67 |
| | | | | windows | ||||
* | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -26/+26 |
| | |||||
* | vfs glob root volume fix | vincentdarley | 2004-05-07 | 1 | -0/+51 |
| | |||||
* | * tests/fileSystem.test (filesystem-1.39): replace 'file volumes' | hobbs | 2004-05-04 | 1 | -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 898238 | vincentdarley | 2004-03-30 | 1 | -0/+22 |
| | |||||
* | fixed another volume-relative file normalization problem | vincentdarley | 2004-03-26 | 1 | -0/+14 |
| | |||||
* | fix to windows volume-relative path normalization | vincentdarley | 2004-03-26 | 1 | -0/+28 |
| | |||||
* | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -5/+5 |
| | |||||
* | more robust tests | vincentdarley | 2004-02-28 | 1 | -12/+28 |
| | |||||
* | * doc/clock.n: Removed reference to non-existent [file ctime]. | dgp | 2004-02-06 | 1 | -1/+0 |
| | |||||
* | fix to test and comment | vincentdarley | 2004-01-29 | 1 | -2/+11 |
| | |||||
* | filesystem fixes for '-force' consistency and picky compilers | vincentdarley | 2004-01-29 | 1 | -6/+136 |
| | |||||
* | file normalize bug fixes for .. and . | vincentdarley | 2004-01-23 | 1 | -0/+41 |
| | |||||
* | filesystem optimisation -- Three main issues accomplished: (1) cleaned up ↵ | vincentdarley | 2004-01-21 | 1 | -4/+4 |
| | | | | variable names in | ||||
* | fix to file normalization with relative links | vincentdarley | 2003-12-17 | 1 | -6/+10 |
| | |||||
* | fix to fs norm bug 860402 | vincentdarley | 2003-12-17 | 1 | -20/+30 |
| | |||||
* | fix to fs norm bug 860402 | vincentdarley | 2003-12-17 | 1 | -0/+24 |
| | |||||
* | better filesystem tests with more informative results | vincentdarley | 2003-12-12 | 1 | -8/+16 |
| | |||||
* | new filesystem tests | vincentdarley | 2003-12-12 | 1 | -0/+114 |
| | |||||
* | * tests/cmdAH.test: | dgp | 2003-10-07 | 1 | -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. | dgp | 2003-10-06 | 1 | -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 typos | vincentdarley | 2003-04-11 | 1 | -2/+6 |
| | |||||
* | * tests/fileSystem.test: added test 8.3 | hobbs | 2003-02-11 | 1 | -0/+10 |
| | | | | | * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): (Tcl_FSMatchInDirectory): handle the cwdLen == 0 case | ||||
* | filesystem speed up round 2 | vincentdarley | 2003-02-10 | 1 | -1/+16 |
| | |||||
* | first speedups to Win filesystem | vincentdarley | 2003-02-07 | 1 | -0/+25 |
| | |||||
* | fix to crashing filesystem test | vincentdarley | 2003-02-07 | 1 | -5/+6 |
| | |||||
* | added regression test for recent bug fix | vincentdarley | 2003-02-05 | 1 | -0/+15 |
| | |||||
* | finalization and test fixes | vincentdarley | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | Marked filesystem-7.1 as known bug. | andreas_kupries | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | filesystem bug fix and new test | vincentdarley | 2003-01-28 | 1 | -0/+14 |
| | |||||
* | fix to knownBug test | vincentdarley | 2002-07-18 | 1 | -1/+1 |
| | |||||
* | empty path name error msgs | vincentdarley | 2002-06-26 | 1 | -1/+133 |
| | |||||
* | tip99tip_99 | vincentdarley | 2002-06-21 | 1 | -6/+6 |
| | |||||
* | tip99 | vincentdarley | 2002-06-21 | 1 | -14/+57 |
| |