|
From: <no...@tc...> - 2025-10-12 18:34:04
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [9f7c1f72b57e2c495044b7c24ed9d9ae6c72198ab31ca9de6e0993b4c3f6455a] [Tests event-9.15 and event-9.20 are broken, and fail on macOS/aqua when fixed] By marc_culler For Tk On 2025-10-12T18:21:34.372 Details https://core.tcl-lang.org/tk/tinfo?name=9f7c1f72b57e2c495044b7c24ed9d9ae6c72198ab31ca9de6e0993b4c3f6455a Ticket https://core.tcl-lang.org/tk/tktview/c494cc25c4afef0425273eee288a7e7b02d260e7 Changed Fields icomment: Hi Erik, I agree with your conclusions and analysis, except my stubbornness makes me want to know what changed between Sequoia and Tahoe that could account for this. I am willing to add the constraint if you would like me to. I would just check the kernel version. On Sequoia you see the following: set x [lindex [split [exec uname -r] '.'] 0] 24 whereas on Tahoe you see: set x [lindex [split [exec uname -r] '.'] 0] 25 So I think the constraint condition should be: [expr {[lindex [split [exec uname -r] '.'] 0] < 25}] login: marc_culler username: Marc Culler ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |