forked from qt-creator/qt-creator
COIN: Arm auto tests
Some of our auto tests fail, so add an EXCLUDE_FROM_PRECHECK option for add_qtc_test, which sets a corresponding label on the ctest, and exclude these when running ctest on COIN. Disable the Googletest based unittests for now, they are inconsistently failing on CI, e.g. sometimes timing out after 60 seconds for tests that usually take only a fraction of a second. tst_perfdata from the perfparser submodule also fails. Temporarily disable it explicitly, until the EXCLUDE_FROM_PRECHECK change can be merged there. Change-Id: I7e9d7aded75bbe8800f82f7aa125c181271a2a1f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -91,6 +91,7 @@ file(RELATIVE_PATH TEST_RELATIVE_LIBEXEC_PATH "/${RELATIVE_TEST_PATH}" "/${IDE_L
|
||||
|
||||
if(WITH_TESTS)
|
||||
add_qtc_test(tst_mesonwrapper
|
||||
EXCLUDE_FROM_PRECHECK
|
||||
INCLUDES
|
||||
BEFORE "."
|
||||
DEPENDS
|
||||
@@ -111,6 +112,7 @@ add_qtc_test(tst_mesonwrapper
|
||||
)
|
||||
|
||||
add_qtc_test(tst_mesoninfoparser
|
||||
EXCLUDE_FROM_PRECHECK
|
||||
INCLUDES
|
||||
BEFORE "."
|
||||
DEPENDS
|
||||
|
||||
Reference in New Issue
Block a user