diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-23 10:33:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-23 10:33:56 (GMT) |
commit | 88a38acd049b4cef382444545c2e48764f4a43e3 (patch) | |
tree | c034856c595242f23cb91f8aeb0156e618c2111f /tests/canvText.test | |
parent | ae1b79d466c7d533c3bb7722d7e19860461055fa (diff) | |
download | tk-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.test | 1 |
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}} |