Skip to content

Commit

Permalink
test: disable TEST11/32 until pmem#5592 fixed
Browse files Browse the repository at this point in the history
Disable TEST11 and TEST32 for Valgrind until pmem#5592 is fixed.

Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed May 19, 2023
1 parent 9c975da commit 98c6991
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/test/pmem2_vm_reservation/TESTS.py
Expand Up @@ -139,7 +139,9 @@ class TEST10(PMEM2_VM_RESERVATION):
"""
test_case = "test_vm_reserv_new_region_occupied_map_below"


# XXX disable the test for 'pmemcheck', 'drd', 'helgrind', 'memcheck'
# until https://github.com/pmem/pmdk/issues/5592 is fixed.
@t.require_valgrind_disabled('pmemcheck', 'drd', 'helgrind', 'memcheck')
class TEST11(PMEM2_VM_RESERVATION_DEVDAX):
"""
DevDax create a reservation in the region overlapping lower half of
Expand Down Expand Up @@ -293,6 +295,9 @@ class TEST31(PMEM2_VM_RESERVATION_ASYNC):
ops_per_thread = 1000


# XXX disable the test for 'pmemcheck', 'drd', 'helgrind', 'memcheck'
# until https://github.com/pmem/pmdk/issues/5592 is fixed.
@t.require_valgrind_disabled('pmemcheck', 'drd', 'helgrind', 'memcheck')
class TEST32(PMEM2_VM_RESERVATION_ASYNC_DEVDAX):
"""
DevDax map and unmap asynchronously multiple times to the whole
Expand Down

0 comments on commit 98c6991

Please sign in to comment.