Skip to content

Commit

Permalink
test: fix - enable helgrind in test 8
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Apr 2, 2023
1 parent 1585cba commit 23f5555
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/test/obj_pmalloc_mt/TEST8
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@

. ../unittest/unittest.sh

require_valgrind 3.10
require_fs_type pmem
require_test_type short
require_test_type medium
configure_valgrind helgrind force-enable

setup

if test -f "rm $DIR/testfile.TEST8"; then
Expand Down
2 changes: 1 addition & 1 deletion src/test/obj_pmalloc_mt/err8.log.match
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{obj_pmalloc_mt.c:67 realloc_worker} obj_pmalloc_mt/TEST8: Error: assertion failure: ret (0xffffffffffffffff) == 0 (0x0)
{obj_pmalloc_mt.c:52 alloc_worker} obj_pmalloc_mt/TEST8: Error: assertion failure: a->r->offs[a->idx][i] (0x0) != 0 (0x0)

0 comments on commit 23f5555

Please sign in to comment.