summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-07-01 12:25:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-07-01 12:25:11 (GMT)
commit1716b75825ac782b3290dc72a1cfc7cb82100f4a (patch)
tree9e057319d0a0e88db3545c08f30bb42e851f2620 /tests
parent247c0ea91f30dcb6e0897e0598ddbaff82525184 (diff)
downloadtk-1716b75825ac782b3290dc72a1cfc7cb82100f4a.zip
tk-1716b75825ac782b3290dc72a1cfc7cb82100f4a.tar.gz
tk-1716b75825ac782b3290dc72a1cfc7cb82100f4a.tar.bz2
Disable entry-3.24 testcase on XQuartz. See: [36e379c01b], which is now visible in GITHUB.
Diffstat (limited to 'tests')
-rw-r--r--tests/entry.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/entry.test b/tests/entry.test
index 1454104..30f19b4 100644
--- a/tests/entry.test
+++ b/tests/entry.test
@@ -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 {
@@ -891,7 +893,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