Skip to content

Commit 9be120a

Browse files
Merge pull request #586 from szadam/sanitizers
Disable umf-provider_os_memory in sanitizers tests
2 parents 685a21f + 62261fb commit 9be120a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sanitizers.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ jobs:
6868
working-directory: ${{env.BUILD_DIR}}
6969
run: >
7070
${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh &&' || ''}}
71-
ctest --output-on-failure
71+
GTEST_FILTER="-*umfProviderTest.alloc_page64_align_0*" ctest --output-on-failure
72+
# TO DO: fix umf-provider_os_memory test for sanitizers
73+
# issue 581: https://github.com/oneapi-src/unified-memory-framework/issues/581
7274

7375
windows-build:
7476
name: cl and clang-cl on Windows

0 commit comments

Comments
 (0)