diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-14 12:35:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-14 12:35:19 (GMT) |
commit | a41449f1cd90f78d0810898baea3568d4adabf39 (patch) | |
tree | 16328e4632f085e2aa7cb7de284cff5069d204f1 /tests/lrepeat.test | |
parent | 7c405a789e8e6b94cd18659c9994db418d92ad73 (diff) | |
download | tcl-a41449f1cd90f78d0810898baea3568d4adabf39.zip tcl-a41449f1cd90f78d0810898baea3568d4adabf39.tar.gz tcl-a41449f1cd90f78d0810898baea3568d4adabf39.tar.bz2 |
First shot at TIP #625 for Tcl 9.0.
Mark lrepeat-1.8 as 'knownBug', that's OK for now.
Diffstat (limited to 'tests/lrepeat.test')
-rw-r--r-- | tests/lrepeat.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lrepeat.test b/tests/lrepeat.test index c1c8b02..6734281 100644 --- a/tests/lrepeat.test +++ b/tests/lrepeat.test @@ -61,7 +61,7 @@ test lrepeat-1.7 {Accept zero repetitions (TIP 323)} { } -result {} } -test lrepeat-1.8 {Do not build enormous lists - Bug 2130992} -body { +test lrepeat-1.8 {Do not build enormous lists - Bug 2130992} -constraints knownBug -body { lrepeat 0x10000000 a b c d e f g h } -returnCodes error -match glob -result * |