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 ce79bca
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/test/pmem2_vm_reservation/TESTS.py
Original file line number Diff line number Diff line change
@@ -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 @@ -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 ce79bca

Please sign in to comment.