| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Finally, use correct octal notation which works in Tcl 9 as well. | nijtmans@users.sourceforge.net | 2014-07-17 | 1 | -41/+41 |
| | | |||||
| * | Make sure that all "testchmod" arguments start with '0', making it more ↵ | nijtmans@users.sourceforge.net | 2014-07-17 | 1 | -43/+43 |
| | | | | | | | | | | | | | | | | | 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. | ||||
| * | [f0f876c141] Improve consistency in error messages. | donal.k.fellows@manchester.ac.uk | 2014-06-17 | 1 | -2/+2 |
| | | |||||
| * | Remove all win95-specific test-cases, since Windows 95 is not supported any ↵ | nijtmans@users.sourceforge.net | 2014-04-17 | 1 | -6/+0 |
| | | | | | more. | ||||
| * | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test ↵ | nijtmans@users.sourceforge.net | 2013-03-21 | 1 | -22/+1 |
| | | | | | case fCmd-30.3 were backported from Tcl8.6, but the original tests were not removed. | ||||
| * | Bring forward tests to trunk | dgp@users.sourceforge.net | 2013-03-20 | 1 | -1/+22 |
| |\ | |||||
| | * | dup test names | dgp@users.sourceforge.net | 2013-03-20 | 1 | -2/+2 |
| | | | |||||
| | * | [Bug 2893771]: file stat fails on locked files on win32. | nijtmans@users.sourceforge.net | 2013-03-19 | 1 | -0/+22 |
| | |\ | |||||
| | | * | [Bug 2893771]: file stat fails on locked files on win32. | nijtmans@users.sourceforge.net | 2013-03-19 | 1 | -0/+22 |
| | | | | |||||
| | | * | More complete purge of things only present for supporting long-dead Mac 9 ↵ | dgp@users.sourceforge.net | 2012-11-15 | 1 | -46/+9 |
| | | | | | | | | | | | | | systems. | ||||
| * | | | Test independence in fCmd.test | dgp@users.sourceforge.net | 2013-03-19 | 1 | -0/+10 |
| |\ \ \ | |/ / | |||||
| | * | | Test independence in fCmd.test. | dgp@users.sourceforge.net | 2013-03-19 | 1 | -0/+10 |
| | | | | |||||
| | * | | fix fCmd-6.19 testcase on win32 (can't read "tmpspace": no such variable) | nijtmans@users.sourceforge.net | 2012-07-19 | 1 | -0/+1 |
| | | | | |||||
| * | | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | nijtmans@users.sourceforge.net | 2012-07-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | combination with tcltest86.dll to do that (Windows only) | ||||
| * | | | alternative fix for [a7e00a0e02] breakage: just make sure | nijtmans@users.sourceforge.net | 2012-06-15 | 1 | -13/+14 |
| | | | | | | | | | | that the variable $tmpspace is always set | ||||
| * | | | fix fCmd-6.19 on win32, which was broken by [a7e00a0e02] | nijtmans@users.sourceforge.net | 2012-06-14 | 1 | -7/+7 |
| | | | | |||||
| * | | | 3519357 Use randomized subdir of /tmp in xdev tests to reduce chance of conflict | dgp@users.sourceforge.net | 2012-06-01 | 1 | -62/+70 |
| |\ \ \ | |/ / | |||||
| | * | | Do filesystem tests needing /tmp access in a subdir less likely to conflict. | dgp@users.sourceforge.net | 2012-06-01 | 1 | -65/+70 |
| | |\ \ | |||||
| | * | | | [Bug 3519357] fCmd.test failed on unix by foreign files or directory in /tmp. | sebres@users.sourceforge.net | 2012-04-19 | 1 | -43/+46 |
| | |/ / | |||||
| | * | | Backport 2902268 fix. | dgp@users.sourceforge.net | 2011-10-26 | 1 | -6/+27 |
| | | | | |||||
| * | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp@users.sourceforge.net | 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@users.sourceforge.net | 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@users.sourceforge.net | 2011-03-01 | 1 | -3/+0 |
| | | | | | | | | | | more harm than good. Purged them. | ||||
| | | * | Fixed a number of test issues for Vista and Win7. | patthoyts@users.sourceforge.net | 2009-11-10 | 1 | -7/+24 |
| | | | | | | | | | | | | | | | | These test failures are due to the more restrictive permissions on the newer versions of Windows. | ||||
| | | * | * tests/fCmd.test: Backport the notNetworkFilesystem constraint. | dgp@users.sourceforge.net | 2007-05-17 | 1 | -6/+7 |
| | | | | |||||
| | | * | backport of file writable fixes | vincentdarley | 2006-03-19 | 1 | -3/+32 |
| | | | | |||||
| | | * | * unix/tclUnixFCmd.c (TraverseUnixTree): Adjust 2004-11-11 change to | hobbs | 2005-10-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | * tests/fCmd.test (fCmd-20.2): account for NFS special files with a readdir rewind threshold. [Bug 1034337] | ||||
| | | * | * tests/tcltest.test: The order in which [glob] returns the file names | rmax | 2004-11-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | * tests/fCmd.test: is undefined, so tests should not depend on it. | ||||
| | | * | * tests/fCmd.test: | das | 2004-11-11 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unix/tclUnixFCmd.c (TraverseUnixTree): added option to rewind() the readdir() loop whenever the source hierarchy has been modified by traverseProc (e.g. by deleting files); this is required to ensure complete traversal of the source hierarchy on certain filesystems like HFS+. Added test for failing recursive delete on Mac OS X that was due to this. [Bug 1034337] | ||||
| | | * | * tests/fCmd.test: Run tests with the [temporaryDirectory] as | dgp@users.sourceforge.net | 2003-10-07 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | the current directory, so that tests can depend on ability to write files. [Bug 575837] | ||||
| | | * | * tests/fCmd.test (fCmd-8.2): Test only that tilde-substitution | dgp@users.sourceforge.net | 2003-10-06 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | | | | | | | happens, not for any particular result. [Bug 685991] * unix/tcl.m4 (SC_PATH_TCLCONFIG): Corrected search path so that alpha and beta releases of Tcl are not favored. [Bug 608698] | ||||
| | | * | file copy empty filename bug fix | vincentdarley | 2003-06-23 | 1 | -1/+11 |
| | | | | |||||
| | | * | filesystem fixes backported | vincentdarley | 2003-04-14 | 1 | -1/+6 |
| | | | | |||||
| | * | | Fixed a number of test issues for Vista and Win7. | patthoyts@users.sourceforge.net | 2009-11-11 | 1 | -7/+24 |
| | | | | | | | | | | | | | | | | These test failures are due to the more restrictive permissions on the newer versions of Windows. | ||||
| | * | | * tests/fCmd.test (fCmd-6.23): made result matching robust when test | das | 2008-08-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | workdir and /tmp are not on same FS. | ||||
| * | | | * tests/fCmd.test: Improve sanity of constraints now that we don't | donal.k.fellows@manchester.ac.uk | 2010-12-09 | 1 | -22/+39 |
| | | | | | | | | | | | | | support anything before Windows 2000. | ||||
| * | | | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): | donal.k.fellows@manchester.ac.uk | 2010-12-09 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Break up [file] into an ensemble. Note that the ensemble is safe in itself, but the majority of its subcommands are not. * generic/tclFCmd.c (FileCopyRename,TclFileDeleteCmd,TclFileAttrsCmd) (TclFileMakeDirsCmd): Adjust these subcommand implementations to work inside an ensemble. (TclFileLinkCmd, TclFileReadLinkCmd, TclFileTemporaryCmd): Move these subcommand implementations from tclCmdAH.c, where they didn't really belong. * generic/tclIOCmd.c (TclChannelNamesCmd): Move to more appropriate source file. * generic/tclEnsemble.c (TclMakeEnsemble): Start of code to make partially-safe ensembles. Currently does not function as expected due to various shortcomings in how safe interpreters are constructed. * tests/cmdAH.test, tests/fCmd.test, tests/interp.test: Test updates to take into account systematization of error messages. | ||||
| * | | | * tests/fCmd.test, tests/safe.test, tests/uplevel.test, | donal.k.fellows@manchester.ac.uk | 2010-12-07 | 1 | -28/+27 |
| | | | | | | | | | | | | | | | | * tests/upvar.test, tests/var.test: Convert more tests to tcltest2 and factor them to be easier to understand. | ||||
| * | | | [Bug 2893771] Teach [file stat] to handle locked files. | patthoyts@users.sourceforge.net | 2009-11-24 | 1 | -11/+16 |
| | | | | | | | | | | | | | | | | This stops [file exists] from returning false for files that exist but are locked by resorting to FindFirstFile when GetFileAttributes fails. | ||||
| * | | | * tests/fCmd.test (fCmd-30.1): Changed registry location of the | Kevin B Kenny | 2009-11-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | 'My Documents' folder to the one that's correct for Windows 2000, XP, Server 2003, Vista, Server 2008, and Windows 7. (See http://support.microsoft.com/kb/310746) | ||||
| * | | | Test constraint 2000orNewer should only be true on Windows platform | dgp@users.sourceforge.net | 2009-11-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make | nijtmans | 2009-11-23 | 1 | -6/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sure that Xxxxx_Init is always exported even when Tcl is built static (otherwise we cannot create a DLL). tclThreadTest.c: Make all functions static, except TclThread_Init. fCmd.test Enable fCmd-30.1 when registry is available. tcl.m4 Fix ${SHLIB_LD_LIBS} definition, fix conflicts configure.in between static libraries and import library on windows. configure (regenerated) Makefile.in Simplifications related to tcl.m4 changes. | ||||
| * | | | [Bug 2891026] add addtional contraints for vista+ for non-readable directories | patthoyts@users.sourceforge.net | 2009-11-07 | 1 | -9/+26 |
| | | | | |||||
| * | | | TIP #323 IMPLEMENTATION (partial) | dgp@users.sourceforge.net | 2008-09-24 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/file.n: Revise [file delete] and [file mkdir] to * generic/tclCmdAH.c: accept zero "pathname" arguments (the * generic/tclFCmd.c: no-op case). * tests/cmdAH.test: * tests/fCmd.test: | ||||
| * | | | * tests/fCmd.test (fCmd-6.23): made result matching robust when test | das | 2008-08-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | workdir and /tmp are not on same FS. | ||||
| * | | | Finish cleaning up this file (move cleanup actions out of test bodies, etc.) | donal.k.fellows@manchester.ac.uk | 2008-07-20 | 1 | -96/+124 |
| | | | | |||||
| * | | | more consistent wrong # arg messages: change all messages containing ↵ | nijtmans | 2008-07-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | ?options? to the form ?-option value ...? | ||||
| * | | | Test improvements (tcltest2, clarify) | donal.k.fellows@manchester.ac.uk | 2008-04-10 | 1 | -20/+18 |
| |/ / | |||||
| * | | Rewrite to use tcltest2 better while getting rid of bugs/misfeatures. | donal.k.fellows@manchester.ac.uk | 2008-03-28 | 1 | -971/+1084 |
| | | | |||||
| * | | improve darwin9 constraint | das | 2008-03-12 | 1 | -2/+3 |
| | | | |||||
