mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
Merge topic 'ctest-memcheck-sanitizers'
e0e75a72Help: Add notes for topic 'ctest-memcheck-sanitizers'7345a1f7tests: Add a test for ctest_memcheck MemorySanitizer0c6330dactest_memcheck: Add support for MemorySanitizer msan9ba8bf12tests: add a test for ctest_memcheck UndefinedBehaviorSanitizer816c100actest_memcheck: Add support for UndefinedBehaviorSanitizer ubsanb67ef537ctest_memcheck: Order sanitizer type code consistentlyf48a2968Tests: Organize CTestTestMemcheck inner test code
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
ctest-memcheck-sanitizers
|
||||
-------------------------
|
||||
|
||||
* The :command:`ctest_memcheck` command learned to support sanitizer
|
||||
modes, including ``AddressSanitizer``, ``MemorySanitizer``,
|
||||
``ThreadSanitizer``, and ``UndefinedBehaviorSanitizer``.
|
||||
Options may be set using the new
|
||||
:variable:`CTEST_MEMORYCHECK_SANITIZER_OPTIONS` variable.
|
||||
@@ -1,5 +0,0 @@
|
||||
thread-sanitizer
|
||||
----------------
|
||||
|
||||
* The :command:`ctest_memcheck` command learned to support
|
||||
``ThreadSanitizer``.
|
||||
@@ -4,4 +4,4 @@ CTEST_MEMORYCHECK_TYPE
|
||||
Specify the CTest ``MemoryCheckType`` setting
|
||||
in a :manual:`ctest(1)` dashboard client script.
|
||||
Valid values are Valgrind, Purify, BoundsChecker, and ThreadSanitizer,
|
||||
and AddressSanitizer.
|
||||
AddressSanitizer, MemorySanitizer, and UndefinedBehaviorSanitizer.
|
||||
|
||||
Reference in New Issue
Block a user