Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3606542]: Add missing constraint to test. | dkf | 2013-03-01 | 1 | -1/+1 |
|\ | |||||
| * | [Bug 3606542]: Add missing constraint to test. | dkf | 2013-03-01 | 1 | -1/+1 |
| | | |||||
* | | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements ↵ | jan.nijtmans | 2013-01-03 | 1 | -0/+4 |
|\ \ | |/ | | | | | too early | ||||
| * | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements ↵ | jan.nijtmans | 2013-01-03 | 1 | -0/+4 |
| |\ | | | | | | | | | | too early | ||||
| | * | test case for bug-3598580: Tcl_ListObjReplace may release deleted elements ↵ | jan.nijtmans | 2013-01-03 | 1 | -0/+4 |
| | | | | | | | | | | | | too early | ||||
* | | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵ | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
|/ / | | | | | | | combination with tcltest86.dll to do that (Windows only) | ||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -3/+1 |
|\ \ | |/ | | | more harm than good. Purged them. | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
* | | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace] | dgp | 2010-03-18 | 1 | -1/+25 |
| | | | | | | | | | | * generic/tclTestObj.c: operations. Thanks to kbk for fix and test. * tests/listObj.test: [Bug 2971669]. | ||||
* | | * tests/expr.test: Consolidated equivalent constraints into | dgp | 2005-07-27 | 1 | -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. | ||||
* | | * generic/tclObj.c (TclInitObjSubsystem): Removed the | dgp | 2005-05-17 | 1 | -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. | ||||
* | | Convert conditional tests into constrained tests | dkf | 2004-05-19 | 1 | -20/+3 |
|/ | |||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -2/+3 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -5/+28 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+176 |