Browse Source

refs #5351 fix up ctestcustom

git-svn-id: file:///svn/toku/tokudb@48728 c7de825b-a66e-492c-adef-691d508d4ae1
pull/73/head
Leif Walsh 13 years ago
committed by Yoni Fogel
parent
commit
d96e824e96
  1. 6
      CTestCustom.cmake

6
CTestCustom.cmake

@ -7,8 +7,9 @@ list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
ft/ft_loader-test-extractor-1
ft/ft_loader-test-extractor-2
ft/ft_loader-test-extractor-3
ft/helgrind_test_partitioned_counter
ft/upgrade_test_simple
portability/helgrind_test-circular-buffer
portability/helgrind_test_partitioned_counter
portability/try-leak-lost
portability/try-leak-reachable
portability/try-leak-uninit
@ -51,7 +52,8 @@ list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
if (NOT @RUN_HELGRIND_TESTS@)
list(APPEND CTEST_CUSTOM_TESTS_IGNORE
ft/helgrind_test_partitioned_counter
portability/helgrind_test-circular-buffer
portability/helgrind_test_partitioned_counter
ydb/helgrind_helgrind1.tdb
ydb/helgrind_helgrind2.tdb
ydb/helgrind_helgrind3.tdb

Loading…
Cancel
Save