Skip to content
Merged
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
4 changes: 3 additions & 1 deletion .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
working-directory: ${{env.BUILD_DIR}}
run: >
${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh &&' || ''}}
ctest --output-on-failure
GTEST_FILTER="-*umfProviderTest.alloc_page64_align_0*" ctest --output-on-failure
# TO DO: fix umf-provider_os_memory test for sanitizers
# issue 581: https://github.com/oneapi-src/unified-memory-framework/issues/581

windows-build:
name: cl and clang-cl on Windows
Expand Down