diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-08 19:26:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-08 19:26:29 (GMT) |
commit | 6a8d296df3061825d119fbc1561e7222953ac3ba (patch) | |
tree | f3d8405612688d845b2db5b9b16867dc91579f72 /tests/entry.test | |
parent | 723b4258800e248dad36092b2f9a27ca2ec9afa6 (diff) | |
parent | 5bdd278d66f4ea89994c76013f0e52f7662f1cc4 (diff) | |
download | tk-6a8d296df3061825d119fbc1561e7222953ac3ba.zip tk-6a8d296df3061825d119fbc1561e7222953ac3ba.tar.gz tk-6a8d296df3061825d119fbc1561e7222953ac3ba.tar.bz2 |
Merge trunk
Diffstat (limited to 'tests/entry.test')
-rw-r--r-- | tests/entry.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/entry.test b/tests/entry.test index 1730105..7761590 100644 --- a/tests/entry.test +++ b/tests/entry.test @@ -13,6 +13,7 @@ tcltest::loadTestedCommands testConstraint failsOnUbuntu [expr {![info exists ::env(TRAVIS_OS_NAME)] || ![string match linux $::env(TRAVIS_OS_NAME)]}] testConstraint failsOnUbuntuNoXft [expr {[testConstraint failsOnUbuntu] || (![catch {tk::pkgconfig get fontsystem} fs] && ($fs eq "xft"))}] +testConstraint failsOnXQuarz [expr {$tcl_platform(os) ne "Darwin" || [tk windowingsystem] ne "x11" }] # For xscrollcommand set scrollInfo {} @@ -1704,7 +1705,7 @@ test entry-5.7 {ConfigureEntry procedure} -setup { test entry-5.8 {ConfigureEntry procedure} -constraints { - fonts + fonts failsOnXQuarz } -setup { entry .e -borderwidth 2 -highlightthickness 2 pack .e |