summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Added heapcheck suppressions for intentional memory leaks in net_unittests.glider@chromium.org2009-12-251-1/+47
| | | | | | | | TBR=timurrrr Review URL: http://codereview.chromium.org/515034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35277 0039d316-1c4b-4281-b951-d872f2087c98
* Backported the HEAP_CHECK_MAX_LEAKS feature from the upstream perftools.glider@chromium.org2009-12-251-0/+1
| | | | | | | | This should allow the heapcheck bot to print all the leaks found. Review URL: http://codereview.chromium.org/522012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35274 0039d316-1c4b-4281-b951-d872f2087c98
* Made pprof executable and set the explicit path to it in the heapcheck runner.glider@chromium.org2009-12-241-0/+3
| | | | | | | TBR=willchan Review URL: http://codereview.chromium.org/515029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35262 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txt to account for recent failures.levin@chromium.org2009-12-221-1/+0
| | | | | | | | | BUG=31026,31028 TEST=layout tests: crash-when-navigating-away-then-back.html and feDisplacementMap-01.svg Review URL: http://codereview.chromium.org/501180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35183 0039d316-1c4b-4281-b951-d872f2087c98
* Fix valgrind mem leak in AppCacheUpdateJobTest and remove suppression.jennb@chromium.org2009-12-221-26/+0
| | | | | | | | | TEST=valgrind test_shell_tests BUG=none Review URL: http://codereview.chromium.org/501175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35179 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a couple valgrind mem leaks in AppCacheUpdateJobTest.jennb@chromium.org2009-12-221-0/+26
| | | | | | | | | TEST=valgrind test_shell_tests BUG=none Review URL: http://codereview.chromium.org/505072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35159 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust valgrind suppression.levin@chromium.org2009-12-221-2/+1
| | | | | | | | | TEST=linux valgrind ui tests. BUG=22932 Review URL: http://codereview.chromium.org/501173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35158 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the order in which the suppression reader reads the suppression'sglider@chromium.org2009-12-221-3/+3
| | | | | | | | | | | description and type. Due to this bug the bot printed "Heapcheck:Leak" instead of the suppressions' types. TBR=timurrrr Review URL: http://codereview.chromium.org/503084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35148 0039d316-1c4b-4281-b951-d872f2087c98
* Add initial suppressions for the heapchecker bot.glider@chromium.org2009-12-221-0/+39
| | | | | | | | | | base_unittests should go green. Review URL: http://codereview.chromium.org/505069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35146 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress NetworkChangeNotifierMac's destructor race.willchan@chromium.org2009-12-221-0/+6
| | | | | | | | BUG=30960 Review URL: http://codereview.chromium.org/508013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35127 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a Mac Valgrind/Memcheck suppression to include ↵rsesek@chromium.org2009-12-221-3/+1
| | | | | | | | | | | SecKeychainSearchCreateFromAttributes. BUG=20459 TEST=Mac Memcheck. Review URL: http://codereview.chromium.org/507063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35120 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: add another suppression for FlipFramer::DecompressFrame; again ↵viettrungluu@chromium.org2009-12-201-0/+14
| | | | | | | | | | | | probably just too-smart zlib. BUG=30667 TEST=green (Linux) valgrind TBR=hamaji@chromium.org Review URL: http://codereview.chromium.org/503069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35068 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: add suppression for occasional ui valgrind failure.viettrungluu@chromium.org2009-12-201-0/+22
| | | | | | | | | | | | | | See, e.g., failure here: <http://build.chromium.org/buildbot/waterfall/builders/Linux%20Tests%20(valgrind)(3)/builds/2168/steps/valgrind%20test%3A%20ui/logs/stdio> BUG=30870 TEST=green (Linux) valgrind TBR=slightlyoff@chromium.org, viettrungluu@chromium.org Review URL: http://codereview.chromium.org/501145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35067 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: widen/add valgrind suppression for possible problem in ↵viettrungluu@chromium.org2009-12-201-2/+17
| | | | | | | | | | | | | | FlipFramer::DecompressFrame. Probably it's just that zlib is smarter than us though. BUG=30667 TEST=Linux valgrind test: net TBR=hamaji@chromium.org Review URL: http://codereview.chromium.org/505059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35066 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing busted syntax.slightlyoff@chromium.org2009-12-191-7/+0
| | | | | | | | | TBR=mbelshe BUG=None TeST=None git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35035 0039d316-1c4b-4281-b951-d872f2087c98
* A more specific version of the existing zlib supression.slightlyoff@chromium.org2009-12-191-0/+8
| | | | | | | | | | BUG=None TBR=mbelshe TEST=None Review URL: http://codereview.chromium.org/504069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35033 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Add a sqlite suppression for a known leak.thestig@chromium.org2009-12-191-0/+9
| | | | | | | | | TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/505054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35027 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Suppress net_unittests errors. Some of them only show up ↵thestig@chromium.org2009-12-191-1/+33
| | | | | | | | | | | intermittently / are not reproducible locally. TBR=dank BUG=none TEST=net_unittests goes green! Review URL: http://codereview.chromium.org/504066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35018 0039d316-1c4b-4281-b951-d872f2087c98
* supress valgrind complaints about zlib conditional jump performance ↵slightlyoff@chromium.org2009-12-181-0/+9
| | | | | | | | | | | | | | optimization. See: http://www.zlib.net/zlib_faq.html#faq36 BUG=None TBR=mbelshe TEST=None Review URL: http://codereview.chromium.org/503057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34979 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak on ExtensionMessageBundle.cira@chromium.org2009-12-182-15/+0
| | | | | | | | | | Revert valgrind suppresion. BUG=30762 Review URL: http://codereview.chromium.org/501115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34968 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Disabled https/ssl tests while I investigate.thestig@chromium.org2009-12-181-0/+8
| | | | | | | | | TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/501111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34967 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed the tcmalloc patch for Valgrind.glider@chromium.org2009-12-182-18/+39
| | | | | | | | | Now Valgrind is able to intercept bash and Python allocation functions. This prevents ui_tests from crashing because of mismatched malloc/sh_malloc/free/sh_free calls inside Bash. Review URL: http://codereview.chromium.org/502029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34943 0039d316-1c4b-4281-b951-d872f2087c98
* Add valgrind suppressions for ExtensionMessageBundle::Create leak.thestig@chromium.org2009-12-182-0/+15
| | | | | | | | | TBR=cira BUG=30762 TEST=Valgrind unit tests go green. Review URL: http://codereview.chromium.org/502070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34939 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Mark StatsTableTest.StatsCounterTimer test as flaky.thestig@chromium.org2009-12-181-0/+1
| | | | | | | | | TBR=dank BUG=none TEST=wine_valgrind base_unittests turn green. Review URL: http://codereview.chromium.org/502069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34927 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Disable base_unittests test cases that fail under Valgrind.thestig@chromium.org2009-12-171-0/+7
| | | | | | | | | TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/500111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34878 0039d316-1c4b-4281-b951-d872f2087c98
* Increase an intl2 perf expectation's variance.chase@chromium.org2009-12-171-1/+1
| | | | | | | | | BUG=none TEST=xp dual core intl2 perf test stays green Review URL: http://codereview.chromium.org/500103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34861 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress new Linux valgrind warningsstuartmorgan@chromium.org2009-12-171-0/+25
| | | | | | | | | BUG=30703,30704 TEST=Linux valgrind bots Review URL: http://codereview.chromium.org/500101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34843 0039d316-1c4b-4281-b951-d872f2087c98
* First batch of unit tests for mac Page Actions.pamg@google.com2009-12-171-12/+0
| | | | | | | | | | Fix leak of page_action_views_ in LocationBarViewMac. TEST=covered by unit tests and valgrind UI tests BUG=30448, 12281 Review URL: http://codereview.chromium.org/506046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34842 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed the suppression for ToolsSanityTest.MemoryLeak.glider@chromium.org2009-12-171-1/+1
| | | | | | | TBR=timurrrr,dank Review URL: http://codereview.chromium.org/505035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34827 0039d316-1c4b-4281-b951-d872f2087c98
* Added the ToolsSanityTest test case to base_unittests.glider@chromium.org2009-12-172-1/+12
| | | | | | | | | | | | | | | | 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
* wine_valgrind: Widen a Wine suppression and add a new one for a secur32 leak.thestig@chromium.org2009-12-171-1/+7
| | | | | | | | | TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/506049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34819 0039d316-1c4b-4281-b951-d872f2087c98
* Memory leak in FlipFramer::DecompressFramehamaji@chromium.org2009-12-171-0/+14
| | | | | | | | | TEST=none BUG=30667 Review URL: http://codereview.chromium.org/506051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34817 0039d316-1c4b-4281-b951-d872f2087c98
* Current status:jrg@chromium.org2009-12-171-3/+10
| | | | | | | | | | | http://build.chromium.org/buildbot/waterfall.fyi/builders/XP%20Coverage%20%28dbg%29/builds/234/steps/compile/logs/stdio Compiles look fine, and processing looks fine, but when running the test the binary isn't found? Add more logging info to get better data. Review URL: http://codereview.chromium.org/504037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34800 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a valgrind suppressionstuartmorgan@chromium.org2009-12-171-0/+1
| | | | | | | | | | | TBR=thestig BUG=29069 TEST=Linux valgrind bots Review URL: http://codereview.chromium.org/503036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34797 0039d316-1c4b-4281-b951-d872f2087c98
* Update perf expectations for win dhtml tests.chase@chromium.org2009-12-171-2/+2
| | | | | | | | | | | | | | | r33949 introduced a speedup in the win dual core dhtml perf test and a handful of regressions in the win single core perf tests. Now that r33949 is reverted (see r34793), update perf expectations to match pre-33949 dual core dhtml perf test results. BUG=29589 TEST=win dual core dhtml perf tests are green Review URL: http://codereview.chromium.org/502044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34795 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress Mac valgrind failures from newly-enabled plugin testsstuartmorgan@chromium.org2009-12-171-0/+27
| | | | | | | | | BUG=30632,30633 TEST=Mac valgrind bots Review URL: http://codereview.chromium.org/503035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34788 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Suppress a couple more leaks.thestig@chromium.org2009-12-161-0/+17
| | | | | | | | | TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/506043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34766 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Suppress hunspell and libxcursor errors.thestig@chromium.org2009-12-162-1/+15
| | | | | | | | | TBR=dank BUG=30614 TEST=none Review URL: http://codereview.chromium.org/501061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34764 0039d316-1c4b-4281-b951-d872f2087c98
* Don't instrument tcmalloc under ThreadSanitizertimurrrr@chromium.org2009-12-161-0/+3
| | | | | | | | | | | There are a few false positives inside TCMalloc and it is almost useless to race-test it inside Chromium. BUG=28765 TBR=dank Review URL: http://codereview.chromium.org/500038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34752 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Add suppressions for bugs dank filed.thestig@chromium.org2009-12-161-0/+16
| | | | | | | | | TBR=dank BUG=30547,30584 TEST=none Review URL: http://codereview.chromium.org/506040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34748 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Fix startup perf expectations for Linux."chase@chromium.org2009-12-161-2/+2
| | | | | | | | | | | | tcmalloc was disabled on Linux in r34632. Update perf expectations to match. BUG=none TEST=linux startup perf test is green Review URL: http://codereview.chromium.org/501060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34739 0039d316-1c4b-4281-b951-d872f2087c98
* Supress bug 30582timurrrr@chromium.org2009-12-161-0/+7
| | | | | | | | | | | | This has started firing on TSan bot recently: http://build.chromium.org/buildbot/waterfall/builders/Linux%20Tests%20(tsan)/builds/1540/steps/valgrind%20test:%20unit/logs/stdio TBR=dank TEST=TSAN unit should become green BUG=30582 Review URL: http://codereview.chromium.org/487022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34724 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Add suppressions for some common valgrind errors.thestig@chromium.org2009-12-161-0/+27
| | | | | | | | | TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/500050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34669 0039d316-1c4b-4281-b951-d872f2087c98
* Check log file for errors.dkegel@google.com2009-12-151-7/+25
| | | | | | | | | | Force locale to C to avoid having to grep for localized error messages (from e.g. alarm). BUG=none TEST=watch bot go red Review URL: http://codereview.chromium.org/502015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34615 0039d316-1c4b-4281-b951-d872f2087c98
* Absolutify suppression directories so they survive the cd.dkegel@google.com2009-12-151-1/+2
| | | | | | | | | | | | Use the 'right' version of valgrind. Later, once we have our patches in, we need to implement the searching code from ../valgrind/valgrind.sh. BUG=none TEST=wine bot actually runs valgrind on unit_tests Review URL: http://codereview.chromium.org/507011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34577 0039d316-1c4b-4281-b951-d872f2087c98
* Change defaults to match bot.dkegel@google.com2009-12-151-2/+2
| | | | | | | | | | | | | Fixes problems when bot is run without setting WINE, WINESERVER, and WINEPREFIX. Note: can't put WINEPREFIX in /tmp because the bot does not own that directory, and wine refuses to use it? TBR=thestig BUG=none Review URL: http://codereview.chromium.org/501022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34573 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Suppress some leaks that seem to be tcmalloc related."tony@chromium.org2009-12-151-33/+0
| | | | | | | | | | | | This reverts commit r34525 since the valgrind problems were due to the binary. BUG=30436 TBR=willchan Review URL: http://codereview.chromium.org/507009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34569 0039d316-1c4b-4281-b951-d872f2087c98
* Removed the wildcards for the bug_30110 suppression to obey the Valgrindglider@chromium.org2009-12-151-2/+2
| | | | | | | | | | suppressions guidelines. BUG=30110 TBR=dank,timurrrr Review URL: http://codereview.chromium.org/500022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34549 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressed a benign leak in TCMallocGuard. Will probably fix this in the nextglider@chromium.org2009-12-151-0/+6
| | | | | | | | | | | release of perftools. BUG=30110 TBR=timurrrr,dank Review URL: http://codereview.chromium.org/492019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34548 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Add test script and suppression files for Valgrinding win32 ↵thestig@chromium.org2009-12-153-0/+1582
| | | | | | | | | | | | | executables in Wine on Linux. These files are from winezeug.googlecode.com @ r884. TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/500012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34538 0039d316-1c4b-4281-b951-d872f2087c98