summaryrefslogtreecommitdiffstats
path: root/tests/listObj.test
Commit message (Collapse)AuthorAgeFilesLines
* * tests/expr.test: Consolidated equivalent constraints intodgp2005-07-271-2/+2
| | | | | | | | | | | * tests/fileName.test: single definitions and (more precise) names: * tests/get.test: longis32bit, 32bit, !intsAre64bit => longIs32bit * tests/listObj.test: empty => emptyTest; winOnly => win * tests/obj.test: intsAre64bit => longIs64bit Also updated some "nonPortable" tests to use constraints that mark precisely what about them isn't portable, so the tests can run where they work. FossilOrigin-Name: ec63acc455d4b6b047c316616e844acafb9ca701
* * generic/tclObj.c (TclInitObjSubsystem): Removed thedgp2005-05-171-8/+5
| | | | | | | | | | | | | * tests/listObj.test: registration of the Tcl_ObjType's "list", * tests/obj.test: "procbody", "index", "ensembleCommand", "localVarName", and "levelReference". The only reason to register a Tcl_ObjType is to have it returned by Tcl_GetObjType, and the only reason for that is to retrieve a (Tcl_ObjType *) to pass to Tcl_ConvertToType(). None of the types above can support a Tcl_ConvertToType() call; they panic. Better not to offer something than to lead users into a panic. FossilOrigin-Name: 2074e27c04c43625db916bbf816e7efa5c715f85
* Convert conditional tests into constrained testsdkf2004-05-191-20/+3
| | | FossilOrigin-Name: 511112a75c4cf9989d170bbd2063ddfcb7760a69
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. FossilOrigin-Name: c2f93a113cfcb17a21da67cc20f54ab3f1b9fa3c
* 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-5/+28
| | | FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* Initial revisionrjohnson1998-03-261-0/+176
FossilOrigin-Name: f86c34e38d2a946e0ed196001fd756c57f90791a