summaryrefslogtreecommitdiffstats
path: root/tests/unixInit.test
Commit message (Collapse)AuthorAgeFilesLines
...
* * tests/unixInit.test (unixInit-2.8): Changed test back to usingdgp2001-07-031-5/+36
| | | | | | installation layout, adding comments explaining why the test writes to the directories it does, and checks to avoid destroying other files in /tmp.
* Fix for Bug #438070 I believe; for various reasons, testing on thedkf2001-07-031-17/+30
| | | | | | | environment where the actual bug was reported is very difficult (I've no access to an Alpha box, and even going to a ix86-redhat-linux is very difficult due to the way my sources are set up.) Improved the comments in the test too.
* * tests/unixInit.test (unixInit-2.8): Corrected test for alldgp2001-07-021-3/+21
| | | | | | | | | | | | absolute pathnames in library path when executable is installed near root directory to use correct development directory layout. [Bug 438014] * tests/unixInit.test (unixInit-2.9): * unix/tclUnixInit.c (TclpInitLibraryPath): * win/tclWinInit.c (TclpInitLibraryPath): Corrected buggy construction of search path entries relative to executable. Added test for bad construction. [Bug 438014]
* Removed requirement for local echo service; thanks Jeff for pointingdkf2001-06-281-9/+34
| | | | out this flaw.
* Unix channels now have the right type associated with them [bug #219137]dkf2001-06-181-8/+21
| | | | A couple of nasty faults/assumptions in unixInit.test are fixed too.
* 2001-01-04 Don Porter <dgp@users.sourceforge.net>dgp2001-01-041-1/+19
| | | | | | | | | | | | * tests/unixInit.test: * unix/tclUnixInit.c (TclpInitLibraryPath): * win/tclWinInit.c (TclpInitLibraryPath): Several entries in the library path ($tcl_libPath) are determined relative to the absolute path of the executable. When the executable is installed in or near the root directory of the file system, relative pathnames were being incorrectly generated, and in the worst case, memory access violations were crashing the program. [Bug 119416, Patch 102972]
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* * unix/README:hobbs2000-02-101-1/+5
| | | | | | | | | | | | | | | | * unix/Makefile.in (dist): removed porting.notes and porting.old from distribution and CVS. The information was very outdated. Now refer to http://dev.scriptics.com/services/support/platforms.html * tests/unixInit.test: fixed japanese LANG encoding test [Bug: 3549] * unix/configure.in: * unix/tcl.m4: correct CFLAG_WARNING setting, fixed gcc config for AIX, added -export-dynamic to LDFLAGS for FreeBSD-3+ [Bug: 2998] * win/tclWinLoad.c (TclpLoadFile): improved error message for load failures, could perhaps be even more intelligent.
* * tests/tcltest.test:jenn1999-10-191-2/+3
| | | | | | | | | | | * doc/tcltest.n: * library/tcltest1.0/tcltest.tcl: Removed the extra return at the end of the tcltest.tcl file. Applied patches sent in by Andreas Kupries to add helper procs for debug output, add 3 new flags (-testsdir, -load, -loadfile), and internally refactors common code for dealing with paths into separate procedures. [Bug: 2838, 2842]
* Do additional checks to unset any environment variables set, changed orjenn1999-07-081-14/+8
| | | | created by the tests.
* Made test encoding test understand platform differences.rjohnson1999-07-071-3/+7
|
* Changed the tests to use the testConstraints array that thejenn1999-07-011-4/+4
| | | | test harness uses instead of the old name (testConfig).
* Fixed style problems in many of the test files.rjohnson1999-06-261-2/+2
| | | | Fixed bug in pkg.test where defs.tcl was still being used.
* Modified the tests to use the package tcltestjenn1999-06-261-10/+11
|
* merged 8.1.0 changes into mainlinestanton1999-04-241-3/+3
|
* Resynced with mainline.rjohnson1999-04-211-2/+2
|
* fixed bugs in tests--bug id 1769hershey1999-04-191-2/+1
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+205