summaryrefslogtreecommitdiffstats
path: root/tests/winDde.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-16 16:34:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-16 16:34:29 (GMT)
commit9503c006cc6322926e5aada4c06aba0863055e4b (patch)
tree3f53c1ce09eafbf423daf7c2547dc9915f3ea91c /tests/winDde.test
parentb4b10c147171d59a09bb3f64a88c561fae146112 (diff)
parent81060c07412ccbaaedbf1a76cd7291b26416a024 (diff)
downloadtcl-9503c006cc6322926e5aada4c06aba0863055e4b.zip
tcl-9503c006cc6322926e5aada4c06aba0863055e4b.tar.gz
tcl-9503c006cc6322926e5aada4c06aba0863055e4b.tar.bz2
Merge 8.7
Diffstat (limited to 'tests/winDde.test')
-rw-r--r--tests/winDde.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/winDde.test b/tests/winDde.test
index c76525f..cb8a8cf 100644
--- a/tests/winDde.test
+++ b/tests/winDde.test
@@ -24,6 +24,7 @@ if {[testConstraint win]} {
testConstraint dde 1
}
}
+testConstraint notWine [expr {$::tcl_platform(platform) ne "windows" || ![info exists ::env(TRAVIS_OS_NAME)] || ![string match linux $::env(TRAVIS_OS_NAME)]}]
# -------------------------------------------------------------------------
@@ -161,7 +162,7 @@ test winDde-3.6 {DDE request utf-8} -constraints dde -body {
} -result 196
# Set variable a to A with diaeresis (unicode C4) using binary execute
# and compose utf-8 (e.g. "c3 84" ) manualy
-test winDde-3.7 {DDE request binary} -constraints dde -body {
+test winDde-3.7 {DDE request binary} -constraints {dde notWine} -body {
set \xe1 "not set"
dde execute -binary TclEval self [list set \xc3\xa1 \xc3\x84\x00]
scan [set \xe1] %c