summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2022-07-20 03:16:59 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2022-07-20 03:16:59 (GMT)
commit7f01d26c898cb3b98f038fa1ea16e09f1e8e558a (patch)
tree133e081500330deca7694e23a52463a8758c81b3
parent387ec0ad0a9e786d1bca7053ebd87f1800db9b45 (diff)
parentdb9786102c5e3ea4a6f3e6ded69921080bc741c9 (diff)
downloadtcl-7f01d26c898cb3b98f038fa1ea16e09f1e8e558a.zip
tcl-7f01d26c898cb3b98f038fa1ea16e09f1e8e558a.tar.gz
tcl-7f01d26c898cb3b98f038fa1ea16e09f1e8e558a.tar.bz2
merge fork
-rw-r--r--tests/apply.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apply.test b/tests/apply.test
index e2be172..f1e94b4 100644
--- a/tests/apply.test
+++ b/tests/apply.test
@@ -257,7 +257,7 @@ test apply-9.1 {leaking internal rep} -setup {
lindex $lines 3 3
}
set lam [list {} {set a 1}]
-} -constraints memory -body {
+} -constraints {memory knownBug} -body {
set end [getbytes]
for {set i 0} {$i < 5} {incr i} {
::apply [lrange $lam 0 end]