Skip to content

Commit 2648539

Browse files
committed
Temporarily skip disjointPool tests failing under valgrind
Temporarily skip disjointPool tests failing under valgrind: - pow2AlignedAlloc - multiThreadedpow2AlignedAlloc Ref: #338 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent 10f383d commit 2648539

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_valgrind.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ for test in $(ls -1 ./umf_test-*); do
8282

8383
# skip tests incompatible with valgrind
8484
case $test in
85+
./umf_test-disjointPool) # TODO: temporarily skip failing disjointPool tests - fix it
86+
FILTER='--gtest_filter="-*pow2AlignedAlloc:*multiThreadedpow2AlignedAlloc"'
87+
;;
8588
./umf_test-memspace_host_all)
8689
FILTER='--gtest_filter="-*allocsSpreadAcrossAllNumaNodes"'
8790
;;

0 commit comments

Comments
 (0)