summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make ChromeOS's options dialog wider for it and da.xiyuan@chromium.org2010-06-094-5/+30
| | | | | | | | | | | | - Add "pp_if", "pp_ifdef" support to xtb's <if> expr; - Use that to specify a wider width for options dialog for ChromeOS on it and da; BUG=none TEST=Verify options dialog tab headers are not truncaated on ChromeOS for it and da. Review URL: http://codereview.chromium.org/2655003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49256 0039d316-1c4b-4281-b951-d872f2087c98
* Add 3 new suppressions to get CrOs Valgrind green.rsesek@chromium.org2010-06-091-0/+40
| | | | | | | | | BUG=46161,46162,46163 TEST=CrOs Valgrind goes green. Review URL: http://codereview.chromium.org/2756005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49252 0039d316-1c4b-4281-b951-d872f2087c98
* Add variants for two existing suppressions.rsesek@chromium.org2010-06-091-0/+22
| | | | | | | | | BUG=16089,19371 TEST=none Review URL: http://codereview.chromium.org/2786003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49251 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak in WebKittimurrrr@chromium.org2010-06-091-0/+8
| | | | | | | | BUG=46144 TBR=glider Review URL: http://codereview.chromium.org/2761003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49246 0039d316-1c4b-4281-b951-d872f2087c98
* Extend the suppression for bug 26920.glider@chromium.org2010-06-091-1/+1
| | | | | | | | | TBR=willchan BUG=26920 Review URL: http://codereview.chromium.org/2727004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49245 0039d316-1c4b-4281-b951-d872f2087c98
* [GTTF] Automatically append FLAKY_ and FAILS_ prefixes to gtest_filters.timurrrr@chromium.org2010-06-091-0/+11
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/2765002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49240 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore __CFRunLoopDeallocate under TSan on Macglider@chromium.org2010-06-091-0/+3
| | | | | | | | | BUG=46138 TBR=timurrrr Review URL: http://codereview.chromium.org/2728003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49238 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49166 - Add a Mac suppression for an invalid write in ↵rohitrao@chromium.org2010-06-081-15/+0
| | | | | | | | | | | | | | FindBarBridge::GetFindBarWindowInfo. BUG=46074 TEST=Mac Valgrind (UI)(4) goes green. Review URL: http://codereview.chromium.org/2772001 TBR=rsesek@chromium.org Review URL: http://codereview.chromium.org/2747005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49194 0039d316-1c4b-4281-b951-d872f2087c98
* Update heapchecker suppressions.willchan@chromium.org2010-06-081-0/+1
| | | | | | | | BUG=26920 Review URL: http://codereview.chromium.org/2751002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49191 0039d316-1c4b-4281-b951-d872f2087c98
* Add a Tsan suppression for YUVConvertTest.rsesek@chromium.org2010-06-081-0/+7
| | | | | | | | | BUG=46086 TEST=Mac Tsan goes green. Review URL: http://codereview.chromium.org/2730004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49189 0039d316-1c4b-4281-b951-d872f2087c98
* Add a Mac suppression for an invalid write in ↵rsesek@chromium.org2010-06-081-0/+15
| | | | | | | | | | | FindBarBridge::GetFindBarWindowInfo. BUG=46074 TEST=Mac Valgrind (UI)(4) goes green. Review URL: http://codereview.chromium.org/2772001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49166 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust Mac10.6 intl2 times expectations upwards.chase@chromium.org2010-06-081-1/+1
| | | | | | | | | | BUG=none TEST=mac10.6 intl2 times is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/2714002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49160 0039d316-1c4b-4281-b951-d872f2087c98
* Increase the timeout value for UI tests. Several tests run for 203k+glider@chromium.org2010-06-071-1/+1
| | | | | | | | | milliseconds on Mac OS under Valgrind. TBR=timurrrr Review URL: http://codereview.chromium.org/2627011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49055 0039d316-1c4b-4281-b951-d872f2087c98
* Landing for Pavel Podivilov (podivilov@chromium.org).vitalyr@chromium.org2010-06-075-0/+932
| | | | | | | | | | | | | | Playback benchmark scripts. Original review: http://codereview.chromium.org/1515006/show BUG=none TEST=none TBR=podivilov Review URL: http://codereview.chromium.org/2626002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49041 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore one more function from Windows guts since it occasionally leads to ↵timurrrr@chromium.org2010-06-071-0/+1
| | | | | | | | | false reports TBR=glider Review URL: http://codereview.chromium.org/2645005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49040 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-071-3/+3
| | | | | | | | | | | TODO: Fix the remaining usages in third_party libraries and get rid of the macro in question. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/2657005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49032 0039d316-1c4b-4281-b951-d872f2087c98
* Correct mcov execution cwd so it works from either makefiles (targetjrg@chromium.org2010-06-051-8/+26
| | | | | | | | | | | | | | coverage_run) or from buildbot. Kind of a hack but good enough for now. Make mcov path args into abs paths. Die with non-zero error code if coverage.info file not generated for clearer failure in buildbot. Review URL: http://codereview.chromium.org/2639005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48992 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 48842 - Remove obsolete suppressionerg@google.com2010-06-031-0/+12
| | | | | | | | | | | | | | This suppression is still needed for the chromeos bots. BUG=16583 TEST=Valgrind doesn't cry. Review URL: http://codereview.chromium.org/2371002 TBR=erg@chromium.org Review URL: http://codereview.chromium.org/2568004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48882 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete suppressionerg@chromium.org2010-06-031-12/+0
| | | | | | | | | BUG=16583 TEST=Valgrind doesn't cry. Review URL: http://codereview.chromium.org/2371002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48842 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leaky spdy sessions and remove suppression.vandebo@chromium.org2010-06-031-28/+0
| | | | | | | | | BUG=44738 TEST=heap checker no longer complains and tests still pass Review URL: http://codereview.chromium.org/2477004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48837 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dead suppression.erg@chromium.org2010-06-021-9/+0
| | | | | | | | | BUG=17113 TEST=none Review URL: http://codereview.chromium.org/2390001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48752 0039d316-1c4b-4281-b951-d872f2087c98
* Add new and renamed plugin tests to the Mac valgrind blackliststuartmorgan@chromium.org2010-06-011-15/+0
| | | | | | | | | | | | | Mac plugins currently cannot be run under valgrind; these have snuck in over time. TBR=jshin BUG=45566 TEST=Happy valgrind bots Review URL: http://codereview.chromium.org/2444003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48665 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a memory leak in NPAPITester.ManyPluginsjshin@chromium.org2010-06-011-0/+15
| | | | | | | | | BUG=45566 TEST=Tree turns green TBR=jrg Review URL: http://codereview.chromium.org/2459004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48657 0039d316-1c4b-4281-b951-d872f2087c98
* Add runner and analyzer for Dr.Memorytimurrrr@chromium.org2010-06-012-0/+213
| | | | | | | TBR=glider Review URL: http://codereview.chromium.org/2455001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48622 0039d316-1c4b-4281-b951-d872f2087c98