Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,13 @@ endif()

# Tests of examples as standalone projects. TODO: enable this for Windows (maybe
# replace test_examples.sh with CMake script?)
if(LINUX
#
# XXX: This test is disabled as it is broken - it can silently install the
# library without user consent, or it fails if there is no permission to do it.
# https://github.com/oneapi-src/unified-memory-framework/issues/674
#
if(FALSE
AND LINUX
AND UMF_BUILD_SHARED_LIBRARY
AND NOT
(UMF_USE_ASAN
Expand Down