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 10f383d commit 2648539Copy full SHA for 2648539
test/test_valgrind.sh
@@ -82,6 +82,9 @@ for test in $(ls -1 ./umf_test-*); do
82
83
# skip tests incompatible with valgrind
84
case $test in
85
+ ./umf_test-disjointPool) # TODO: temporarily skip failing disjointPool tests - fix it
86
+ FILTER='--gtest_filter="-*pow2AlignedAlloc:*multiThreadedpow2AlignedAlloc"'
87
+ ;;
88
./umf_test-memspace_host_all)
89
FILTER='--gtest_filter="-*allocsSpreadAcrossAllNumaNodes"'
90
;;
0 commit comments