Skip to content

Commit

Permalink
Disable entry-3.24 testcase on XQuartz. See: [36e379c01b], which is n…
Browse files Browse the repository at this point in the history
…ow visible in GITHUB.
  • Loading branch information
jan.nijtmans committed Jul 1, 2024
1 parent c9b34b1 commit 5deab2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/entry.test
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ namespace import ::tcltest::*
eval tcltest::configure $argv
tcltest::loadTestedCommands

testConstraint failsOnXQuarz [expr {$tcl_platform(os) ne "Darwin" || [tk windowingsystem] ne "x11" }]

# For xscrollcommand
set scrollInfo {}
proc scroll args {
Expand Down Expand Up @@ -874,7 +876,7 @@ test entry-3.23 {EntryWidgetCmd procedure, "delete" widget command} -setup {
} -cleanup {
destroy .e
} -result 0123457890
test entry-3.24 {EntryWidgetCmd procedure, "delete" widget command} -setup {
test entry-3.24 {EntryWidgetCmd procedure, "delete" widget command} -constraints failsOnXQuarz -setup {
entry .e
pack .e ; update idletasks
update
Expand Down

0 comments on commit 5deab2d

Please sign in to comment.