summaryrefslogtreecommitdiffstats
path: root/tests/winFCmd.test
Commit message (Collapse)AuthorAgeFilesLines
* Mark one more test-case as knownMsvcBug. TODO: something to be fixed here? ↵jan.nijtmans2019-08-011-1/+1
| | | | See: [https://travis-ci.org/tcltk/tcl/jobs/566325331]
* Mark 6 failing tests as knownMsvcBug. To be investigated.jan.nijtmans2019-07-311-4/+5
|\
* | winFCmd.test: fixes EXDEV related constraint and paths in test cases ↵sebres2019-06-271-20/+25
| | | | | | | | (covering move/rename across devices)
* | Fix test-cases running on Windows 10: [string index ↵jan.nijtmans2018-10-171-4/+3
|\ \ | |/ | | | | | | $tcl_platform(osVersion) 0] doesn't give the correct answer then. Also backport genStubs.tcl from 8.7: The "deprecated" mark is not used in Tcl 8.6, but it is used by Tk 8.7 when doing "make genstubs" against Tcl 8.6.
| * Fix test-cases running on Windows 10: [string index ↵jan.nijtmans2018-10-171-3/+2
| | | | | | | | $tcl_platform(osVersion) 0] doesn't give the correct answer then (it gives "1", but "10" was expected)
* | merge 8.5, conflicts resolved (rewritten without winapi-stubs)sebres2018-05-241-1/+1
|\ \ | |/
| * fixed typo in winFCmd-12.6.2: unneeded extra-bracket removedsebres2018-05-241-1/+1
| |
* | merge 8.5dgp2018-04-301-2/+3
|\ \ | |/
| * Contain platform-specific things in the constraint-controlled parts of the test.dgp2018-04-301-2/+3
| |
* | merge core-8-5-branch (fix-1613456fff)sebres2018-04-301-0/+8
|\ \ | |/
| * win: fix several test-cases for windows platformsebres2018-04-091-15/+33
| |
* | Improve documentation on the use of com ports (remove references to Windows ↵jan.nijtmans2014-11-131-4/+9
|\ \ | |/ | | | | | | 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4.
| * Improve documentation on the use of com ports (remove references to Windows ↵jan.nijtmans2014-11-131-4/+9
| | | | | | | | | | 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4.
| * use backslash and braces in regexpjan.nijtmans2012-07-231-1/+1
| |
| * Bug #3547593: fcmd test failures on Windows 7 WOW64jan.nijtmans2012-07-231-49/+9
| |
* | Finally, use correct octal notation which works in Tcl 9 as well.jan.nijtmans2014-07-171-11/+11
| |
* | Make sure that all "testchmod" arguments start with '0', making it more ↵jan.nijtmans2014-07-171-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | obvious that the value is octal. dgp: Isn't the better way to make it obvious the values are octal to use the explicit octal notation? For example, [testchmod 0o777 $path] ? Really seems like a bad idea to me to introduce *more* incompatibilities for the planned conversion for having the value 0777 stop meaning 255 and start meaning 777 in Tcl 9. Answer (Jan). You guessed exactly what's my follow-up plan. This was an intermediate step which keeps all test-cases running.
* | Start working on [3389978]. Appears to work, but some clean-up needed.jan.nijtmans2014-05-061-2/+2
| |
* | Remove all win95-specific test-cases, since Windows 95 is not supported any ↵jan.nijtmans2014-04-171-94/+2
| | | | | | | | more.
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵jan.nijtmans2012-07-291-0/+3
| | | | | | | | combination with tcltest86.dll to do that (Windows only)
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-3/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-3/+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-3/+0
| | | | | | | | | more harm than good. Purged them.
| | * Fixed a number of test issues for Vista and Win7.patthoyts2009-11-101-15/+64
| | | | | | | | | | | | | | | These test failures are due to the more restrictive permissions on the newer versions of Windows.
| | * backport of file writable fixesvincentdarley2006-03-191-5/+5
| | |
| | * more tests and a fix to bug 1158199vincentdarley2005-03-151-1/+9
| | |
| | * fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-1/+49
| | |
| | * fix to drive-sensitivity of testvincentdarley2005-01-171-3/+5
| | |
| | * * tests/winFCmd.test: Correct test for the presence of a CD-ROM so Kevin B Kenny2004-05-251-13/+4
| | | | | | | | | | | | | | | | | | that it doesn't misdetect some other sort of filesystem with a write-protected root as being a CD-ROM drive. [Bug 918267]
| | * * generic/tclIOUtil.c (Tcl_FSChdir): Work-around crash conditionhobbs2004-05-041-1/+10
| | | | | | | | | | | | | | | * tests/winFCmd.test (winFCmd-16.12): triggered when $HOME is volumerelative (ie 'C:').
| | * * tests/windFCmd.test (winFCmd-16.10): Corrected failure todgp2003-11-211-1/+2
| | | | | | | | | | | | initialize variable $dd that caused test suite failure.
| | * fix to 'cd' infinite recursion bug on Windowsvincentdarley2003-11-201-5/+13
| | |
| | * new tests for reported problems, fixes to followvincentdarley2003-10-031-3/+43
| | |
| * | Fixed a number of test issues for Vista and Win7.patthoyts2009-11-111-15/+64
| | | | | | | | | | | | | | | These test failures are due to the more restrictive permissions on the newer versions of Windows.
* | | Cleanup directories that have been set chmod 000.patthoyts2009-11-101-10/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | On Windows7 and Vista we really have no access and these were getting left behind. A few tests were changed to reflect the intent of the test where setting a directory chmod 000 should prevent any modification. This restriction was ignored on XP but is honoured on Vista
* | | Fixed up some erroneous tests that are failing on Vista/Server2008 systemspatthoyts2008-10-061-6/+12
| | |
* | | Added test for file rename with inode collision on windowspatthoyts2008-07-211-1/+39
| | |
* | | Test improvements (tcltest2, clarify)dkf2008-04-101-557/+776
|/ /
* | Bug #1479814. Handle extended paths on Windows NT and above.patthoyts2007-02-201-1/+81
| |
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/fconfigure.n, doc/interp.n, doc/unknown.n: * library/auto.tcl, library/init.tcl, library/package.tcl: * library/safe.tcl, library/tm.tcl, library/msgcat/msgcat.tcl: * tests/all.tcl, tests/basic.test, tests/cmdInfo.test: * tests/compile.test, tests/encoding.test, tests/execute.test: * tests/fCmd.test, tests/http.test, tests/init.test: * tests/interp.test, tests/io.test, tests/ioUtil.test: * tests/iogt.test, tests/namespace-old.test, tests/namespace.test: * tests/parse.test, tests/pkg.test, tests/pkgMkIndex.test: * tests/proc.test, tests/reg.test, tests/trace.test: * tests/upvar.test, tests/winConsole.test, tests/winFCmd.test: * tools/tclZIC.tcl: * generic/tclParse.c (Tcl_ParseCommand): Replace {expand} with {*} officially (TIP #293). Leave -DALLOW_EXPAND=0|1 option to keep {expand} syntax for transition users. [Bug 1589629]
* | Clean up tests (mostly constraints relating to testchmod)dkf2006-03-201-160/+155
| | | | | | | | | | Also make the format of the ChangeLog a bit more internally consistent, making it easier to search it for bug numbers, etc.
* | fix to file writeable on windowsvincentdarley2006-03-181-5/+5
| |
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
| |
* | more tests and a fix to bug 1158199vincentdarley2005-03-151-1/+9
| |
* | fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-1/+50
| |
* | filesystem generic/platform code splittingvincentdarley2004-10-071-8/+41
| |
* | fix to small filesystem bugsvincentdarley2004-09-271-1/+21
| |
* | * tests/winFCmd.test: Added a cleanup to winFCmd-16.11 to avoid apatthoyts2004-06-231-3/+6
| | | | | | | | failure in 16.12.
* | Standardize some use of test constraints onto names that are documenteddkf2004-06-231-165/+165
| |
* | Fixed constraint name and whitespace usagedkf2004-06-231-25/+19
| |