From 30fcc7358b9e7db905d99355091eb3e44fcee840 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sat, 30 Jan 2016 12:47:03 +0100 Subject: tst_applicationwindow: a temporary workaround to unblock CI Change-Id: Ia28054f5860bf65c87a0c8cfcc09f7c9a769c7cf Reviewed-by: J-P Nurmi --- tests/auto/applicationwindow/tst_applicationwindow.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/auto/applicationwindow') diff --git a/tests/auto/applicationwindow/tst_applicationwindow.cpp b/tests/auto/applicationwindow/tst_applicationwindow.cpp index 34493ea0..d2937a6d 100644 --- a/tests/auto/applicationwindow/tst_applicationwindow.cpp +++ b/tests/auto/applicationwindow/tst_applicationwindow.cpp @@ -437,6 +437,11 @@ void tst_applicationwindow::attachedProperties() QVERIFY(!childItem->property("attached_header").value()); QVERIFY(!childItem->property("attached_footer").value()); QVERIFY(!childItem->property("attached_overlay").value()); + + // ### A temporary workaround to unblock the CI until the crash caused + // by https://codereview.qt-project.org/#/c/108517/ has been fixed... + window->hide(); + qApp->processEvents(); } void tst_applicationwindow::font() -- cgit v1.2.3