Skip to content

Commit

Permalink
Merge pull request #5669 from grom72/test-fix-5638
Browse files Browse the repository at this point in the history
test: disable ex_libpmem2/TEST6 for 'helgrind' until #5638 is fixed
  • Loading branch information
janekmi committed May 22, 2023
2 parents 4029e8b + 72c2b5e commit edf74c7
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 edf74c7

Please sign in to comment.