summaryrefslogtreecommitdiffstats
path: root/tests/ioUtil.test
Commit message (Collapse)AuthorAgeFilesLines
* filesystem fixes backportedvincentdarley2003-04-141-3/+3
|
* add test constraintsvincentdarley2002-07-181-3/+3
|
* Made many tests work properly when the current directory is not writable.dkf2002-07-051-15/+9
| | | | Added targets to unix/Makefile.in to facilitate testing of this situation.
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-5/+5
| | | | | | | with options -constraints knownBug -limitConstraints 1 only tests the knownBug tests. Mostly involves replacing direct access to the testConstraints array with calls to the testConstraint command (which requires tcltest version 2).
* * tests/ioUtil.test: changed to make better use of constraints andhobbs2001-09-061-87/+81
| | | | remove knownBug constraints that weren't valid.
* * Corrected errors in testsdgp2001-08-221-16/+19
| | | | revealed by fix of overagressive compiler. [Bug 451200]
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-25/+43
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Removed DOS-EOLs.suresh1998-08-071-52/+52
|
* checks for existence of test commandshershey1998-07-281-2/+16
|
* Implemented tests for the internal C routines: TclInsertAccessProc(),suresh1998-07-131-35/+221
| | | | | TclDeleteAccessProc(), TclInsertOpenFileChannelProc(), TclDeleteOpenFileChannel().
* Initial revisionsuresh1998-06-041-0/+100