summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-10-15 16:30:25 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-10-15 16:30:25 (GMT)
commitd79dbc8332c9640340ee67745b0de2e093c6d536 (patch)
tree420073ecd16bf103cb562a2b243c809926f9ba65 /tests
parent5ceb778917d5bd60cef820bfae69dbd540bc18b5 (diff)
downloadtk-d79dbc8332c9640340ee67745b0de2e093c6d536.zip
tk-d79dbc8332c9640340ee67745b0de2e093c6d536.tar.gz
tk-d79dbc8332c9640340ee67745b0de2e093c6d536.tar.bz2
unixWm.test - Let unixWm-45.2 and -45.4 pass on Linux by cherrypicking [b4ae383b] and [391bac1d] that fix bug [22eefb9368].
Diffstat (limited to 'tests')
-rw-r--r--tests/unixWm.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unixWm.test b/tests/unixWm.test
index e9cae75..960d039 100644
--- a/tests/unixWm.test
+++ b/tests/unixWm.test
@@ -1623,7 +1623,7 @@ test unixWm-45.1 {UpdateSizeHints procedure, grid information} {unix testwrapper
[expr [lindex $property 7]] [expr [lindex $property 8]] \
[expr [lindex $property 9]] [expr [lindex $property 10]]
} {40 30 320 210 10 5}
-test unixWm-45.2 {UpdateSizeHints procedure} {unix testwrapper failsOnUbuntu failsOnXQuarz} {
+test unixWm-45.2 {UpdateSizeHints procedure} {unix testwrapper} {
destroy .t
toplevel .t -width 80 -height 60
wm minsize .t 30 40
@@ -1651,7 +1651,7 @@ test unixWm-45.3 {UpdateSizeHints procedure, grid with menu} {testmenubar testwr
[expr [lindex $property 7]] [expr [lindex $property 8]] \
[expr [lindex $property 9]] [expr [lindex $property 10]]
} {60 40 53 320 233 10 5}
-test unixWm-45.4 {UpdateSizeHints procedure, not resizable with menu} {testmenubar testwrapper failsOnUbuntu failsOnXQuarz} {
+test unixWm-45.4 {UpdateSizeHints procedure, not resizable with menu} {testmenubar testwrapper} {
destroy .t
toplevel .t -width 80 -height 60
frame .t.menu -height 23 -width 50