| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix an ADDRESS_SANITIZER guard so that it works with SyzyASAN. | chrisha@chromium.org | 2014-03-28 | 1 | -3/+3 |
* | Use SYZYASAN instead of ADDRESS_SANITIZER. | chrisha@google.com | 2014-03-27 | 1 | -4/+4 |
* | Update base/tools_sanity_unittest.cc to cover MSan. | earthdok@chromium.org | 2014-01-16 | 1 | -3/+12 |
* | Make gtest always use simple internal regex engine. | mithro@mithis.com | 2013-12-18 | 1 | -4/+5 |
* | Revert 239423 since it breaks base_unittests in linux, cros, mac valgrind bots. | sadrul@chromium.org | 2013-12-10 | 1 | -16/+4 |
* | Make gtest always use simple internal regex engine. | mithro@mithis.com | 2013-12-09 | 1 | -4/+16 |
* | Use a direct include of the message_loop header in base/. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Fix ToolsSanityTest.DataRace under TSan v1 by allocating the shared variable ... | glider@chromium.org | 2013-03-23 | 1 | -3/+4 |
* | Disable ToolsSanityTest.ArrayDeletedWithoutBraces and ToolsSanityTest.SingleE... | glider@chromium.org | 2013-01-29 | 1 | -3/+12 |
* | Fix for the tools sanity unittest when ADDRESS_SANITIZER is defined on Windows. | sebmarchand@chromium.org | 2013-01-14 | 1 | -2/+3 |
* | Do not use EXPECT_DEATH with ASan on iOS. | glider@chromium.org | 2012-10-24 | 1 | -8/+27 |
* | Tweak Memcheck sanity tests to avoid duplicate reports. | eugenis@google.com | 2012-05-16 | 1 | -2/+2 |
* | Add virtual and OVERRIDE to base/ implementation files | rsleevi@chromium.org | 2012-04-06 | 1 | -7/+7 |
* | Change code in base (primarily unit tests) to use Sleep(TimeDelta). | tedvessenes@gmail.com | 2011-12-31 | 1 | -3/+3 |
* | More sanity unittests to make sure AddressSanitizer is instrumenting the code. | glider@chromium.org | 2011-11-08 | 1 | -1/+26 |
* | Prevent clang from optimizing away a variable. | thakis@chromium.org | 2011-11-01 | 1 | -1/+2 |
* | Add a sanity test that crashes under ASan. This should be used to check that ... | glider@chromium.org | 2011-10-12 | 1 | -0/+8 |
* | Actually run the sanity tests under AddressSanitizer. | glider@chromium.org | 2011-10-05 | 1 | -15/+33 |
* | gcc 4.6 warnings cleanup | pph34r@gmail.com | 2011-09-30 | 1 | -0/+1 |
* | mac: Try to fix valgrind sanity tests 14 and 15. | thakis@chromium.org | 2011-09-18 | 1 | -1/+4 |
* | Prevent clang from optimizing away 2 variables. | thakis@chromium.org | 2011-09-18 | 1 | -2/+4 |
* | Add more ThreadSanitizer sanity tests | timurrrr@chromium.org | 2011-05-10 | 1 | -32/+83 |
* | Re-enable positive OOB write tests under Dr. Memory and add the suppression f... | timurrrr@chromium.org | 2011-02-22 | 1 | -8/+0 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -1/+5 |
* | Fix Valgrind unittests by forcing illegal memory accesses to happen unconditi... | pkasting@chromium.org | 2010-10-18 | 1 | -2/+4 |
* | ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ... | tim@chromium.org | 2010-10-18 | 1 | -3/+3 |
* | Convert LOG(INFO) to VLOG(1) - base/. | pkasting@chromium.org | 2010-10-18 | 1 | -3/+3 |
* | Copied Evan's http://codereview.chromium.org/3691007 (base_unittests: move | glider@chromium.org | 2010-10-14 | 1 | -8/+8 |
* | Update Dr. Memory suppressions, gtest_filters and also skip oob-write sanity ... | timurrrr@chromium.org | 2010-10-01 | 1 | -0/+8 |
* | Quick-fix the compliation error on Windows | timurrrr@chromium.org | 2010-09-23 | 1 | -1/+1 |
* | Add two tests for uninit reads to ToolsSanityTests | timurrrr@chromium.org | 2010-09-23 | 1 | -0/+9 |
* | Revert debugging printf()s occasionally landed in r50350 | glider@chromium.org | 2010-06-21 | 1 | -1/+0 |
* | Make the memory waterfall green -- more suppressions for bug 19775. | glider@chromium.org | 2010-06-21 | 1 | -1/+1 |
* | Reverted an occasional change to ToolsSanityTests brought by r49524 | glider@chromium.org | 2010-06-11 | 1 | -1/+1 |
* | Suppress another leak from bug 46343. | glider@chromium.org | 2010-06-11 | 1 | -1/+1 |
* | Update dynamic annotations and move them to base/third_party | timurrrr@chromium.org | 2010-05-14 | 1 | -1/+1 |
* | Implement more sanity tests for Memcheck/Valgrind | timurrrr@chromium.org | 2010-03-26 | 1 | -1/+67 |
* | Add sleep into data race sanity test since it fails on TSan x64 FYI bot (too ... | timurrrr@chromium.org | 2010-03-05 | 1 | -1/+5 |
* | Added the ToolsSanityTest test case to base_unittests. | glider@chromium.org | 2009-12-17 | 1 | -0/+50 |