diff options
author | sebres <sebres@users.sourceforge.net> | 2018-08-29 15:41:55 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2018-08-29 15:41:55 (GMT) |
commit | afb5bf558344f2985346b88580f4b9712302991f (patch) | |
tree | 03b8512e588f97b5d861046f0f3e7fe9039fea91 /library | |
parent | 89ff80fbdd973caecbbaf87cc772f19ed369cc50 (diff) | |
parent | 9b7ce068fe00fb30818dff8934c1417a482a4a12 (diff) | |
download | tcl-afb5bf558344f2985346b88580f4b9712302991f.zip tcl-afb5bf558344f2985346b88580f4b9712302991f.tar.gz tcl-afb5bf558344f2985346b88580f4b9712302991f.tar.bz2 |
merge 8.5 ([21b0629c81] 0-day vulnerability - insufficient escape by exec of batch-files for windows)
Diffstat (limited to 'library')
-rw-r--r-- | library/tcltest/tcltest.tcl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/library/tcltest/tcltest.tcl b/library/tcltest/tcltest.tcl index f1b6082..eb42ff1 100644 --- a/library/tcltest/tcltest.tcl +++ b/library/tcltest/tcltest.tcl @@ -1254,6 +1254,10 @@ 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 |