summaryrefslogtreecommitdiffstats
path: root/tests/winTime.test
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-02-27 23:47:01 (GMT)
committerhobbs <hobbs>2003-02-27 23:47:01 (GMT)
commit70e7c9f3f4a09d719e83573011f50fa01e861bd7 (patch)
tree66dbf048aa9d2031f1e11a4106f63b33db1df111 /tests/winTime.test
parentc1eba82515c8db80a9098d7325d5940c203264e7 (diff)
downloadtcl-70e7c9f3f4a09d719e83573011f50fa01e861bd7.zip
tcl-70e7c9f3f4a09d719e83573011f50fa01e861bd7.tar.gz
tcl-70e7c9f3f4a09d719e83573011f50fa01e861bd7.tar.bz2
* tests/winTime.test: added note about PCI hardware dependency
issues with high performance clock.
Diffstat (limited to 'tests/winTime.test')
-rw-r--r--tests/winTime.test4
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 } {