Skip to content

disable umf_standalone_examples test #675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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
Loading