summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Suppress bug 46343glider@chromium.org2010-06-111-0/+31
| | | | | | | | | BUG=46343 TBR=jam Review URL: http://codereview.chromium.org/2754013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49522 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r49384 -- "Added 'MAYBE' to the list of possible prefixes to beglider@chromium.org2010-06-111-1/+1
| | | | | | | | | | automatically generated for filtering the tests." TBR=jhawkins Review URL: http://codereview.chromium.org/2781012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49510 0039d316-1c4b-4281-b951-d872f2087c98
* Extend the suppression for bug 46177, suppress bug 46331 and bug 46332.glider@chromium.org2010-06-111-1/+42
| | | | | | | | | BUG=46177,46331,46332 TBR=rsesek Review URL: http://codereview.chromium.org/2777004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49509 0039d316-1c4b-4281-b951-d872f2087c98
* Move the resources used by net-internals into a pak file.tony@chromium.org2010-06-114-3/+16
| | | | | | | | | | We don't use this yet, but the plan is to move everything in the resources directory into here. BUG=42770 Review URL: http://codereview.chromium.org/2667001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49507 0039d316-1c4b-4281-b951-d872f2087c98
* TTF: Re-Re-enable MessageLoopTest.FileDescriptorWatcherOutlivesMessageLoop asjhawkins@chromium.org2010-06-111-1/+1
| | | | | | | | | | | it was inappropriately disabled due to Valgrind errors. BUG=none TEST=none Review URL: http://codereview.chromium.org/2780007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49474 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust xpdual/moz/total_byte_b.chase@chromium.org2010-06-101-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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49425 0039d316-1c4b-4281-b951-d872f2087c98
* Extend the suppression for bug 46250 to overcome namespace name randomization.glider@chromium.org2010-06-101-3/+3
| | | | | | | | | BUG=46250 TBR=willchan Review URL: http://codereview.chromium.org/2768005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49412 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude even more non-essential directories from the release tarball.phajdan.jr@chromium.org2010-06-101-0/+5
| | | | | | | | | | | TBR=nsylvain TEST=none BUG=none Review URL: http://codereview.chromium.org/2719007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49403 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress bug 46250.glider@chromium.org2010-06-101-0/+15
| | | | | | | | | BUG=46250 TBR=willchan Review URL: http://codereview.chromium.org/2753007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49392 0039d316-1c4b-4281-b951-d872f2087c98
* Increase the --ui-test-action-max-timeout valueglider@chromium.org2010-06-101-1/+1
| | | | | | | | | | | (some tests run for 240-250 seconds) TBR=timurrrr BUG=22927 Review URL: http://codereview.chromium.org/2718005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49385 0039d316-1c4b-4281-b951-d872f2087c98
* [GTTF] Added 'MAYBE' to the list of possible prefixes to be automatically ↵glider@chromium.org2010-06-101-1/+1
| | | | | | | | | | | | generated for filtering the tests. TBR=timurrrr Review URL: http://codereview.chromium.org/2751006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49384 0039d316-1c4b-4281-b951-d872f2087c98
* Removes the spellchecker dictionaries from the source tarball.hbono@chromium.org2010-06-101-0/+1
| | | | | | | | | | The spellchecker dictionaries, which are used only for unit tests, consumes lots of space in the source tarball. To reduce the sizeo of a source tarball, this change removes them from the source tarball. BUG=none TEST=See the source tarball does not include "src/third_party/hunspell_dictionaries/*". Review URL: http://codereview.chromium.org/2724001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49368 0039d316-1c4b-4281-b951-d872f2087c98
* Add a suppression for HALCADClientListener::HALCADClientListener().rsesek@chromium.org2010-06-091-0/+26
| | | | | | | | | BUG=46186 TEST=Mac Valgrind UI 3 Review URL: http://codereview.chromium.org/2736002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49313 0039d316-1c4b-4281-b951-d872f2087c98
* Add a category 1 suppression for a leak in FcFontSort().rsesek@chromium.org2010-06-091-0/+12
| | | | | | | | | BUG=46177 TEST=CrOs Valgrind 3 goes green. Review URL: http://codereview.chromium.org/2739004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49297 0039d316-1c4b-4281-b951-d872f2087c98