summaryrefslogtreecommitdiffstats
path: root/tests/unixNotfy.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-11-01 18:53:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-11-01 18:53:11 (GMT)
commit52cb20381f476a10e0f097485c7ec98ce8a4c181 (patch)
tree0a5286e13ed63ecb7e14768db0ed1a07f429b1c6 /tests/unixNotfy.test
parentf8f7055c5f8114637fce8d8741ef8da06092e286 (diff)
downloadtcl-52cb20381f476a10e0f097485c7ec98ce8a4c181.zip
tcl-52cb20381f476a10e0f097485c7ec98ce8a4c181.tar.gz
tcl-52cb20381f476a10e0f097485c7ec98ce8a4c181.tar.bz2
Work in progress converting tests from [testthread cancel] to [thread::cancel]
Diffstat (limited to 'tests/unixNotfy.test')
-rw-r--r--tests/unixNotfy.test5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/unixNotfy.test b/tests/unixNotfy.test
index 2a17098..067d225 100644
--- a/tests/unixNotfy.test
+++ b/tests/unixNotfy.test
@@ -10,10 +10,6 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
-# The tests should not be run if you have a notifier which is unable to
-# detect infinite vwaits, as the tests below will hang. The presence of
-# the "testthread" command indicates that this is the case.
-
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
namespace import -force ::tcltest::*
@@ -22,7 +18,6 @@ if {[lsearch [namespace children] ::tcltest] == -1} {
# When run in a Tk shell, these tests hang.
testConstraint noTk [expr {0 != [catch {package present Tk}]}]
testConstraint thread [expr {0 == [catch {package require Thread 2.6}]}]
-testConstraint testthread [expr {[info commands testthread] != {}}]
# Darwin always uses a threaded notifier
testConstraint unthreaded [expr {
(![info exist tcl_platform(threaded)] || !$tcl_platform(threaded))