From 850e11014691f14f44ca7ec2308ecf08451c4aa8 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint <Friedemann.Kleint@qt.io> Date: Thu, 24 Oct 2019 13:58:06 +0200 Subject: [PATCH] qtdiag: Disable autotest for all cross-built platforms Timeouts have been observed on arm-little_endian-ilp32-eabi-hardfloat shared (dynamic). Task-number: QTBUG-79580 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit ec310d3d4e573aaed1e273f1e247f1bdc0c64d5c) Change-Id: I6e6525c961e8b2611a8f5485175a42a83facd723 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> --- tests/auto/auto.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 15a7cf569..0e8a379c3 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -15,7 +15,7 @@ SUBDIRS=\ installed_cmake.depends = cmake # These tests don't make sense for cross-compiled builds -cross_compile:SUBDIRS -= linguist +cross_compile:SUBDIRS -= linguist qtdiag # These tests need the QtHelp module !qtHaveModule(help): SUBDIRS -= \ @@ -26,5 +26,4 @@ cross_compile:SUBDIRS -= linguist qhelpprojectdata \ !qtConfig(process): SUBDIRS -= qtattributionsscanner linguist qtdiag windeployqt -android|qnx: SUBDIRS -= qtdiag !win32|winrt: SUBDIRS -= windeployqt -- GitLab