From 90ef249294d3a01aeb68d6b2e8cc12bb27e4183c Mon Sep 17 00:00:00 2001 From: Tomasz Gromadzki Date: Fri, 19 May 2023 09:39:47 +0200 Subject: [PATCH] test: disable pmem2_vm_reservation TEST11,32 until #5592 fixed Disable pmem2_vm_reservation TEST11 and TEST32 for Valgrind until #5592 is fixed. Signed-off-by: Tomasz Gromadzki --- src/test/pmem2_vm_reservation/TESTS.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/test/pmem2_vm_reservation/TESTS.py b/src/test/pmem2_vm_reservation/TESTS.py index f95befefdea..2bc4757bae1 100755 --- a/src/test/pmem2_vm_reservation/TESTS.py +++ b/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 @@ -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 @@ -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