diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-24 15:03:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-09-24 15:03:57 (GMT) |
commit | e93e116ad2aa508b450befa54af69522cc9d57ac (patch) | |
tree | ca59726f46a39169fd7be2660ea5b8ddd01330cf /tests/unixWm.test | |
parent | 5dd5e3ad85119209cd8bbe431f51488fbc67b2e2 (diff) | |
download | tk-e93e116ad2aa508b450befa54af69522cc9d57ac.zip tk-e93e116ad2aa508b450befa54af69522cc9d57ac.tar.gz tk-e93e116ad2aa508b450befa54af69522cc9d57ac.tar.bz2 |
Compile with gcc-10 too. Mark more test-cases as failing on Ubuntu
Diffstat (limited to 'tests/unixWm.test')
-rw-r--r-- | tests/unixWm.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test index e292d38..cd6394d 100644 --- a/tests/unixWm.test +++ b/tests/unixWm.test @@ -2471,7 +2471,7 @@ test unixWm-60.5 {wm attributes - bad attribute} -constraints unix -body { destroy .t toplevel .t wm attributes .t -foo -} -returnCodes 1 -match glob -result {bad attribute "-foo":*} +} -returnCodes error -match glob -result {bad attribute "-foo":*} test unixWm-61.1 {Tk_WmCmd procedure, "iconphoto" option} unix { list [catch {wm iconph .} msg] $msg |