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/focus.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/focus.test')
-rw-r--r-- | tests/focus.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/focus.test b/tests/focus.test index eee0ee6..62e00c8 100644 --- a/tests/focus.test +++ b/tests/focus.test @@ -13,6 +13,8 @@ tcltest::loadTestedCommands button .b -text .b -relief raised -bd 2 pack .b +testConstraint failsOnUbuntu [expr {![info exists ::env(TRAVIS_OS_NAME)] || ![string match linux $::env(TRAVIS_OS_NAME)]}] + proc focusSetup {} { catch {destroy .t} toplevel .t @@ -511,7 +513,7 @@ test focus-4.4 {TkFocusDeadWindow procedure} {unix testwrapper} { setupbg test focus-5.1 {ChangeXFocus procedure, don't take focus unless have it} \ - {unix testwrapper secureserver} { + {unix testwrapper secureserver failsOnUbuntu} { focusSetup focus -force .t update |