summaryrefslogtreecommitdiffstats
path: root/tests/select.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-11 16:40:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-11 16:40:39 (GMT)
commit9a1a8cdddc762590ba680992219159244f63d945 (patch)
tree2592cf0ea236cc473d39d379962f2ceb91b3b1d3 /tests/select.test
parentf32cb454d68308c1ad941d43f3eaca29db6ada49 (diff)
downloadtk-9a1a8cdddc762590ba680992219159244f63d945.zip
tk-9a1a8cdddc762590ba680992219159244f63d945.tar.gz
tk-9a1a8cdddc762590ba680992219159244f63d945.tar.bz2
3 more select-* testcases which sometimes fail on Travis' Ubuntu environment
Eliminate the use of TCL_CFGVAL_ENCODING, it isn't actually needed. Run all test-cases with system encoding set to "utf-8", so we get consistant behavior with or without TIP #587
Diffstat (limited to 'tests/select.test')
-rw-r--r--tests/select.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/select.test b/tests/select.test
index c412fc0..31d6494 100644
--- a/tests/select.test
+++ b/tests/select.test
@@ -896,7 +896,7 @@ test select-9.1 {SelCvtToX and SelCvtFromX procedures} -setup {
test select-9.2 {SelCvtToX and SelCvtFromX procedures} -setup {
setup
setupbg
-} -constraints x11 -body {
+} -constraints {x11 failsOnUbuntu} -body {
set selValue "1024 0xffff 2048 -2 "
set selInfo ""
selection handle -selection PRIMARY -format INTEGER -type TEST \
@@ -1022,7 +1022,7 @@ test select-10.4 {ConvertSelection procedure} -constraints {
lappend result $selInfo
} -result {{selection owner didn't respond} {STRING 0 4000 STRING 4000 4000 STRING 8000 4000 STRING 12000 4000 STRING 16000 4000 STRING 0 4000 STRING 4000 4000}}
test select-10.5 {ConvertSelection procedure, reentrancy issues} -constraints {
- x11
+ x11 failsOnUbuntu
} -setup {
setup
setupbg
@@ -1060,7 +1060,7 @@ test select-10.6 {ConvertSelection procedure, reentrancy issues} -constraints {
##############################################################################
# testing reentrancy
-test select-11.1 {TkSelPropProc procedure} -constraints x11 -setup {
+test select-11.1 {TkSelPropProc procedure} -constraints {x11 failsOnUbuntu} -setup {
setup
setupbg
} -body {