Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
| | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | Mark one more test-case as knownMsvcBug. TODO: something to be fixed here? ↵ | jan.nijtmans | 2019-08-01 | 1 | -1/+1 |
| | | | | See: [https://travis-ci.org/tcltk/tcl/jobs/566325331] | ||||
* | Mark 6 failing tests as knownMsvcBug. To be investigated. | jan.nijtmans | 2019-07-31 | 1 | -4/+5 |
|\ | |||||
* | | winFCmd.test: fixes EXDEV related constraint and paths in test cases ↵ | sebres | 2019-06-27 | 1 | -20/+25 |
| | | | | | | | | (covering move/rename across devices) | ||||
* | | Fix test-cases running on Windows 10: [string index ↵ | jan.nijtmans | 2018-10-17 | 1 | -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.nijtmans | 2018-10-17 | 1 | -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) | sebres | 2018-05-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fixed typo in winFCmd-12.6.2: unneeded extra-bracket removed | sebres | 2018-05-24 | 1 | -1/+1 |
| | | |||||
* | | merge 8.5 | dgp | 2018-04-30 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Contain platform-specific things in the constraint-controlled parts of the test. | dgp | 2018-04-30 | 1 | -2/+3 |
| | | |||||
* | | merge core-8-5-branch (fix-1613456fff) | sebres | 2018-04-30 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | win: fix several test-cases for windows platform | sebres | 2018-04-09 | 1 | -15/+33 |
| | | |||||
* | | Improve documentation on the use of com ports (remove references to Windows ↵ | jan.nijtmans | 2014-11-13 | 1 | -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.nijtmans | 2014-11-13 | 1 | -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 regexp | jan.nijtmans | 2012-07-23 | 1 | -1/+1 |
| | | |||||
| * | Bug #3547593: fcmd test failures on Windows 7 WOW64 | jan.nijtmans | 2012-07-23 | 1 | -49/+9 |
| | | |||||
* | | Finally, use correct octal notation which works in Tcl 9 as well. | jan.nijtmans | 2014-07-17 | 1 | -11/+11 |
| | | |||||
* | | Make sure that all "testchmod" arguments start with '0', making it more ↵ | jan.nijtmans | 2014-07-17 | 1 | -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.nijtmans | 2014-05-06 | 1 | -2/+2 |
| | | |||||
* | | Remove all win95-specific test-cases, since Windows 95 is not supported any ↵ | jan.nijtmans | 2014-04-17 | 1 | -94/+2 |
| | | | | | | | | more. | ||||
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | jan.nijtmans | 2012-07-29 | 1 | -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 lines | dgp | 2011-03-02 | 1 | -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 cause | dgp | 2011-03-02 | 1 | -3/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -3/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | Fixed a number of test issues for Vista and Win7. | patthoyts | 2009-11-10 | 1 | -15/+64 |
| | | | | | | | | | | | | | | | These test failures are due to the more restrictive permissions on the newer versions of Windows. | ||||
| | * | backport of file writable fixes | vincentdarley | 2006-03-19 | 1 | -5/+5 |
| | | | |||||
| | * | more tests and a fix to bug 1158199 | vincentdarley | 2005-03-15 | 1 | -1/+9 |
| | | | |||||
| | * | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 1 | -1/+49 |
| | | | |||||
| | * | fix to drive-sensitivity of test | vincentdarley | 2005-01-17 | 1 | -3/+5 |
| | | | |||||
| | * | * tests/winFCmd.test: Correct test for the presence of a CD-ROM so | Kevin B Kenny | 2004-05-25 | 1 | -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 condition | hobbs | 2004-05-04 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | * tests/winFCmd.test (winFCmd-16.12): triggered when $HOME is volumerelative (ie 'C:'). | ||||
| | * | * tests/windFCmd.test (winFCmd-16.10): Corrected failure to | dgp | 2003-11-21 | 1 | -1/+2 |
| | | | | | | | | | | | | initialize variable $dd that caused test suite failure. | ||||
| | * | fix to 'cd' infinite recursion bug on Windows | vincentdarley | 2003-11-20 | 1 | -5/+13 |
| | | | |||||
| | * | new tests for reported problems, fixes to follow | vincentdarley | 2003-10-03 | 1 | -3/+43 |
| | | | |||||
| * | | Fixed a number of test issues for Vista and Win7. | patthoyts | 2009-11-11 | 1 | -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. | patthoyts | 2009-11-10 | 1 | -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 systems | patthoyts | 2008-10-06 | 1 | -6/+12 |
| | | | |||||
* | | | Added test for file rename with inode collision on windows | patthoyts | 2008-07-21 | 1 | -1/+39 |
| | | | |||||
* | | | Test improvements (tcltest2, clarify) | dkf | 2008-04-10 | 1 | -557/+776 |
|/ / | |||||
* | | Bug #1479814. Handle extended paths on Windows NT and above. | patthoyts | 2007-02-20 | 1 | -1/+81 |
| | | |||||
* | | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: | hobbs | 2006-11-03 | 1 | -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) | dkf | 2006-03-20 | 1 | -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 windows | vincentdarley | 2006-03-18 | 1 | -5/+5 |
| | | |||||
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
| | | |||||
* | | more tests and a fix to bug 1158199 | vincentdarley | 2005-03-15 | 1 | -1/+9 |
| | | |||||
* | | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 1 | -1/+50 |
| | | |||||
* | | filesystem generic/platform code splitting | vincentdarley | 2004-10-07 | 1 | -8/+41 |
| | | |||||
* | | fix to small filesystem bugs | vincentdarley | 2004-09-27 | 1 | -1/+21 |
| | | |||||
* | | * tests/winFCmd.test: Added a cleanup to winFCmd-16.11 to avoid a | patthoyts | 2004-06-23 | 1 | -3/+6 |
| | | | | | | | | failure in 16.12. | ||||
* | | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -165/+165 |
| | |