| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: Add a test for ctest_memcheck MemorySanitizer | Bill Hoffman | 2014-10-07 | 2 | -0/+44 |
|
|
* | tests: add a test for ctest_memcheck UndefinedBehaviorSanitizer | Ben Boeckel | 2014-10-07 | 2 | -0/+38 |
|
|
* | Tests: Organize CTestTestMemcheck inner test code | Brad King | 2014-10-07 | 1 | -3/+5 |
|
|
* | tests: set sanitizer options properly | Ben Boeckel | 2014-10-06 | 1 | -2/+2 |
|
|
* | tests: fix copy/paste from tsan -> asan comments | Ben Boeckel | 2014-10-06 | 1 | -3/+2 |
|
|
* | Tests: Add generator platform support | Brad King | 2014-09-10 | 1 | -0/+1 |
|
|
* | Handle more than one process with sanitizer errors. | Bill Hoffman | 2014-07-24 | 1 | -0/+7 |
|
|
* | Merge topic 'fix_sanitizer_test_to_work_with_sanitizer' | Brad King | 2014-07-23 | 3 | -2/+10 |
|\ |
|
| * | Fix leak and address sanitizer tests to be able to run with real tools. | Bill Hoffman | 2014-07-22 | 3 | -2/+10 |
|
|
* | | Merge topic 'fix_guard_malloc_forbc' | Brad King | 2014-07-22 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Tests/CTestTestMemcheck: Tolerate malloc guard in BC output | Bill Hoffman | 2014-07-22 | 1 | -1/+1 |
|
|
* | | Merge topic 'encoding-ctest-fixes' | Brad King | 2014-07-18 | 1 | -1/+9 |
|\ \
| |/
|/| |
|
| * | Encoding: Fix a few encoding problems with ctest. | Clinton Stimpson | 2014-07-18 | 1 | -1/+9 |
|
|
* | | ctest_memcheck: Add support for memory and leak sanitizer. | Bill Hoffman | 2014-07-16 | 3 | -4/+126 |
|/ |
|
* | ctest_memcheck: Add support for ThreadSanitizer | Bill Hoffman | 2014-07-09 | 3 | -0/+66 |
|
|
* | CTestTestMemcheck: do not search for compilers | Rolf Eike Beer | 2014-07-01 | 1 | -1/+1 |
|
|
* | Update CDash server URL | Brad King | 2014-06-24 | 1 | -2/+2 |
|
|
* | Tests/CTestTestMemcheck: Help Xcode 2.x create output dirs | Brad King | 2014-03-26 | 2 | -14/+21 |
|
|
* | Tests: Prevent unnecessary rebuilds in CTestTestMemcheck | David Cole | 2014-03-20 | 1 | -1/+6 |
|
|
* | Tests: Drop CMAKE_TEST_GENERATOR(|_TOOLSET) variables | Brad King | 2014-03-03 | 1 | -2/+2 |
|
|
* | Tests: allow valgrind test to pass with symlinked build dir | Nils Gladitz | 2013-12-14 | 1 | -1/+9 |
|
|
* | CTestTestMemcheck: Fix matching of malloc debug messages | Brad King | 2013-09-13 | 1 | -1/+1 |
|
|
* | CTestTestMemcheck: Tolerate trailing "==..." lines from valgrind | Brad King | 2013-08-16 | 1 | -1/+2 |
|
|
* | CTestTestMemcheck: Refactor output expectation regex generation | Brad King | 2013-08-16 | 1 | -10/+26 |
|
|
* | CTest: create one output file per memcheck (#14303) | Rolf Eike Beer | 2013-08-07 | 2 | -13/+16 |
|
|
* | Revert "CTest: fix pre and post test commands with spaces" (#13887) | Rolf Eike Beer | 2013-07-27 | 1 | -1/+5 |
|
|
* | Merge branch 'master' into escape-regex-specials-in-path | Rolf Eike Beer | 2013-06-03 | 34 | -369/+199 |
|\ |
|
| * | Merge topic 'Memchecker-Mac-fix' | Brad King | 2013-05-24 | 1 | -1/+1 |
| |\ |
|
| | * | Tests: ignore GuardMalloc messages on all Apple build, not just XCode ones | Rolf Eike Beer | 2013-05-23 | 1 | -1/+1 |
|
|
| * | | Tests: fix build of dummy memtester on AIX | Rolf Eike Beer | 2013-05-21 | 1 | -1/+1 |
| |/ |
|
| * | Tests: ignore Guard Malloc messages in MemChecker tests | Rolf Eike Beer | 2013-05-14 | 1 | -1/+7 |
|
|
| * | Tests: add a test with custom options passed to valgrind | Rolf Eike Beer | 2013-05-09 | 2 | -0/+15 |
|
|
| * | Tests: add test for non-existent Valgrind suppression file | Rolf Eike Beer | 2013-05-09 | 1 | -1/+7 |
|
|
| * | Tests: verify that memory checker output files are always present | Rolf Eike Beer | 2013-05-09 | 2 | -1/+43 |
|
|
| * | Tests: remove code duplication in CTestTestMemCheck tests | Rolf Eike Beer | 2013-05-09 | 29 | -319/+55 |
|
|
| * | CTest: remove unreachable code and CTestTestMemcheckUnknown test | Rolf Eike Beer | 2013-05-09 | 4 | -36/+3 |
|
|
| * | Tests: create output files for all memory checkers | Rolf Eike Beer | 2013-05-09 | 2 | -14/+72 |
|
|
* | | Fix test failures caused by regexp-sensitive characters in the build paths | Modestas Vainius | 2013-06-03 | 1 | -4/+6 |
|/ |
|
* | Tests: Add generator toolset support | Brad King | 2013-02-07 | 10 | -0/+10 |
|
|
* | CTest: add a check with a quoted memory checker | Rolf Eike Beer | 2012-10-04 | 4 | -4/+39 |
|
|
* | CTest: add a test for CTEST_CUSTOM_MEMCHECK_IGNORE | Rolf Eike Beer | 2012-10-04 | 4 | -1/+45 |
|
|
* | CTest: add tests that simulate memcheck runs | Rolf Eike Beer | 2012-10-04 | 25 | -0/+354 |
|
|