summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-10-08 19:15:48 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-10-08 19:15:48 (GMT)
commitffb4bcc9a5effa3ed7302a34c21490f3398615df (patch)
treed96d5523cd9e66f2a3ecd204addf22d42ed3dc69 /tests
parentdd562fbf5588c9ea41d3e2368e8cbf07c5ee1ec4 (diff)
downloadtk-ffb4bcc9a5effa3ed7302a34c21490f3398615df.zip
tk-ffb4bcc9a5effa3ed7302a34c21490f3398615df.tar.gz
tk-ffb4bcc9a5effa3ed7302a34c21490f3398615df.tar.bz2
wm-stackorder-5.2 really fails on XQuartz (this seems to be an implementation bug). It also fails when run as if at Github Actions, i.e. when Xvfb is used. Certains tests such as this one must run on top of a window manager to pass, they need more than just a virtual framebuffer (Xvfb). Therefore, restore the two constraints failsOnUbuntu and failsOnXQuarz for wm-stackorder-5.2
Diffstat (limited to 'tests')
-rw-r--r--tests/wm.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wm.test b/tests/wm.test
index a0c5c30..f931e3b 100644
--- a/tests/wm.test
+++ b/tests/wm.test
@@ -1530,7 +1530,7 @@ test wm-stackorder-5.1 {a menu is not a toplevel} -body {
destroy .t
} -result {.t .}
test wm-stackorder-5.2 {A normal toplevel can't be raised above an \
- overrideredirect toplevel on unix} -constraints x11 -body {
+ overrideredirect toplevel on unix} -constraints {x11 failsOnUbuntu failsOnXQuarz} -body {
toplevel .t
wm overrideredirect .t 1
tkwait visibility .t