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 1
1
# SPDX-License-Identifier: BSD-3-Clause
2
- # Copyright 2018-2021 , Intel Corporation
2
+ # Copyright 2018-2022 , Intel Corporation
3
3
4
4
set (DIR ${PARENT_DIR} /${TEST_NAME} )
5
5
@@ -105,7 +105,7 @@ function(execute_common expect_success output_file name)
105
105
elseif (${TRACER} STREQUAL memcheck )
106
106
set (TRACE valgrind --error-exitcode=99 --tool=memcheck --leak-check=full
107
107
--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 )
109
109
set (ENV{LIBPMEMOBJ_CPP_TRACER_MEMCHECK} 1 )
110
110
elseif (${TRACER} STREQUAL helgrind )
111
111
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