Skip to content

Commit

Permalink
Add test for bug-f32864afe3
Browse files Browse the repository at this point in the history
  • Loading branch information
apnadkarni committed Dec 15, 2024
1 parent 2eb7ce5 commit de4730f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/thread.test
Original file line number Diff line number Diff line change
Expand Up @@ -1263,6 +1263,11 @@ test thread-22.1 {thread::send -command} {
set result
} hello

test thread-bug-f32864afe3 {Hang in thread::eval -lock} -body {
set mu [thread::mutex create]
thread::eval -lock $mu {}
thread::mutex destroy $mu ; # <- Bug f32864af hang
} -result {} -constraints bug-f32864afe3

removeFile dummyForTransfer
::tcltest::cleanupTests

0 comments on commit de4730f

Please sign in to comment.