summaryrefslogtreecommitdiffstats
path: root/library/tcltest/tcltest.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-10-17 16:37:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-10-17 16:37:20 (GMT)
commit128086366a605d15a1a331e53e516f3e2a2acab3 (patch)
tree060d9261e777b81a4276695532b35a3b00caaa52 /library/tcltest/tcltest.tcl
parentda2d06ef7001453e949f73dff29d7f3720c11cee (diff)
parente154c5151281fbbe01ef1361f5f6980a5ec5a6d3 (diff)
downloadtcl-128086366a605d15a1a331e53e516f3e2a2acab3.zip
tcl-128086366a605d15a1a331e53e516f3e2a2acab3.tar.gz
tcl-128086366a605d15a1a331e53e516f3e2a2acab3.tar.bz2
merge 8.7
Diffstat (limited to 'library/tcltest/tcltest.tcl')
-rw-r--r--library/tcltest/tcltest.tcl4
1 files changed, 0 insertions, 4 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl
index eb42ff1..f1b6082 100644
--- a/library/tcltest/tcltest.tcl
+++ b/library/tcltest/tcltest.tcl
@@ -1254,10 +1254,6 @@ proc tcltest::DefineConstraintInitializers {} {
ConstraintInitializer interactive \
{expr {[info exists ::tcl_interactive] && $::tcl_interactive}}
- # Skip slow tests (to enable slow tests add parameter `-constraints slowTest`)
-
- ConstraintInitializer slowTest {format 0}
-
# Some tests can only be run if the installation came from a CD
# image instead of a web image. Some tests must be skipped if you
# are running as root on Unix. Other tests can only be run if you