Skip to content

Commit

Permalink
test: disable pmem2_integration/TEST[39,41] w/ memcheck
Browse files Browse the repository at this point in the history
Disable pmem2_integration/TEST[39,41] with memcheck
until pmem#5637 is fixed.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed May 22, 2023
1 parent 83975ef commit 7f317c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/test/pmem2_integration/TESTS.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!../env.py
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2019-2021, Intel Corporation
# Copyright 2019-2023, Intel Corporation
#


Expand Down Expand Up @@ -289,6 +289,9 @@ class TEST38(PMEM2_INTEGRATION):
test_case = "test_unaligned_persist"


# XXX disable the test for `memcheck'
# until https://github.com/pmem/pmdk/issues/5637 is fixed.
@t.require_valgrind_disabled('memcheck')
class TEST39(PMEM2_INTEGRATION):
"""compare normal map vs map_from_existing"""
test_case = "test_map_from_existing"
Expand All @@ -300,6 +303,9 @@ class TES40(PMEM2_INTEGRATION):


@t.windows_exclude
# XXX disable the test for `memcheck'
# until https://github.com/pmem/pmdk/issues/5637 is fixed.
@t.require_valgrind_disabled('memcheck')
class TEST41(PMEM2_INTEGRATION_DEV_DAXES):
"""compare normal map vs map_from_existing on devdax"""
test_case = "test_map_from_existing"

0 comments on commit 7f317c7

Please sign in to comment.