Skip to content

Commit

Permalink
Re-enable the Qml Debug tests on Intel Macs
Browse files Browse the repository at this point in the history
They're fixed, after commit 529491f
avoiding starting a thread unless necessary and qtbase commit
2f69a05bd0cd7ce63890f709ff3ed7a4f78acd70 changing the thread destruction
order again.

Pick-to: 6.9
Change-Id: I46d585c0f4299f3c7ed9fffdf4f1b021b4186ed7
Reviewed-by: Ulf Hermann <[email protected]>
  • Loading branch information
thiagomacieira committed Jan 18, 2025
1 parent 24ac769 commit 4f2b6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/auto/qml/debugger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ add_subdirectory(qqmldebugtranslationservice)
add_subdirectory(qpacketprotocol)
add_subdirectory(qqmlnativeconnector)

if(NOT (CMAKE_CROSSCOMPILING OR (MACOS AND TEST_architecture_arch STREQUAL "x86_64")))
if(NOT CMAKE_CROSSCOMPILING)
add_subdirectory(qdebugmessageservice)
add_subdirectory(qqmldebugtranslationclient)
add_subdirectory(qqmlenginedebugservice)
Expand All @@ -26,7 +26,7 @@ if(QT_FEATURE_private_tests)
add_subdirectory(qqmldebugclient)
add_subdirectory(qqmldebuglocal)
add_subdirectory(qv4debugger)
if(NOT (CMAKE_CROSSCOMPILING OR (MACOS AND TEST_architecture_arch STREQUAL "x86_64")))
if(NOT CMAKE_CROSSCOMPILING)
add_subdirectory(qqmldebugservice)
endif()
endif()

0 comments on commit 4f2b6cb

Please sign in to comment.