diff options
author | dgp <dgp@users.sourceforge.net> | 2018-10-11 17:47:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-10-11 17:47:05 (GMT) |
commit | e3c1ea826dea2de2fae4105fb2aac48c3c63d78e (patch) | |
tree | 81b777f731f793c5e49db7d9bc2a67fd5633b2b9 /library | |
parent | f8a894a3b44e629fada18d93c3b36d158431181d (diff) | |
download | tcl-e3c1ea826dea2de2fae4105fb2aac48c3c63d78e.zip tcl-e3c1ea826dea2de2fae4105fb2aac48c3c63d78e.tar.gz tcl-e3c1ea826dea2de2fae4105fb2aac48c3c63d78e.tar.bz2 |
Revert addition of "slowTest" as built-in constraint. (no TIP; no version bump).
Let the test file that needs the constraint define it with existing facilities.
Diffstat (limited to 'library')
-rw-r--r-- | library/tcltest/tcltest.tcl | 4 |
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 |