summaryrefslogtreecommitdiffstats
path: root/tests/load.test
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tcl.decls: [TIP #357]: First round of changeskennykb2010-04-021-3/+5
| | | | | | | | | | | | | | | | | | | | | | * 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: FossilOrigin-Name: 80aa157f455c7e777a532f7a3fd791d38359f31d
* Fix tests with known dependencies on hash iteration order.dkf2010-02-071-4/+8
| | | FossilOrigin-Name: 6df1a049cd9c5af43522992fc5de41398b1fc905
* merge stable branch onto HEADdgp2007-12-131-1/+1
| | | FossilOrigin-Name: d1f7550cd9bf1343d8505fb99fc5141b58bb88bf
* * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fixdas2007-08-141-1/+11
| | | | | | | | issues with loading from memory on intel and 64bit; add debug messages. * tests/load.test: add test load-10.1 for loading from vfs. FossilOrigin-Name: 58634f8ad390d8c6c86eb4bb08a649c5fe3ea657
* * tests/macOSXLoad.test (new file): add testing of .bundle loading anddas2006-12-171-4/+6
| | | | | | | | | | | | | * 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 FossilOrigin-Name: da1fb6e37fe84dce9f6c2687a1c02ae1cf13ca83
* * tests/*.test: updated all tests to refer explicitly to thetip-278-20061009msofer2006-10-091-5/+5
| | | | | | | | | | | | | | | | 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. FossilOrigin-Name: a8fcd798f4d17d4d3c958b65f206e78267d99627
* 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 FossilOrigin-Name: 36829d55d6ebcac6be4d3d7d887b06650a5b394a
* * tests/compExpr-old.test: Still more conversion of "nonPortable"dgp2005-07-281-2/+4
| | | | | | | | | | | | | | | * tests/error.test: tests into tests with constraints that * tests/expr-old.test: describe the limits of their * tests/expr.test: portability. Also more consolidation * tests/fileName.test: of constraint synonyms. * tests/format.test: wideis64bit, 64bitInts => wideIs64bit * tests/get.test: wideIntegerUnparsed => wideIs32bit * tests/load.test: wideIntExpressions => wideBiggerThanInt * tests/obj.test: * tests/parseExpr.test: Dropped "roundOffBug" constraint that * tests/string.test: protected from buggy sprintf. FossilOrigin-Name: ef95c5ebb73ec498014e2debf287e96985b6a84c
* * tests/load.test: Relaxed strictness of error message matchingdgp2004-06-191-3/+4
| | | | | | for test load-2.3 so that it will pass on Mac OSX. FossilOrigin-Name: 5144d92f2ded2a9ef09806111e7398eff75c0021
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-7/+1
| | | FossilOrigin-Name: b6330dbac725e2d527ad089669aa7f4779d19398
* * generic/tclLoad.c: Changed the code so that if Tcl_StaticPackage kennykb2003-02-011-61/+72
| | | | | | | | | | | is called to report the same package as being loaded in two interps, it shows up in [info loaded {}] in both of them (previously, it didn't appear in the static package list in the second. * tests/load.test Added regression test for the above bug. [Bug 670042] FossilOrigin-Name: 06bcf54eca7ec9b2d1d46ac9f7240bbf9cb7342d
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-4/+4
| | | | | | | | | 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
* * Corrected some list-quoting issues anddgp2002-05-101-2/+2
| | | | | | | other matters that cause tests to fail when the patch includes special characters. Report from Vince Darley. [Bug 554068]. FossilOrigin-Name: 8f8b6743f270af27dfec0cb972adddce9682dd6a
* * Fixes to test suite when there's a spacedgp2002-05-081-6/+6
| | | | | | in the working path. Thanks to Kevin Kenny. FossilOrigin-Name: 12ffd9611f710ebbf7f7011e05d3e23335596364
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. FossilOrigin-Name: c2f93a113cfcb17a21da67cc20f54ab3f1b9fa3c
* Changed the tests to use the testConstraints array that thejenn1999-07-011-3/+3
| | | | | | test harness uses instead of the old name (testConfig). FossilOrigin-Name: 6b946e4c3413bd78b62341d25d3a25f9f9a1d0b0
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
| | | FossilOrigin-Name: fdb0602e41e62bf526806c165dbf3f33a718fd37
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-38/+72
| | | FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
* Added test cases for new pkg_mkIndex -load casewelch1998-11-121-2/+2
| | | FossilOrigin-Name: 110c82058ffb1d95962068a14354a3d910c6e2c7
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* Initial revisionrjohnson1998-03-261-0/+160
FossilOrigin-Name: f86c34e38d2a946e0ed196001fd756c57f90791a