summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-17 12:37:58 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-17 12:37:58 +0000
commit0716cbab63d81f732a9779cb72842cd30c23633a (patch)
treec591430c960d81b9f58e34cde3a58e59cf7ae793 /base/base.gyp
parent6877743b0d10f2597554db43e2041e2b5a6f4d96 (diff)
downloadchromium_src-0716cbab63d81f732a9779cb72842cd30c23633a.zip
chromium_src-0716cbab63d81f732a9779cb72842cd30c23633a.tar.gz
chromium_src-0716cbab63d81f732a9779cb72842cd30c23633a.tar.bz2
Added the ToolsSanityTest test case to base_unittests.
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
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 28cf048..3726622 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -129,6 +129,7 @@
'time_unittest.cc',
'time_win_unittest.cc',
'timer_unittest.cc',
+ 'tools_sanity_unittest.cc',
'tracked_objects_unittest.cc',
'tuple_unittest.cc',
'utf_offset_string_conversions_unittest.cc',