Skip to content

Commit

Permalink
Merge pull request #5662 from grom72/test-fix-5592
Browse files Browse the repository at this point in the history
test: disable TEST11,32 until #5592 fixed
  • Loading branch information
janekmi committed May 19, 2023
2 parents d127b14 + 90ef249 commit e5673a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 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 @@ -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 e5673a7

Please sign in to comment.