| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add test-case for previous commit, which shows that when trying to open a ↵ | nijtmans@users.sourceforge.net | 2014-11-03 | 1 | -0/+3 |
| |\ | | | | | | | filename with invalid characters gives the right error-message. (same bug existed on UNIX too, which is now fixed) | ||||
| | * | Add test-case for previous commit, which shows that when trying to open a ↵ | nijtmans@users.sourceforge.net | 2014-11-03 | 1 | -0/+3 |
| | | | | | | | | | filename with invalid characters gives the right error-message. (same bug existed on UNIX too, which is now fixed) | ||||
| * | | 3597000 Consistent [file copy] result. | dgp@users.sourceforge.net | 2013-03-19 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | 3597000 Consistent [file copy] result. | dgp@users.sourceforge.net | 2013-03-19 | 1 | -2/+2 |
| | |\ | |||||
| | | * | filesystem, glob, tilde fix | vincentdarley | 2004-12-02 | 1 | -0/+52 |
| | | | | |||||
| | | * | backport file join fix | vincentdarley | 2004-11-23 | 1 | -0/+8 |
| | | | | |||||
| | | * | * tests/fileName.test: | das | 2004-11-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * tests/fileSystem.test: * tests/io.test: * tests/tcltest.test: fixed bugs causing failures when running tests with -tmpdir arg not set to working dir. | ||||
| | | * | backport of recent fs fixes from cvs head | vincentdarley | 2004-07-02 | 1 | -0/+81 |
| | | | | |||||
| | | * | * tests/exec.test: Corrected temporary file management | dgp@users.sourceforge.net | 2003-10-07 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * tests/fileSystem.test: issues uncovered by -debug 1 test * tests/ioCmd.test: operations. Also backported some * tests/pid.test: other fixes from the HEAD. * tests/socket.test: [Bugs 675605, 675655] * tests/source.test: | ||||
| | | * | * tests/cmdMZ.test: Updated [package require tcltest] lines to | dgp@users.sourceforge.net | 2003-10-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * tests/fileSystem.test: indiciate that these test files * tests/notify.test: use features of tcltest 2. [Bug 706114] * tests/parseExpr.test: * tests/unixNotfy.test: | ||||
| * | | | Test independence in fileSystem.test | dgp@users.sourceforge.net | 2013-03-18 | 1 | -5/+14 |
| |\ \ \ | |/ / | |||||
| | * | | Test independence in fileSystem.test | dgp@users.sourceforge.net | 2013-03-18 | 1 | -5/+18 |
| | | | | |||||
| * | | | 3549770 fix filesystem-7.1.x tests: loaddll constraint setup and path for ↵ | twylite@crypt.co.za | 2012-09-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | filesystem-7.1.1 | ||||
| * | | | more result generation conversion | donal.k.fellows@manchester.ac.uk | 2012-08-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix filesystem-7.1.x tests in install environment [3549770], as suggested by ↵ | nijtmans@users.sourceforge.net | 2012-07-30 | 1 | -9/+11 |
| | | | | | | | | | | | | | | | | Twylite temporary workaround for winPipe failing tests (still work to do) | ||||
| * | | | Less strictness about exactly which dll versions are tested | nijtmans@users.sourceforge.net | 2012-07-30 | 1 | -2/+4 |
| | | | | |||||
| * | | | Fix various test when run outside of the build environment [3549770] | nijtmans@users.sourceforge.net | 2012-07-30 | 1 | -7/+9 |
| | | | | |||||
| * | | | 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) | ||||
| * | | | fix bug [3545366]: Win32 link normalization test failures | nijtmans@users.sourceforge.net | 2012-07-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | 3414754 Fix the PATHFLAGS != 0 intrep normalizing trailing slashes. | dgp@users.sourceforge.net | 2011-10-31 | 1 | -0/+4 |
| |\ \ \ | |/ / | |||||
| | * | | Added test case to the test suite | dgp@users.sourceforge.net | 2011-10-27 | 1 | -0/+4 |
| | | | | |||||
| * | | | More cleaning up of the code to remove unnecessary [string equal]s in tests. | donal.k.fellows@manchester.ac.uk | 2011-06-08 | 1 | -241/+121 |
| | | | | |||||
| * | | | Clean up of tests and conversion to tcltest 2. Target has been to get init and | donal.k.fellows@manchester.ac.uk | 2011-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | cleanup code out of the test body and into the -setup/-cleanup stanzas. | ||||
| * | | | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): | donal.k.fellows@manchester.ac.uk | 2010-12-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Fix filesystem-5.1 test failure on CYGWIN | nijtmans | 2010-05-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | * generic/tcl.decls: [TIP #357]: First round of changes | Kevin B Kenny | 2010-04-02 | 1 | -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: | ||||
| * | | | Use the powers of tcltest2 for good! Also add basic testing of disassmbler | donal.k.fellows@manchester.ac.uk | 2008-09-10 | 1 | -332/+266 |
| |/ / | | | | | | | (though not of its output format). | ||||
| * | | * tests/*.test: updated all tests to refer explicitly to the | 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@users.sourceforge.net | 2006-04-07 | 1 | -0/+20 |
| | | | | | | | | | * tests/fileSystem.test: family of path normalization bugs. | ||||
| * | | * generic/tclPathObj.c: More fixes for path normalization when /../ | dgp@users.sourceforge.net | 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 | donal.k.fellows@manchester.ac.uk | 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@users.sourceforge.net | 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@users.sourceforge.net | 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 | donal.k.fellows@manchester.ac.uk | 2004-10-31 | 1 | -190/+63 |
| | | | |||||
| * | | * tests/basic.test: Added missing constraints. | dgp@users.sourceforge.net | 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@users.sourceforge.net | 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 | donal.k.fellows@manchester.ac.uk | 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 |
| | | | |||||
