summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-10-15 16:38:18 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-10-15 16:38:18 (GMT)
commit889bfc0249b90f6ef87a47436a69d4659ce679ff (patch)
treeee9689a5f47e3d305de35d948ba28bfbdcdcef7b /tests
parent68328c18209e95af51d982544f0b4056b9e4cf60 (diff)
downloadtk-889bfc0249b90f6ef87a47436a69d4659ce679ff.zip
tk-889bfc0249b90f6ef87a47436a69d4659ce679ff.tar.gz
tk-889bfc0249b90f6ef87a47436a69d4659ce679ff.tar.bz2
Restore the failsOnXQuarz constraint on unixWM-45.2 and unixWm-45.4 since on XQuartz these tests still do fail.
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 3980806..c1e3cbd 100644
--- a/tests/unixWm.test
+++ b/tests/unixWm.test
@@ -1627,7 +1627,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} {
+test unixWm-45.2 {UpdateSizeHints procedure} {unix testwrapper failsOnXQuarz} {
destroy .t
toplevel .t -width 80 -height 60
wm minsize .t 30 40
@@ -1655,7 +1655,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} {
+test unixWm-45.4 {UpdateSizeHints procedure, not resizable with menu} {testmenubar testwrapper failsOnXQuarz} {
destroy .t
toplevel .t -width 80 -height 60
frame .t.menu -height 23 -width 50