summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2018-06-22 15:10:04 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2018-06-22 15:10:04 (GMT)
commit94ec3d943104b645666e3f71feb61ac260a43fcf (patch)
treeb93e6537a9eeff755eb011895389363546993b8a /tests/chanio.test
parent6c1e9f2b0c5e236754eb7072986cffd863333abd (diff)
downloadtcl-94ec3d943104b645666e3f71feb61ac260a43fcf.zip
tcl-94ec3d943104b645666e3f71feb61ac260a43fcf.tar.gz
tcl-94ec3d943104b645666e3f71feb61ac260a43fcf.tar.bz2
Add another suppress rule for valgrind, factor test code into
tests/tcltests.tcl, and constrained a some tests in the valgrind case.
Diffstat (limited to 'tests/chanio.test')
-rw-r--r--tests/chanio.test4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/chanio.test b/tests/chanio.test
index 86c1485..492c11e 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -39,14 +39,10 @@ namespace eval ::tcl::test::io {
catch [list package require -exact Tcltest [info patchlevel]]
testConstraint testchannel [llength [info commands testchannel]]
- testConstraint exec [llength [info commands exec]]
testConstraint openpipe 1
- testConstraint fileevent [llength [info commands fileevent]]
- testConstraint fcopy [llength [info commands fcopy]]
testConstraint testfevent [llength [info commands testfevent]]
testConstraint testchannelevent [llength [info commands testchannelevent]]
testConstraint testmainthread [llength [info commands testmainthread]]
- testConstraint thread [expr {0 == [catch {package require Thread 2.7-}]}]
# You need a *very* special environment to do some tests. In particular,
# many file systems do not support large-files...