summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Update xpdual/moz total_byte_b expectations.chase@chromium.org2010-06-221-1/+1
| | | | | | | | | | | | | | | | | Amit's change in r50386 loads chrome.dll to lower startup time. This causes a corresponding increase in read_byte_b on xpdual/moz (and other perf tests). This means total_byte_b goes up, which caused the step to turn red. Adjusting expectations for this measure will cause xpdual moz to go green again. BUG=44129 TEST=xpdual moz is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/2815022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50535 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress heapchecker leaks.willchan@chromium.org2010-06-221-0/+42
| | | | | | | | BUG=47188 Review URL: http://codereview.chromium.org/2828020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50484 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a second suppression for a leak in IPC::ChannelProxy::Send.robertshield@chromium.org2010-06-221-0/+26
| | | | | | | | | | BUG=32273 TEST=none TBR=avi Review URL: http://codereview.chromium.org/2860013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50457 0039d316-1c4b-4281-b951-d872f2087c98
* Expand valgrind suppressions.willchan@chromium.org2010-06-221-28/+1
| | | | | | | | BUG=19775 Review URL: http://codereview.chromium.org/2858020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50414 0039d316-1c4b-4281-b951-d872f2087c98
* Make the memory waterfall green -- more suppressions for bug 19775.glider@chromium.org2010-06-211-0/+45
| | | | | | | | | BUG=19775 TBR=tim Review URL: http://codereview.chromium.org/2870016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50350 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress two more leaks in ProfileManagerTest::CreateAndUseTwoProfiles (bugglider@chromium.org2010-06-211-1/+46
| | | | | | | | | | | 19775) BUG=19775 TBR=tim Review URL: http://codereview.chromium.org/2829012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50342 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed memleak in JsonHostConfig.sergeyu@chromium.org2010-06-181-21/+0
| | | | | | | | | BUG=46882 TEST=heapcheck on remoting_unittests Review URL: http://codereview.chromium.org/2819013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50270 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the suppressions for the TopSites tests.nshkrob@chromium.org2010-06-182-20/+0
| | | | | | | | | | | The leaks have already been fixed. BUG=44130 TEST=valgrind, heapcheck Review URL: http://codereview.chromium.org/2810007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50263 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress another Spdy leakglider@chromium.org2010-06-181-1/+15
| | | | | | | | | BUG=46886 TBR=ukai Review URL: http://codereview.chromium.org/2845015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50238 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress bug 46886 (Spdy)glider@chromium.org2010-06-181-0/+43
| | | | | | | | | | | | Suppress bug 19775 (ProfileManagerTest) Suppress an invalid read in BookmarkNode (bug 46894) BUG=46886,19775,46894 TBR=nkostylev Review URL: http://codereview.chromium.org/2846015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50237 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress bug 19775.glider@chromium.org2010-06-181-0/+31
| | | | | | | | | TBR=tim BUG=19775 Review URL: http://codereview.chromium.org/2807007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50235 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress bugs 46886 and 46882 (leaks in Spdy and remoting)glider@chromium.org2010-06-181-0/+28
| | | | | | | | | TBR=sergeyu,ukai BUG=46682,46686 Review URL: http://codereview.chromium.org/2857008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50230 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses the leak for Bug 10553.hbono@chromium.org2010-06-181-0/+15
| | | | | | | | | TBR=jhawkins BUG=10553 TEST=make valgrind bots green. Review URL: http://codereview.chromium.org/2855013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50227 0039d316-1c4b-4281-b951-d872f2087c98
* Make locate_valgrind.sh find Valgrind binaries on Snow Leopard.glider@chromium.org2010-06-181-1/+4
| | | | | | | | TBR=timurrrr Review URL: http://codereview.chromium.org/2815014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50225 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a typo in Dr.Memory analyze script; add ASSERT lines to the list of the ↵timurrrr@chromium.org2010-06-171-5/+7
| | | | | | | | | reports TBR=glider Review URL: http://codereview.chromium.org/2869010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50107 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a Memcheck:Cond in ContentSettingsDialogControllerInternal.rsesek@chromium.org2010-06-171-0/+9
| | | | | | | | | BUG=46797 TEST=Mac Valgrind unit_tests goes green. Review URL: http://codereview.chromium.org/2826007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50102 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude even more non-essential directories from the release tarball.phajdan.jr@chromium.org2010-06-171-0/+15
| | | | | | | | | | | | | These are mostly test files. TBR=nsylvain TEST=none BUG=none Review URL: http://codereview.chromium.org/2818012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50098 0039d316-1c4b-4281-b951-d872f2087c98
* Update Dr.Memory analyzer to match the new output format of Dr.M v1.1.0 and ↵timurrrr@chromium.org2010-06-172-1/+28
| | | | | | | | | add some basic suppressions TBR=glider Review URL: http://codereview.chromium.org/2869009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50097 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress more leaks for bug 46678.glider@chromium.org2010-06-171-1/+12
| | | | | | | | | BUG=46678 TBR=garykac Review URL: http://codereview.chromium.org/2813017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50096 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress webcore:v8ExernalStringSlow leaks. This time in the right ↵michaeln@chromium.org2010-06-162-9/+6
| | | | | | | | | | | suppressions.txt file. BUG=46715 TEST=n/a TBR=antonm git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50045 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress webcore:v8ExernalStringSlow leaksmichaeln@chromium.org2010-06-161-0/+9
| | | | | | | | | BUG=46715 TEST=n/a Review URL: http://codereview.chromium.org/2861003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50035 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a pango suppression.skerner@chromium.org2010-06-161-3/+0
| | | | | | | | | TBR=rsesek BUG=46177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50029 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for invalid read in PlatformThread::SetName() on mac.skerner@chromium.org2010-06-161-0/+10
| | | | | | | | | TBR=evan BUG=46708 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50026 0039d316-1c4b-4281-b951-d872f2087c98
* Support OS X in coverity.py. Avoid echoing coverity password to console.bevc@chromium.org2010-06-161-3/+16
| | | | | | Review URL: http://codereview.chromium.org/2829003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49976 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Fix a leak in CookiesWindowControllerTest by giving BrowserTestHelper ↵rsesek@chromium.org2010-06-161-18/+0
| | | | | | | | | | | | | a fake IO thread. Thanks to Randy Smith for tracking this down. BUG=31586 TEST=Valgrind Mac unit_tests stay green. Review URL: http://codereview.chromium.org/2798001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49968 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress bug 46678glider@chromium.org2010-06-161-0/+32
| | | | | | | | | TBR=garykac BUG=46678 Review URL: http://codereview.chromium.org/2860005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49948 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a possible data race in SKIAtimurrrr@chromium.org2010-06-161-0/+9
| | | | | | | | | BUG=46672 TBR=glider TEST=TSan/UI should become green Review URL: http://codereview.chromium.org/2833009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49944 0039d316-1c4b-4281-b951-d872f2087c98
* Add another suppression for bug 46658.glider@chromium.org2010-06-161-1/+36
| | | | | | | | | BUG=46658 TBR=dhollowa Review URL: http://codereview.chromium.org/2846009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49940 0039d316-1c4b-4281-b951-d872f2087c98
* Expand one of the suppressions for bug 46571.glider@chromium.org2010-06-161-1/+2
| | | | | | | | | BUG=46571 TBR=willchan Review URL: http://codereview.chromium.org/2867006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49937 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the stack line regexp to get rid of false matching lines without realglider@chromium.org2010-06-161-1/+1
| | | | | | | | | addresses. TBR=timurrrr Review URL: http://codereview.chromium.org/2853005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49935 0039d316-1c4b-4281-b951-d872f2087c98
* Better error handling for broken heapcheck logs. Needed for buildbot-siideglider@chromium.org2010-06-161-1/+7
| | | | | | | | | | debugging. TBR=timurrrr Review URL: http://codereview.chromium.org/2852009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49933 0039d316-1c4b-4281-b951-d872f2087c98
* Don't wait for dead valgrinds to end their logstimurrrr@chromium.org2010-06-161-2/+18
| | | | | | | BUG=17453,44545 Review URL: http://codereview.chromium.org/2831008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49931 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress bug 46658glider@chromium.org2010-06-161-0/+35
| | | | | | | | | TBR=dhollowa BUG=46658 Review URL: http://codereview.chromium.org/2835005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49930 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the leaks from courgette_unittestsglider@chromium.org2010-06-161-0/+91
| | | | | | | | | BUG=46649 TBR=laforge Review URL: http://codereview.chromium.org/2811009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49922 0039d316-1c4b-4281-b951-d872f2087c98
* Add courgette_unittests to the list of tests runnable under Valgrind andglider@chromium.org2010-06-162-2/+11
| | | | | | | | | | Heapchecker. TBR=timurrrr Review URL: http://codereview.chromium.org/2846008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49919 0039d316-1c4b-4281-b951-d872f2087c98
* Replace --pure-happens-before with --hybrid flag (disabled by default)timurrrr@chromium.org2010-06-161-5/+6
| | | | | | Review URL: http://codereview.chromium.org/2806010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49912 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a data race in media::PipelineImpltimurrrr@chromium.org2010-06-161-0/+12
| | | | | | | | | BUG=46642 TBR=glider TEST=TSan UI should become greener Review URL: http://codereview.chromium.org/2820010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49906 0039d316-1c4b-4281-b951-d872f2087c98
* mark imagediff as chromium code for stricter warnings.thomasvl@chromium.org2010-06-151-1/+4
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2850005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49806 0039d316-1c4b-4281-b951-d872f2087c98
* Add more suppressions for bug 39050, suppress bugs 46571 and 32366glider@chromium.org2010-06-151-1/+145
| | | | | | | | | | | (follow-up for revision 49793) BUG=39050,46571,32366 TBR=willchan Review URL: http://codereview.chromium.org/2806004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49794 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: suppress bugs 46570 and 46569, extend the suppression for bug 46177glider@chromium.org2010-06-151-0/+74
| | | | | | | | | | | Heapcheck: add more suppressions for bug 39050, suppress bugs 46571 and 32366 BUG=46569,46570,46177,39050,46571,32366 TBR=willchan Review URL: http://codereview.chromium.org/2809007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49793 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppressions for bugs 46558 and 46560.glider@chromium.org2010-06-151-4/+37
| | | | | | | | | | | Extend the suppression for bug 43471 TBR=thestig BUG=46558,46560,43471 Review URL: http://codereview.chromium.org/2827007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49775 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49425 - Adjust xpdual/moz/total_byte_b.jochen@chromium.org2010-06-141-1/+1
| | | | | | | | | | | | | | | | | | r49390 caused an increase in total_byte_b. This is an error because there's no listener for cookies in the page cycler yet the data is sent anyway. This should be fixed in a later change, possibly 2 weeks out. BUG=46275 TEST=xpdual moz is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/2742005 TBR=chase@chromium.org Review URL: http://codereview.chromium.org/2822002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49671 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress bugs 46420 and 46421glider@chromium.org2010-06-121-0/+27
| | | | | | | | | TBR=eroman,jhawkins BUG=46420,46421 Review URL: http://codereview.chromium.org/2738012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49627 0039d316-1c4b-4281-b951-d872f2087c98
* Add a tool to check for svn:executable file permissions. People with badly ↵thestig@chromium.org2010-06-111-0/+334
| | | | | | | | | | configured SCM clients accidentally flips this bit on our files all the time. This will help catch the culprits. BUG=none TEST=none Review URL: http://codereview.chromium.org/1929001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49616 0039d316-1c4b-4281-b951-d872f2087c98
* Enable remoting unittests to run on build botshclam@chromium.org2010-06-113-1/+10
| | | | | | | | | | Renamed chromoting.gyp to remoting.gyp. Also enabled remoting_unittests to be executed on the build bots. Review URL: http://codereview.chromium.org/2720007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49609 0039d316-1c4b-4281-b951-d872f2087c98
* Extend the suppressions for fontconfig leaks.glider@chromium.org2010-06-111-0/+4
| | | | | | | | | BUG=16102,18590,8428 TBR=rsesek Review URL: http://codereview.chromium.org/2756011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49573 0039d316-1c4b-4281-b951-d872f2087c98
* Expand the suppression for bug 46343glider@chromium.org2010-06-111-0/+1
| | | | | | | | | BUG=46343 TBR=jam Review URL: http://codereview.chromium.org/2731010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49533 0039d316-1c4b-4281-b951-d872f2087c98
* Update the suppressions for bug 45345 and bug 41231glider@chromium.org2010-06-111-8/+1
| | | | | | | | | BUG=45345,41231 TBR=bradnelson Review URL: http://codereview.chromium.org/2741009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49530 0039d316-1c4b-4281-b951-d872f2087c98
* Expand the suppressions for bugs 16583, 46144, 46162 to match the new callglider@chromium.org2010-06-111-0/+3
| | | | | | | | | | stacks introduced by a Valgrind fix. TBR=phajdan.jr BUG=16583,46144,46162 Review URL: http://codereview.chromium.org/2725014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49528 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress another leak from bug 46343.glider@chromium.org2010-06-111-0/+27
| | | | | | | | | | | Suppress bug 46345 BUG=46345,46343 TBR=jam,darin Review URL: http://codereview.chromium.org/2779017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49524 0039d316-1c4b-4281-b951-d872f2087c98