This repository was archived by the owner on Mar 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: BSD-3-Clause
2- # Copyright 2018-2021 , Intel Corporation
2+ # Copyright 2018-2022 , Intel Corporation
33
44set (DIR ${PARENT_DIR} /${TEST_NAME} )
55
@@ -105,7 +105,7 @@ function(execute_common expect_success output_file name)
105105 elseif (${TRACER} STREQUAL memcheck)
106106 set (TRACE valgrind --error-exitcode=99 --tool=memcheck --leak-check=full
107107 --suppressions=${TEST_ROOT_DIR} /ld.supp --suppressions=${TEST_ROOT_DIR} /memcheck-stdcpp.supp --suppressions=${TEST_ROOT_DIR} /memcheck-libunwind.supp
108- --suppressions=${TEST_ROOT_DIR} /memcheck-ndctl.supp)
108+ --suppressions=${TEST_ROOT_DIR} /memcheck-ndctl.supp --suppressions= ${TEST_ROOT_DIR} /memcheck.supp )
109109 set (ENV{LIBPMEMOBJ_CPP_TRACER_MEMCHECK} 1)
110110 elseif (${TRACER} STREQUAL helgrind)
111111 set (TRACE valgrind --error-exitcode=99 --tool=helgrind --suppressions=${TEST_ROOT_DIR} /helgrind.supp)
Original file line number Diff line number Diff line change 1+ {
2+ <string cmp vectorization, libpmemobj-cpp #1262>
3+ Memcheck:Addr32
4+ fun:__wmemcmp_avx2_movbe
5+ fun:compare
6+ ...
7+ }
You can’t perform that action at this time.
0 commit comments