diff options
author | hobbs <hobbs@noemail.net> | 2003-02-27 23:47:01 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2003-02-27 23:47:01 (GMT) |
commit | cfe59271dacfcc3d4c7bafc87f601318e8c0d2c3 (patch) | |
tree | 66dbf048aa9d2031f1e11a4106f63b33db1df111 /tests/winTime.test | |
parent | 1a726fa2e90a5b6ff3c21a500a84a7e19729517b (diff) | |
download | tcl-cfe59271dacfcc3d4c7bafc87f601318e8c0d2c3.zip tcl-cfe59271dacfcc3d4c7bafc87f601318e8c0d2c3.tar.gz tcl-cfe59271dacfcc3d4c7bafc87f601318e8c0d2c3.tar.bz2 |
* tests/winTime.test: added note about PCI hardware dependency
issues with high performance clock.
FossilOrigin-Name: 8eed2cdd0e212db9ea2f92c15979a2dd32041b22
Diffstat (limited to 'tests/winTime.test')
-rw-r--r-- | tests/winTime.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/winTime.test b/tests/winTime.test index 4827d63..8645fc8 100644 --- a/tests/winTime.test +++ b/tests/winTime.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: winTime.test,v 1.7 2003/02/14 22:16:27 kennykb Exp $ +# RCS: @(#) $Id: winTime.test,v 1.8 2003/02/27 23:47:01 hobbs Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest @@ -40,6 +40,8 @@ test winTime-1.2 {TclpGetDate} {pcOnly} { # but how many does a tester have patience for? test winTime-2.1 {Synchronization of Tcl and Windows clocks} {testwinclock} { + # May fail due to OS/hardware discrepancies. See: + # http://support.microsoft.com/default.aspx?scid=kb;en-us;274323 set failed {} set ok 1 for { set i 0 } { $i < 3000 } { incr i } { |