refs #5833 don't run valgrind over helgrind

git-svn-id: file:///svn/toku/tokudb@51468 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Leif Walsh 2013-04-17 00:01:25 -04:00 committed by Yoni Fogel
parent c94d4395a7
commit f61eeb6b74

View file

@ -14,6 +14,7 @@ list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
portability/try-leak-uninit portability/try-leak-uninit
util/helgrind_test_circular_buffer util/helgrind_test_circular_buffer
util/helgrind_test_partitioned_counter util/helgrind_test_partitioned_counter
util/helgrind_test_partitioned_counter_5833
ydb/diskfull.tdb ydb/diskfull.tdb
ydb/drd_test_4015.tdb ydb/drd_test_4015.tdb
ydb/drd_test_groupcommit_count.tdb ydb/drd_test_groupcommit_count.tdb
@ -231,4 +232,4 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
# don't complain about ranlib or libtool on empty archive # don't complain about ranlib or libtool on empty archive
"has no symbols" "has no symbols"
"the table of contents is empty" "the table of contents is empty"
) )