Skip to content

Commit

Permalink
test: disable ex_libpmem2/TEST6 for 'helgrind' until pmem#5638 is fixed
Browse files Browse the repository at this point in the history
Disable ex_libpmem2/TEST6 for 'helgrind'
until the issue pmem#5638 is fixed.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed May 22, 2023
1 parent a4b3c7f commit 72c2b5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/ex_libpmem2/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ class TEST501(EX_LIBPMEM2_TEST5): # to be removed when fixed


@t.windows_exclude
# XXX disable the test for `memcheck'
# XXX disable the test for `memcheck' and 'helgrind'
# until https://github.com/pmem/pmdk/issues/5638 is fixed.
# @t.require_valgrind_disabled('memcheck')
# @t.require_valgrind_disabled('memcheck', 'helgrind')
# XXX disable the test for `drd'
# until https://github.com/pmem/pmdk/issues/5593 is fixed.
# @t.require_valgrind_disabled('drd')
Expand All @@ -114,7 +114,7 @@ class TEST501(EX_LIBPMEM2_TEST5): # to be removed when fixed
# complication), so this test case just should not be run under pmemcheck.
# @t.require_valgrind_disabled('pmemcheck')
# XXX _disabled() can be used only once.
@t.require_valgrind_disabled('memcheck', 'drd', 'pmemcheck')
@t.require_valgrind_disabled('memcheck', 'drd', 'pmemcheck', 'helgrind')
class TEST6(EX_LIBPMEM2):

def run(self, ctx):
Expand Down

0 comments on commit 72c2b5e

Please sign in to comment.