summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
Commit message (Collapse)AuthorAgeFilesLines
* Fix filesystem-5.1 test failure on CYGWINnijtmans2010-05-311-1/+1
| | | FossilOrigin-Name: 500e9cc4ee39a8b4dee386b7f6ce47acc629fb2d
* * generic/tcl.decls: [TIP #357]: First round of changeskennykb2010-04-021-1/+17
| | | | | | | | | | | | | | | | | | | | | | * generic/tclDecls.h: to export Tcl_LoadFile, Tcl_FindSymbol, * generic/tclIOUtil.c: and Tcl_FSUnloadFile to the public API. * generic/tclInt.h: * generic/tclLoad.c: * generic/tclLoadNone.c: * generic/tclStubInit.c: * tests/fileSystem.test: * tests/load.test: * tests/unload.test: * unix/tclLoadDl.c: * unix/tclLoadDyld.c: * unix/tclLoadNext.c: * unix/tclLoadOSF.c: * unix/tclLoadShl.c: * unix/tclUnixPipe.c: * win/Makefile.in: * win/tclWinLoad.c: FossilOrigin-Name: 80aa157f455c7e777a532f7a3fd791d38359f31d
* Use the powers of tcltest2 for good! Also add basic testing of disassmblerdkf2008-09-101-332/+266
| | | | | | (though not of its output format). FossilOrigin-Name: 677f3de5be6eecbfdffcbc5dad8679bcf673c6b8
* * tests/*.test: updated all tests to refer explicitly to thetip-278-20061009msofer2006-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. FossilOrigin-Name: a8fcd798f4d17d4d3c958b65f206e78267d99627
* * generic/tclPathObj.c: Yet another revised fix for the [Bug 1379287]dgp2006-04-071-0/+20
| | | | | | * tests/fileSystem.test: family of path normalization bugs. FossilOrigin-Name: a2851d66c724c6e8dd9e5025e6431e3ddee1be9d
* * generic/tclPathObj.c: More fixes for path normalization when /../dgp2006-03-291-0/+40
| | | | | | * tests/fileSystem.test: tries to go beyond root.[Bug 1379287] FossilOrigin-Name: ceff9afb980af61e24ef6cd576a9824c0acfd245
* 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 FossilOrigin-Name: 36829d55d6ebcac6be4d3d7d887b06650a5b394a
* * 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]. FossilOrigin-Name: 347171af34348fdd7b20e50cec9ec3359b879318
* replace obsolete "winOnly" constraint with preferred "win"dgp2005-04-051-1/+1
| | | FossilOrigin-Name: a49c5566a12c2a17adcc51524357dd8378f3f8f3
* filesystem, glob, tilde fixvincentdarley2004-12-021-0/+51
| | | FossilOrigin-Name: 979efdf14b1361a85ac842dbedad560da402b270
* fix to windows file join bugvincentdarley2004-11-221-0/+7
| | | FossilOrigin-Name: 90d16bc7a61ccba480996d4fab4ac23b6c3de130
* * 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. FossilOrigin-Name: e3d174f72ef47ce1593e695637a5fb74368b8f65
* General clean updkf2004-10-311-190/+63
| | | FossilOrigin-Name: ee022adb717ad2c58d87e8715fe7284f6ef71f00
* * 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. FossilOrigin-Name: b09796fafb1fc3009ab288db04b6bfeb3ba8786c
* fix to small filesystem bugsvincentdarley2004-09-271-1/+1
| | | FossilOrigin-Name: d6e4847a47e5bbf348c1feb2dc00152162e49889
* cd infinite loop bug fixedvincentdarley2004-07-171-0/+17
| | | FossilOrigin-Name: 78d046b47e6160e6d0cea20b782ed70eabe5542a
* added testvincentdarley2004-07-021-0/+14
| | | FossilOrigin-Name: 857b54aa767f002398ceb3acf4c45c5a1dab1ba6
* * tests/fileSystem.test: Minor correction to new fileSystem-9.Xdgp2004-06-301-5/+5
| | | | | | tests so that they clean up temporary directories correctly. FossilOrigin-Name: bee486dac1c0f923eed0c160a8f8a0235b02cba9
* fix to trailing slash documentation and to a filesystem 'file join' bug on ↵vincentdarley2004-06-301-0/+67
| | | | | windows FossilOrigin-Name: 3753a9000e4732a5ac7b59b0257c3f8509bc7142
* Standardize some use of test constraints onto names that are documenteddkf2004-06-231-26/+26
| | | FossilOrigin-Name: f6289216a6b8e8d361beccf3be1d2828d810f7ba
* vfs glob root volume fixvincentdarley2004-05-071-0/+51
| | | FossilOrigin-Name: 265c17a9879fe49e872799dfa81a6a9fb3472547
* * 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. FossilOrigin-Name: ed9c4624debc32e07540085ade4c8649d7fc0e4f
* fix to glob with volume relative paths, bug 898238vincentdarley2004-03-301-0/+22
| | | FossilOrigin-Name: 420ac4b3114b1f4e9379e1d1a31cd3c210fac03c
* fixed another volume-relative file normalization problemvincentdarley2004-03-261-0/+14
| | | FossilOrigin-Name: 82c15c433d5eb26da6517c5d08b9bdb8074bd7ee
* fix to windows volume-relative path normalizationvincentdarley2004-03-261-0/+28
| | | FossilOrigin-Name: 7e000dfba54c8a760155ac6b077d5f067911e5d4
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-5/+5
| | | FossilOrigin-Name: b6330dbac725e2d527ad089669aa7f4779d19398
* more robust testsvincentdarley2004-02-281-12/+28
| | | FossilOrigin-Name: afdde5e5e0653879da69f1171ff5d509d2a51db5
* * doc/clock.n: Removed reference to non-existent [file ctime].dgp2004-02-061-1/+0
| | | FossilOrigin-Name: 75bae7c0e91bbd246b7f52dfc80feebf1091e23e
* fix to test and commentvincentdarley2004-01-291-2/+11
| | | FossilOrigin-Name: 11032aae7cac7f3de528140f46e21eebb4d7db35
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-6/+136
| | | FossilOrigin-Name: fff97fe11686fd45ff17aebdd91fb6c89fd9498a
* file normalize bug fixes for .. and .vincentdarley2004-01-231-0/+41
| | | FossilOrigin-Name: 53c4f86a0186abda6b374fc576457f5fbfd16217
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up ↵vincentdarley2004-01-211-4/+4
| | | | | variable names in FossilOrigin-Name: 9cfcca63fb07d8c7d68befc16d84d01790094ac5
* fix to file normalization with relative linksvincentdarley2003-12-171-6/+10
| | | FossilOrigin-Name: b69743eda9ee9351ceeb7e81c6c3e91aff5cc88e
* fix to fs norm bug 860402vincentdarley2003-12-171-20/+30
| | | FossilOrigin-Name: 730275ac029c7c0627e88cea0dd157df36cf3724
* fix to fs norm bug 860402vincentdarley2003-12-171-0/+24
| | | FossilOrigin-Name: 487c53d709e90df7601d6568a286e52b5602e329
* better filesystem tests with more informative resultsvincentdarley2003-12-121-8/+16
| | | FossilOrigin-Name: c9ed107497e18d1acfa86d96739d28fed4ad16b8
* new filesystem testsvincentdarley2003-12-121-0/+114
| | | FossilOrigin-Name: 8560e5ecaa820e569813cedc5bd1ad47b624e03f
* * 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: FossilOrigin-Name: 10252720cd40b4ab3f5a9d76314668f1fd646fc6
* * 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: FossilOrigin-Name: 35fbcc69fdb4a28827ad16248442dc0ec078d9da
* fix 5 small filesystem bugs, and some typosvincentdarley2003-04-111-2/+6
| | | FossilOrigin-Name: da7df285d16e6c300a236937fed598de6a78cbdc
* * tests/fileSystem.test: added test 8.3hobbs2003-02-111-0/+10
| | | | | | | * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): (Tcl_FSMatchInDirectory): handle the cwdLen == 0 case FossilOrigin-Name: 7c7fc4f3fd2f0d6b08e2e6d9680e7eca7b77b512
* filesystem speed up round 2vincentdarley2003-02-101-1/+16
| | | FossilOrigin-Name: 1f9c0e4f03a1887a627fd66e6affceebf25f9519
* first speedups to Win filesystemvincentdarley2003-02-071-0/+25
| | | FossilOrigin-Name: e7c1a408636fa6c2f50eab390de6429992af7e51
* fix to crashing filesystem testvincentdarley2003-02-071-5/+6
| | | FossilOrigin-Name: 63c1460f0bd5505846e171fded0e9abe5e769782
* added regression test for recent bug fixvincentdarley2003-02-051-0/+15
| | | FossilOrigin-Name: 64b1083fb2e423ed4cc5e94964d8990d676c1ba5
* finalization and test fixesvincentdarley2003-02-041-1/+1
| | | FossilOrigin-Name: 1bf7a8241117b168c3fb8a4ed4398c3f1317b2fa
* Marked filesystem-7.1 as known bug.andreas_kupries2003-02-041-1/+1
| | | FossilOrigin-Name: ebd433c730906d6fbd92f07e01f74d78e08de5d5
* filesystem bug fix and new testvincentdarley2003-01-281-0/+14
| | | FossilOrigin-Name: 083e6f570acdb3302c2476b07cacb4dd050cb589
* fix to knownBug testvincentdarley2002-07-181-1/+1
| | | FossilOrigin-Name: 629fc268526a7df449dd8fc70ad84503641a85c0
* empty path name error msgsvincentdarley2002-06-261-1/+133
| | | FossilOrigin-Name: 9affc2625c754c8a81546ba573d33cb230d5a4a9