| Commit message (Expand) | Author | Age | Files | Lines |
* | Less strictness about exactly which dll versions are tested | jan.nijtmans | 2012-07-30 | 1 | -2/+2 |
|
|
* | Fix various test when run outside of the build environment [3549770] | jan.nijtmans | 2012-07-30 | 1 | -1/+1 |
|
|
* | Add checks whether we are testing the right dll's | jan.nijtmans | 2012-07-30 | 1 | -0/+3 |
|
|
* | [Bug 3549770] Multiple test failures running tcltest outside build tree | jan.nijtmans | 2012-07-28 | 1 | -7/+4 |
|\ |
|
| * | Bug [3549770]: Multiple test failures running tcltest outside build tree | jan.nijtmans | 2012-07-28 | 1 | -4/+2 |
|
|
| * | [Bug 3549770] Multiple test failures running tcltest outside build tree | jan.nijtmans | 2012-07-28 | 1 | -6/+5 |
|
|
| * | [Bug 3362446]: possible allocation error when using UNICODE | jan.nijtmans | 2012-06-21 | 1 | -3/+3 |
| |\ |
|
* | \ | [Bug #3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-21 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | [Bug #3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-21 | 1 | -0/+6 |
| |\ \ |
|
| | * | | add test case for very long value names and values | jan.nijtmans | 2012-06-20 | 1 | -0/+6 |
| | |/ |
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | Fixed a number of test issues for Vista and Win7. | patthoyts | 2009-11-10 | 1 | -240/+240 |
|
|
| | * | * win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating | Kevin B Kenny | 2007-03-17 | 1 | -1/+21 |
|
|
| | * | revised latest registry test commit | dgp | 2003-03-19 | 1 | -10/+4 |
|
|
| | * | * tests/registry.test: Changed the conditionals to avoid an
| Kevin B Kenny | 2003-03-19 | 1 | -8/+10 |
|
|
| * | | Fixed a number of test issues for Vista and Win7. | patthoyts | 2009-11-11 | 1 | -243/+243 |
|
|
* | | | * library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round of | Kevin B Kenny | 2010-04-02 | 1 | -5/+5 |
|
|
* | | | TIP #362 IMPLEMENTATION | dkf | 2010-03-30 | 1 | -4/+49 |
|
|
* | | | Moved a number of tests to the newer style. | patthoyts | 2008-11-29 | 1 | -102/+122 |
|
|
* | | | Use HKEY_CURRENT_USER instead of HKEY_CLASSES_ROOT during tests. Writing to | patthoyts | 2008-11-12 | 1 | -238/+238 |
|
|
* | | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -2/+2 |
|/ / |
|
* | | Test constraints are automatically "and"ed together | dkf | 2007-04-20 | 1 | -2/+2 |
|
|
* | | * win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating | Kevin B Kenny | 2007-03-17 | 1 | -1/+21 |
|
|
* | | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -11/+10 |
|
|
* | | * tests/registry.test: Fixed test files to load the correct | davygrvy | 2004-10-27 | 1 | -113/+116 |
|
|
* | | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -108/+108 |
|
|
* | |
| Kevin B Kenny | 2004-03-05 | 1 | -3/+3 |
|
|
* | | Applied fix from #766159 for Win98 registry to skip unicode tests. | patthoyts | 2004-03-04 | 1 | -3/+3 |
|
|
* | | revised latest registry test commit | dgp | 2003-03-19 | 1 | -10/+4 |
|
|
* | | * tests/registry.test: Changed the conditionals to avoid an
| Kevin B Kenny | 2003-03-19 | 1 | -8/+10 |
|/ |
|
* | * doc/registry.n: Added support for broadcasting changes to | hobbs | 2002-10-18 | 1 | -15/+17 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -3/+3 |
|
|
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
|
|
* | Fixed a couple of bad registry tests... | rjohnson | 1999-07-08 | 1 | -4/+4 |
|
|
* | Changed the tests to use the testConstraints array that the | jenn | 1999-07-01 | 1 | -2/+2 |
|
|
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 1 | -2/+2 |
|
|
* | 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 | -117/+203 |
|
|
* | lint | stanton | 1999-02-02 | 1 | -6/+6 |
|
|
* | cleaned up test suite so most of the tests pass on Windows | stanton | 1998-11-02 | 1 | -2/+5 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+512 |
|
|