summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2008-03-19 13:39:26 (GMT)
committerdkf <dkf@noemail.net>2008-03-19 13:39:26 (GMT)
commitac8616d9779cb57015f5957841a58336852d74e4 (patch)
tree574c8c48dc10e61723e7205267c0fa6aa92ba1d3 /tests
parentd0b0b7f64c7ea8bc5a1cb6fe07cea9c6bfc5a744 (diff)
downloadtcl-ac8616d9779cb57015f5957841a58336852d74e4.zip
tcl-ac8616d9779cb57015f5957841a58336852d74e4.tar.gz
tcl-ac8616d9779cb57015f5957841a58336852d74e4.tar.bz2
Added workaround for [Bug 1905562]
FossilOrigin-Name: 5ec8810cae4bef6223012368e8133a419020ac6a
Diffstat (limited to 'tests')
-rw-r--r--tests/reg.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/reg.test b/tests/reg.test
index 63d4d3d..79eaaa0 100644
--- a/tests/reg.test
+++ b/tests/reg.test
@@ -9,7 +9,7 @@
#
# Copyright (c) 1998, 1999 Henry Spencer. All rights reserved.
#
-# RCS: @(#) $Id: reg.test,v 1.24 2007/12/18 10:53:16 dkf Exp $
+# RCS: @(#) $Id: reg.test,v 1.25 2008/03/19 13:39:28 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -1063,7 +1063,8 @@ test reg-33.12 {Bug 1810264 - bad read} {
test reg-33.13 {Bug 1810264 - infinite loop} {
regexp {($|^)*} {x}
} 1
-test reg-33.14 {Bug 1810264 - super-expensive expression} {
+# Some environments have small default stack sizes. [Bug 1905562]
+test reg-33.14 {Bug 1810264 - super-expensive expression} nonPortable {
regexp {(x{200}){200}$y} {x}
} 0