Skip to content

Commit

Permalink
Merge pull request #5664 from osalyk/ex_libpmem2_6
Browse files Browse the repository at this point in the history
test: disable ex_libpmem2 TEST6 until #5638 and #5593 are fixed
  • Loading branch information
janekmi authored May 19, 2023
2 parents 7f08703 + a2b42e7 commit be370fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/test/ex_libpmem2/TESTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ class TEST501(EX_LIBPMEM2_TEST5): # to be removed when fixed


@t.windows_exclude
# XXX disable the test for `memcheck'
# until https://github.com/pmem/pmdk/issues/5638 is fixed.
@t.require_valgrind_disabled('memcheck')
# XXX disable the test for `drd'
# until https://github.com/pmem/pmdk/issues/5593 is fixed.
@t.require_valgrind_disabled('drd')
# This test case would require two VALGRIND_SET_CLEAN() calls
# to be added to the "src/examples/libpmem2/ringbuf/ringbuf.c"
# example (see https://github.com/pmem/pmdk/pull/5604)
Expand Down

0 comments on commit be370fc

Please sign in to comment.