summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-08 13:34:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-08 13:34:08 (GMT)
commit21608e25015bc36738583d973e82ac02b61765ed (patch)
treea15ce0d7662433f19f0fe744bb2b5efa3559500e /tests
parentaae3a669ada5541a537aa36d6c4616f304f3f655 (diff)
parent0a43ae72553fed994223f40ba788da0bfa5e55f8 (diff)
downloadtk-21608e25015bc36738583d973e82ac02b61765ed.zip
tk-21608e25015bc36738583d973e82ac02b61765ed.tar.gz
tk-21608e25015bc36738583d973e82ac02b61765ed.tar.bz2
TIP #587 addendum: When reading commands from stdin, decode from utf-8 independant from system encoding.
Somehow bind-16.47 is still failing in CI environment, not reproducable in Visual Studio environment.
Diffstat (limited to 'tests')
-rw-r--r--tests/bind.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bind.test b/tests/bind.test
index 94a96fe..c831d25 100644
--- a/tests/bind.test
+++ b/tests/bind.test
@@ -15,6 +15,7 @@ tk useinputmethods 0
testConstraint nodeprecated [expr {"nodeprecated" ni [tk::pkgconfig list]}]
testConstraint needsTcl87 [package vsatisfies [package provide Tcl] 8.7]
+testConstraint failsOnWindows [expr {![info exists ::env(CI)] || [tk windowingsystem] ne "win32"}]
toplevel .t -width 100 -height 50
@@ -2224,7 +2225,7 @@ test bind-16.46 {ExpandPercents procedure} -setup {
bind all <Key> $savedBind(All)
unset savedBind
} -result {0 1 2}
-test bind-16.47 {ExpandPercents procedure} -constraints {aquaOrWin32 needsTcl87} -setup {
+test bind-16.47 {ExpandPercents procedure} -constraints {aquaOrWin32 needsTcl87 failsOnWindows} -setup {
frame .t.f -class Test -width 150 -height 100
pack .t.f
focus -force .t.f