summaryrefslogtreecommitdiffstats
path: root/tests/env.test
Commit message (Collapse)AuthorAgeFilesLines
* * macosx/tclMacOSXNotify.c: accommodate changes to prototypes ofdas2007-01-191-6/+15
| | | | | | | | | | | | | | | | OSSpinLock(Un)Lock API. * tests/env.test: add extra system env vars that need to be preserved on some Mac OS X versions for testsuite to work. * unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861] (Darwin): add -isysroot and -mmacosx-version-min flags to CPPFLAGS when present in CFLAGS to avoid discrepancies between what headers configure sees during preprocessing tests and compiling tests. * unix/configure: autoconf-2.13 FossilOrigin-Name: b9b6ddc3498588189763d36228cb32ba4af2d89b
* Enable building Tcl with Microsoft's latest compiler offeringpatthoyts2006-06-141-4/+4
| | | | | | | | (VS2005). We have to handle a number of oddities as they have deprecated most of the standard C library and now generate manifest files to be linked into the binaries. SF bug #1424909 FossilOrigin-Name: f0865d186be22364b93769489cba19c7df78ef9f
* test to fix for 979640hobbs2005-10-051-13/+8
| | | FossilOrigin-Name: e04a92f8e702db2de50c41e69eae335f93ce41e7
* * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env varsdas2005-05-241-3/+3
| | | | | | that need to be handled specially. FossilOrigin-Name: 499598d874978389734a80fcf5c7f760bf727f20
* * tests/env.test: macosx fixes.das2004-08-261-3/+3
| | | FossilOrigin-Name: 59ec68b96d703aa05a1c96e02538f6e599469e15
* [info exist]->[info exists]. [Bug 602566]dkf2002-10-031-3/+3
| | | FossilOrigin-Name: eb7c8f93a557fc3d8cf44cce5db3fcfad2313358
* * Cleaned up, constrained, and reduced the amount of [exec] usagedgp2002-07-101-17/+17
| | | | | | in the test suite. FossilOrigin-Name: b0f3dfed629f8e4c506365bc62ba4dd7900a03c6
* Made many tests work properly when the current directory is not writable.dkf2002-07-051-8/+6
| | | | | | Added targets to unix/Makefile.in to facilitate testing of this situation. FossilOrigin-Name: 725b23357f2845f2c1d887777bc6ed9dd86a8161
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-3/+3
| | | | | | | | | 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). FossilOrigin-Name: 9ba9324aefb481870bbdcf7c812e149be23ddd02
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. FossilOrigin-Name: c2f93a113cfcb17a21da67cc20f54ab3f1b9fa3c
* * tests/env.test: removed knownBug limitation from working testhobbs1999-12-041-2/+2
| | | | | | | | | | | | | | | | | | | | * tests/all.tcl: ensured that ::tcltest::testsDirectory would be set to an absolute path * tests/expr-old.test: * tests/parseExpr.test: * tests/string.test: * generic/tclGet.c: * generic/tclInt.h: * generic/tclObj.c: * generic/tclParseExpr.c: * generic/tclUtil.c: * generic/tclExecute.c: added TclCheckBadOctal routine to enhance error message checking for when users use invalid octal numbers (like 08), as well as replumbed the Expr*Funcs with a new VerifyExprObjType to simplify type handling. FossilOrigin-Name: 7b710149dc55805b40af645d646ee7ae9ad44ea9
* 1999-09-20 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-3/+3
| | | | | | | | | | * tests/env.test: * unix/Makefile.in: added support for AIX LIBPATH env var [Bug: 2793] removed second definition of INCLUDE_INSTALL_DIR (the one that referenced @includedir@) [Bug: 2805] * unix/dltest/Makefile.in: added -lc to LIBS [Bug: 2794] FossilOrigin-Name: 8e69ad39489a35f62f82986d61d06fa15abea1cc
* * tests/env.test:jenn1999-08-271-1/+2
| | | | | | | | | | | * tests/exec.test: * tests/io.test: * tests/event.test: * tests/tcltest.test: Added 'exit' calls to scripts that the tests themselves write, and removed accidental checkin of knownBugThreaded constraints for Solaris and Linux. FossilOrigin-Name: cb311db6b8387fcc34bbb369425b88d050ec605c
* Fixed bogus test for env.testrjohnson1999-07-081-9/+4
| | | FossilOrigin-Name: 931d254c68f58ad3e2758f1f48cfbc7f7c2ff321
* Improved test to handle empty env array - (will raise error)rjohnson1999-07-081-1/+4
| | | FossilOrigin-Name: 49ec7aac3ecbb1585e0098aedd14def544070f20
* Changed the tests to use the testConstraints array that thejenn1999-07-011-2/+2
| | | | | | test harness uses instead of the old name (testConfig). FossilOrigin-Name: 6b946e4c3413bd78b62341d25d3a25f9f9a1d0b0
* Modified the tests to use the package tcltestjenn1999-06-261-3/+4
| | | FossilOrigin-Name: fdb0602e41e62bf526806c165dbf3f33a718fd37
* * Merged changes from 8.1.0 branchstanton1999-04-301-2/+2
| | | FossilOrigin-Name: dc45694c11c7ad43dd4c5dca49bfe1d7cedec9bb
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-26/+135
| | | FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
* Added tests/stack.test, to test recursion limits.escoffon1998-09-301-3/+3
| | | | | | Added SHLIB_PATH to the list of special macros to ignore. FossilOrigin-Name: c4a3d413ed77c20aaafd3381df58436f077580a5
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* Initial revisionrjohnson1998-03-261-0/+152
FossilOrigin-Name: f86c34e38d2a946e0ed196001fd756c57f90791a