diff options
author | dgp <dgp@users.sourceforge.net> | 2016-06-23 13:18:33 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2016-06-23 13:18:33 (GMT) |
commit | 8bb026fed0f950dab2d7ce6600e7bde98edba550 (patch) | |
tree | 00bd5b372166a30ca67aedf245c7d49f31ea3eb7 /tests | |
parent | 9782b57e718a22de621fb4b222b4509922e77a08 (diff) | |
parent | 6a513d71d369eed56569ff3bf3e05c4f80c2ccae (diff) | |
download | tcl-8bb026fed0f950dab2d7ce6600e7bde98edba550.zip tcl-8bb026fed0f950dab2d7ce6600e7bde98edba550.tar.gz tcl-8bb026fed0f950dab2d7ce6600e7bde98edba550.tar.bz2 |
merge 8.6
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dict.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/dict.test b/tests/dict.test index d5406d0..a6b0cb4 100644 --- a/tests/dict.test +++ b/tests/dict.test @@ -2048,6 +2048,13 @@ test dict-24.25 {dict map with huge dict (compiled)} { }} 100000 } 166666666600000 +test dict-25.1 {compiled dict update with low-refcount values [Bug d553228d9f]} { + # Test crashes on failure + apply {{} { + lassign {} item + dict update item item item two two {} + }} +} {} # cleanup ::tcltest::cleanupTests |