summaryrefslogtreecommitdiffstats
path: root/tests/canvText.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-23 10:33:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-23 10:33:56 (GMT)
commit88a38acd049b4cef382444545c2e48764f4a43e3 (patch)
treec034856c595242f23cb91f8aeb0156e618c2111f /tests/canvText.test
parentae1b79d466c7d533c3bb7722d7e19860461055fa (diff)
downloadtk-88a38acd049b4cef382444545c2e48764f4a43e3.zip
tk-88a38acd049b4cef382444545c2e48764f4a43e3.tar.gz
tk-88a38acd049b4cef382444545c2e48764f4a43e3.tar.bz2
Mark many testcases with "failsOnUbuntu" (Not all, I still want to see the remainings failing)
Diffstat (limited to 'tests/canvText.test')
-rw-r--r--tests/canvText.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/canvText.test b/tests/canvText.test
index 7608f86..f79e6df 100644
--- a/tests/canvText.test
+++ b/tests/canvText.test
@@ -21,6 +21,7 @@ set font "-adobe-times-medium-r-normal--*-200-*-*-*-*-*-*"
set ay [font metrics $font -linespace]
set ax [font measure $font 0]
+testConstraint failsOnUbuntu [expr {![info exists ::env(TRAVIS_OS_NAME)] || ![string match linux $::env(TRAVIS_OS_NAME)]}]
foreach test {
{-anchor nw nw xyz {bad anchor position "xyz": must be n, ne, e, se, s, sw, w, nw, or center}}