Skip to content

Commit

Permalink
overall adios suppression file
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Dec 18, 2023
1 parent 836c372 commit 7fbd175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions scripts/ci/cmake/adios-asan.supp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
leak:ps_make_timer_name_
leak:ibv_get_device_list
2 changes: 1 addition & 1 deletion scripts/ci/cmake/ci-fedora-asan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(ENV{CC} clang)
set(ENV{CXX} clang++)
set(ASAN_FLAGS "-fsanitize=address -fno-omit-frame-pointer -pthread -mllvm -asan-use-private-alias=1 -Wno-unused-command-line-argument")
set(ENV{ASAN_OPTIONS} "use_odr_indicator=1")
set(ENV{LSAN_OPTIONS} "suppressions=$ENV{CI_SOURCE_DIR}/thirdparty/perfstubs/perfstubs.supp")
set(ENV{LSAN_OPTIONS} "suppressions=$ENV{CI_SOURCE_DIR}/scripts/ci/cmake/adios-asan.supp")
set(ENV{CFLAGS} "${ASAN_FLAGS}")
set(ENV{CXXFLAGS} "${ASAN_FLAGS}")

Expand Down

0 comments on commit 7fbd175

Please sign in to comment.