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 | 7c859988ba9114dbd02e99ca9bcd621690be101a (patch) | |
tree | 81b777f731f793c5e49db7d9bc2a67fd5633b2b9 /library | |
parent | a221655e1a955a3408ca1be006697de2cf25be19 (diff) | |
download | tcl-7c859988ba9114dbd02e99ca9bcd621690be101a.zip tcl-7c859988ba9114dbd02e99ca9bcd621690be101a.tar.gz tcl-7c859988ba9114dbd02e99ca9bcd621690be101a.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 |