mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
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:
parent
c94d4395a7
commit
f61eeb6b74
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue