Skip to content

Commit

Permalink
test: disable pmem2_vm_reservation TEST11,32 until pmem#5592 fixed
Browse files Browse the repository at this point in the history
Disable pmem2_vm_reservation 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 90ef249
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/test/pmem2_vm_reservation/TESTS.py
@@ -1,6 +1,6 @@
#!../env.py
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2020-2021, Intel Corporation
# Copyright 2020-2023, Intel Corporation
#

import os
Expand Down Expand Up @@ -140,6 +140,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 +296,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 90ef249

Please sign in to comment.