Skip tst_qcomparehelpers_cpp23 on Linux arm
Because it causes issues in the CI Pick-to: 6.7 Change-Id: I8cd232abf1c4ee1d9417a8bff9aa3bcf5f893e8f Reviewed-by: Tatiana Borisova <tatiana.borisova@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>bb10
parent
44072f43ed
commit
4f6600ee65
|
|
@ -17,7 +17,7 @@ qt_internal_add_test(tst_qcomparehelpers
|
|||
|
||||
# CMake recognizes CXX_STANDARD=23 only starting from version 3.20
|
||||
# macOS has some issues with concepts, see QTBUG-117765
|
||||
if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.20" AND NOT MACOS AND NOT VXWORKS)
|
||||
if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.20" AND NOT MACOS AND NOT VXWORKS AND NOT (LINUX AND ${CMAKE_SYSTEM_PROCESSOR} MATCHES "aarch64"))
|
||||
qt_internal_add_test(tst_qcomparehelpers_cpp23
|
||||
SOURCES
|
||||
tst_qcomparehelpers.h tst_qcomparehelpers.cpp tst_qcomparehelpers1.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue