summaryrefslogtreecommitdiffstats
path: root/base/tools_sanity_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* gcc 4.6 warnings cleanuppph34r@gmail.com2011-09-301-0/+1
* mac: Try to fix valgrind sanity tests 14 and 15.thakis@chromium.org2011-09-181-1/+4
* Prevent clang from optimizing away 2 variables.thakis@chromium.org2011-09-181-2/+4
* Add more ThreadSanitizer sanity teststimurrrr@chromium.org2011-05-101-32/+83
* Re-enable positive OOB write tests under Dr. Memory and add the suppression f...timurrrr@chromium.org2011-02-221-8/+0
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-1/+5
* Fix Valgrind unittests by forcing illegal memory accesses to happen unconditi...pkasting@chromium.org2010-10-181-2/+4
* ** Think this may have caused TabSwitchingTest to fail, as it is parsing log ...tim@chromium.org2010-10-181-3/+3
* Convert LOG(INFO) to VLOG(1) - base/.pkasting@chromium.org2010-10-181-3/+3
* Copied Evan's http://codereview.chromium.org/3691007 (base_unittests: moveglider@chromium.org2010-10-141-8/+8
* Update Dr. Memory suppressions, gtest_filters and also skip oob-write sanity ...timurrrr@chromium.org2010-10-011-0/+8
* Quick-fix the compliation error on Windowstimurrrr@chromium.org2010-09-231-1/+1
* Add two tests for uninit reads to ToolsSanityTeststimurrrr@chromium.org2010-09-231-0/+9
* Revert debugging printf()s occasionally landed in r50350glider@chromium.org2010-06-211-1/+0
* Make the memory waterfall green -- more suppressions for bug 19775.glider@chromium.org2010-06-211-1/+1
* Reverted an occasional change to ToolsSanityTests brought by r49524glider@chromium.org2010-06-111-1/+1
* Suppress another leak from bug 46343.glider@chromium.org2010-06-111-1/+1
* Update dynamic annotations and move them to base/third_partytimurrrr@chromium.org2010-05-141-1/+1
* Implement more sanity tests for Memcheck/Valgrindtimurrrr@chromium.org2010-03-261-1/+67
* Add sleep into data race sanity test since it fails on TSan x64 FYI bot (too ...timurrrr@chromium.org2010-03-051-1/+5
* Added the ToolsSanityTest test case to base_unittests.glider@chromium.org2009-12-171-0/+50