Skip to content

Commit b75c196

Browse files
committed
Revert "Temporarily skip disjointPool tests failing under valgrind"
This reverts commit 2648539. Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 9fe472f commit b75c196

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test_valgrind.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ for test in $(ls -1 umf_test-*); do
8383
# skip tests incompatible with valgrind
8484
FILTER=""
8585
case $test in
86-
umf_test-disjointPool) # TODO: temporarily skip failing disjointPool tests - fix it
87-
FILTER='--gtest_filter="-*pow2AlignedAlloc"'
88-
;;
8986
umf_test-memspace_host_all)
9087
FILTER='--gtest_filter="-*allocsSpreadAcrossAllNumaNodes"'
9188
;;

0 commit comments

Comments
 (0)