Commit 4f11eb76 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:4814] don't run valgrind on tests that crash

git-svn-id: file:///svn/toku/tokudb@43192 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0359fdd3
...@@ -45,6 +45,19 @@ list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE ...@@ -45,6 +45,19 @@ list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE
try-leak-uninit try-leak-uninit
) )
## tests that are supposed to crash will generate memcheck failures
set(tests_that_should_fail
try-assert0
try-assert-zero
test-assertA
test-assertB
test_truncate_txn_abort.tdb
test_db_no_env.tdb
recover-missing-dbfile.abortrecover
recover-missing-dbfile-2.abortrecover
)
list(APPEND CTEST_CUSTOM_MEMCHECK_IGNORE ${tests_that_should_fail})
## don't run drd stress tests with valgrind either (because that would do valgrind twice) ## don't run drd stress tests with valgrind either (because that would do valgrind twice)
set(stress_tests set(stress_tests
test_stress1.tdb test_stress1.tdb
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment