Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -2/+2 |
| | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | Merge 8.5 | jan.nijtmans | 2019-08-26 | 1 | -2/+3 |
|\ | |||||
| * | One more "knownMsvcBug" marker, for a test-case which failed (incidentally) ↵ | jan.nijtmans | 2019-08-26 | 1 | -2/+3 |
| | | | | | | | | in Travis. | ||||
* | | 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 | -2/+0 |
|\ | | | | | 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. | ||||
| * | Fixed Bug 710310 (duplicate test numbers in clock.test). Made major | Kevin B Kenny | 2003-04-12 | 1 | -19/+9 |
| | | | | | | | | | | changes to tclWinTime.c and related code to improve loop filter stability. | ||||
* | | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -3/+3 |
| | | |||||
* | | Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt | Kevin B Kenny | 2003-04-12 | 1 | -19/+9 |
|/ | | | | | | return values). Fixed Bug 710310 (duplicate test numbers in clock.test). Made major changes to tclWinTime.c and related code to improve loop filter stability. | ||||
* | * tests/winTime.test: added note about PCI hardware dependency | hobbs | 2003-02-27 | 1 | -1/+3 |
| | | | | issues with high performance clock. | ||||
* | * win/tclWinTime.c: Added code to test and compensate for forward | Kevin B Kenny | 2003-02-14 | 1 | -14/+11 |
| | | | | | | | | | | | | | | | leaps of the performance counter. See the MSDN Knowledge Base article Q274323 for the hardware problem that makes this necessary on certain machines. * tests/winTime.test: Revised winTime-2.1 - it had a tolerance of thousands of seconds, rather than milliseconds. (What's six orders of magnitude among friends? Both the above changes are triggered by a problem reported at http://aspn.activestate.com/ASPN/Mail/Message/ActiveTcl/1536811 although the developers find it difficult to believe that it accounts for the observed behavior and suspect a fault in the RTC chip. | ||||
* | Applied the patch for TIP #7 from Kevin Kenny. | andreas_kupries | 2000-11-21 | 1 | -1/+27 |
| | | | | See http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html | ||||
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
| | | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. | ||||
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 1 | -2/+2 |
| | | | | Fixed bug in pkg.test where defs.tcl was still being used. | ||||
* | 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 | -0/+49 |