summaryrefslogtreecommitdiffstats
path: root/base/tools_sanity_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Added the ToolsSanityTest test case to base_unittests.glider@chromium.org2009-12-171-0/+50
tools_sanity_test.cc contains positive tests for tools used on the buildbots. ToolsSanityTest.MemoryLeak contains an memory leak reportable by Memcheck and heap leak checker. ToolsSanityTest.DataRace contains a data race reportable by ThreadSanitizer. The corresponding suppressions are in tools/valgrind/{memcheck,tsan}/suppressions.txt The idea is to check the tools' reports for their presence when testing base_unittests. Review URL: http://codereview.chromium.org/491044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34826 0039d316-1c4b-4281-b951-d872f2087c98