summaryrefslogtreecommitdiffstats
path: root/tests/load.test
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6dgp2022-10-271-1/+1
|\
| * Revised fix to the -singleproc 1 issue in load.testdgp2022-10-271-3/+3
| * In a -singleproc 1 test run, [info loaded] can report libraries brought indgp2022-10-271-2/+2
| * Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-201-16/+16
* | A few more Package -> Library renamings (testcases only)jan.nijtmans2021-04-071-8/+8
* | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-31/+31
* | Merge 8.6jan.nijtmans2021-03-191-10/+10
|\ \ | |/
| * Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve documen...jan.nijtmans2021-03-191-1/+1
* | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-14/+14
|\ \
| * \ Lesser TIP #590 implementation: Only package renaming, no code changesjan.nijtmans2020-11-061-14/+14
| |\ \ | | |/ | |/|
| | * Vary dltest package names for test purposesjan.nijtmans2020-11-041-9/+9
| | * Correct casing in some error-messagesjan.nijtmans2020-11-031-2/+2
| | * Case-sensitive package namesjan.nijtmans2020-11-031-34/+34
| |/
* | More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
* | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh...jan.nijtmans2020-11-231-2/+2
|/
* Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-59/+61
* Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-041-2/+2
* Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-1/+1
* expand test constraints of the load-8.x test cases (wrap setup prerequirement...sebres2017-03-071-9/+16
* [77d58e3a7a] Test case independence: io, load, msgcat, namespace, safe.dkf2016-07-161-19/+35
* Fix for bug [f51efe99a7]: MinGW build fails on current checkin. And a new tes...jan.nijtmans2013-10-101-0/+6
* fix failing testjan.nijtmans2012-12-071-1/+1
* Finish the TIP #416 implementation as specified (#define's were still missing...jan.nijtmans2012-11-071-0/+3
* syntax improvement: expect options before the filenamejan.nijtmans2012-10-241-9/+9
* experimental implementation of FRQ-3579001jan.nijtmans2012-10-241-7/+10
* fix load-9.1 test case, when testing using tcltest86.dlljan.nijtmans2012-07-301-1/+1
* No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fixdas2007-08-141-3/+14
| | * * tests/load.test (load-2.3): adopted fix for failure on darwindas2004-09-141-3/+4
* | | * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-3/+5
* | | Fix tests with known dependencies on hash iteration order.dkf2010-02-071-4/+8
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fixdas2007-08-141-1/+11
* | * tests/macOSXLoad.test (new file): add testing of .bundle loading anddas2006-12-171-4/+6
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009Miguel Sofer2006-10-091-5/+5
* | Use test constraints properly instead of looking in tcl_platformdkf2006-03-211-6/+4
* | * tests/compExpr-old.test: Still more conversion of "nonPortable"dgp2005-07-281-2/+4
* | * tests/load.test: Relaxed strictness of error message matchingdgp2004-06-191-3/+4
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-7/+1
|/
* * generic/tclLoad.c: Changed the code so that if Tcl_StaticPackage Kevin B Kenny2003-02-011-61/+72
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-4/+4
* * Corrected some list-quoting issues anddgp2002-05-101-2/+2
* * Fixes to test suite when there's a spacedgp2002-05-081-6/+6
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
* Changed the tests to use the testConstraints array that thejenn1999-07-011-3/+3
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-38/+72