From ec310d3d4e573aaed1e273f1e247f1bdc0c64d5c 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). Change-Id: I6e6525c961e8b2611a8f5485175a42a83facd723 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> --- 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 945ec3395..0d3966a7e 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -16,7 +16,7 @@ SUBDIRS=\ installed_cmake.depends = cmake # These tests don't make sense for cross-compiled builds -cross_compile:SUBDIRS -= linguist qdoc qtattributionsscanner windeployqt qhelpgenerator +cross_compile:SUBDIRS -= linguist qdoc qtattributionsscanner windeployqt qhelpgenerator qtdiag # Tests that might make sense, but currently use SRCDIR cross_compile:SUBDIRS -= qhelpcontentmodel qhelpenginecore qhelpindexmodel qhelpprojectdata @@ -30,5 +30,4 @@ cross_compile:SUBDIRS -= qhelpcontentmodel qhelpenginecore qhelpindexmodel qhelp qhelpprojectdata \ !qtConfig(process): SUBDIRS -= qtattributionsscanner linguist qtdiag windeployqt -android|qnx: SUBDIRS -= qtdiag !win32|winrt: SUBDIRS -= windeployqt -- GitLab