summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-09-15 21:55:23 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2020-09-16 15:28:22 +0200
commit11b968e392d9192ba5fe7d8251811e6dc9b22e13 (patch)
tree6d7cb5cb10024f03a6b168ffaf4a0da6533cbca3 /tests
parentb0d9992c3a0590e970f0bf06f3cc5b8c53314002 (diff)
downloadqtwayland-11b968e392d9192ba5fe7d8251811e6dc9b22e13.tar.gz
Update dependencies on dev in qt/qtwayland
Add one moc include to make things compile after the changes in qtbase. The nooutput test fails with this update because high-dpi is now enabled by default. When running with a placeholder screen, we get a scale factor of NaN because the default logicalDpi() implementation divides by physical size, which is 0x0 in the case of the placeholder. We temporarily disable the test in order to get the update in. Task-number: QTBUG-86698 Change-Id: I474f6970186e93905332c679f2cec5fea459de64 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/client/nooutput/tst_nooutput.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/client/nooutput/tst_nooutput.cpp b/tests/auto/client/nooutput/tst_nooutput.cpp
index 098d88d9..7f491c84 100644
--- a/tests/auto/client/nooutput/tst_nooutput.cpp
+++ b/tests/auto/client/nooutput/tst_nooutput.cpp
@@ -56,6 +56,7 @@ private slots:
void tst_nooutput::noScreens()
{
+ QSKIP("QTBUG-86698 - Temporarily skipped for dependency update");
QRasterWindow window;
window.resize(16, 16);
window.show();