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)
commit783d7dd4b08ca44c8fe4cce9cdc039e2199709e2 (patch)
tree0a5286e13ed63ecb7e14768db0ed1a07f429b1c6 /tests/unixNotfy.test
parent6f48f01faac23f4d913d265d8a10e7ef897b563b (diff)
downloadtcl-783d7dd4b08ca44c8fe4cce9cdc039e2199709e2.zip
tcl-783d7dd4b08ca44c8fe4cce9cdc039e2199709e2.tar.gz
tcl-783d7dd4b08ca44c8fe4cce9cdc039e2199709e2.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))