summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-02-04 20:48:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-02-04 20:48:50 (GMT)
commitbfab34ad8b713918717cdfba00e87e331f9e5cea (patch)
treee514fbd26c2901b73a5c635c59e70aeaba42775b /tests
parent57a9d5c7a9bcb11382589b6808d3c4c6111c3283 (diff)
parenta65850c981e3e69249cfc8c4105635e3a89bf241 (diff)
downloadtcl-bfab34ad8b713918717cdfba00e87e331f9e5cea.zip
tcl-bfab34ad8b713918717cdfba00e87e331f9e5cea.tar.gz
tcl-bfab34ad8b713918717cdfba00e87e331f9e5cea.tar.bz2
Merge in fix for 3602706
Diffstat (limited to 'tests')
-rw-r--r--tests/set.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/set.test b/tests/set.test
index 1d88553..18119f5 100644
--- a/tests/set.test
+++ b/tests/set.test
@@ -524,6 +524,11 @@ test set-5.1 {error on malformed array name} testset2 {
list $msg $msg1
} {{can't read "z(a)(b)": variable isn't array} {can't read "z(b)(a)": variable isn't array}}
+# In a mem-debug build, this test will crash unless Bug 3602706 is fixed.
+test set-5.2 {Bug 3602706} -body {
+ testset2 ::tcl_platform not-in-there
+} -returnCodes error -result * -match glob
+
# cleanup
catch {unset a}
catch {unset b}