Permalink
Please sign in to comment.
Browse files
[autotest] Add workaround for broken no-XRandr in screen edge test
With Qt 5.5 the physicalSize of a screen is broken if the X system does not provide the XRandR extension. This caused our screen edge test to fail on the CI system (Xvfb) due to approach window being based on the dpi. The problem itself is addressed for Qt in: https://codereview.qt-project.org/126808 This change just worksaround till the change has made it into our CI system (at which point the expected fails will break). Reviewed-By: David Edmundson
- Loading branch information...
Showing
with
18 additions
and 0 deletions.
- +8 −0 autotests/CMakeLists.txt
- +10 −0 autotests/test_screen_edges.cpp
0 comments on commit
eda4f61