NO-JIRA: Mark FIXME items as TODO
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/0800c199 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/0800c199 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/0800c199 Branch: refs/heads/go1 Commit: 0800c1995b25a422d371db6bc3809bfe5f9d13b9 Parents: 4acc81e Author: Alan Conway <[email protected]> Authored: Wed Sep 12 21:10:27 2018 -0400 Committer: Alan Conway <[email protected]> Committed: Wed Sep 12 21:11:10 2018 -0400 ---------------------------------------------------------------------- tests/runtime_check.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/0800c199/tests/runtime_check.cmake ---------------------------------------------------------------------- diff --git a/tests/runtime_check.cmake b/tests/runtime_check.cmake index c0b7191..57ae2f5 100644 --- a/tests/runtime_check.cmake +++ b/tests/runtime_check.cmake @@ -85,13 +85,13 @@ if(RUNTIME_CHECK STREQUAL "memcheck") assert_has_valgrind() message(STATUS "Runtime memory checker: valgrind memcheck") set(TEST_EXE_PREFIX "${VALGRIND_EXECUTABLE} --tool=memcheck --leak-check=full ${VALGRIND_COMMON_ARGS}") - # FIXME aconway 2018-09-06: NO TEST_WRAP_PREFIX, need --trace-children + many suppressions + # TODO aconway 2018-09-06: NO TEST_WRAP_PREFIX, need --trace-children + many suppressions elseif(RUNTIME_CHECK STREQUAL "helgrind") assert_has_valgrind() message(STATUS "Runtime race checker: valgrind helgrind") set(TEST_EXE_PREFIX "${VALGRIND_EXECUTABLE} --tool=helgrind ${VALGRIND_COMMON_ARGS}") - # FIXME aconway 2018-09-06: NO TEST_WRAP_PREFIX, need --trace-children + many suppressions + # TODO aconway 2018-09-06: NO TEST_WRAP_PREFIX, need --trace-children + many suppressions elseif(RUNTIME_CHECK STREQUAL "asan") assert_has_sanitizers() --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
