summaryrefslogtreecommitdiffstats
path: root/tests/unload.test
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-1/+24
| | | | | | | | | | | | | | | | | | | | * 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:
* fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-3/+3
|
* Assorted improvements to make better use of tcltest2dkf2008-04-231-22/+22
|
* * tests/macOSXLoad.test (new file): add testing of .bundle loading anddas2006-12-171-2/+5
| | | | | | | | | | | * tests/load.test: unloading on Darwin (in addition to * tests/unload.test: existing tests of .dylib loading). * macosx/Tcl.xcodeproj/project.pbxproj: add building of dltest binaries so that testsuite run from Xcode can use them; fix testsuite run script. * unix/configure.in: add support for building dltest binaries as * unix/dltest/Makefile.in: .bundle (in addition to .dylib) on Darwin. * unix/Makefile.in: add stub lib dependency to dltest target. * unix/configure: autoconf-2.59
* Use test constraints properly instead of looking in tcl_platformdkf2006-03-211-6/+4
| | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file
* * tests/winPipe.test: Protect against path being setdgp2004-05-251-1/+3
| | | | | | * tests/unixInit.test: Unset path when done. * tests/unload.test (unload-3.1): Verify [pkgb_sub] does not exist. Delete interps when done.
* * tests/unload.test (unload-3.1): Verify [pkgb_sub] does not exist.dgp2004-05-251-1/+2
| | | | | | * tests/stringComp.test: stop re-use of string.test test names * tests/regexpComp.test: stop re-use of regexp.test test names * tests/namespace.test (namespace-46.3): Verify [p] does not exist.
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-7/+1
|
* TIP#100 implementation largely based on work by Georgios Petasis.dkf2004-02-241-0/+223