We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe472f commit b75c196Copy full SHA for b75c196
test/test_valgrind.sh
@@ -83,9 +83,6 @@ for test in $(ls -1 umf_test-*); do
83
# skip tests incompatible with valgrind
84
FILTER=""
85
case $test in
86
- umf_test-disjointPool) # TODO: temporarily skip failing disjointPool tests - fix it
87
- FILTER='--gtest_filter="-*pow2AlignedAlloc"'
88
- ;;
89
umf_test-memspace_host_all)
90
FILTER='--gtest_filter="-*allocsSpreadAcrossAllNumaNodes"'
91
;;
0 commit comments