summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Delete obsolete gdb scripts. These have been moved to WebKit.evan@chromium.org2010-10-211-171/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63444 0039d316-1c4b-4281-b951-d872f2087c98
* Fix valgrind error.dtseng@chromium.org2010-10-211-14/+0
| | | | | | | | BUG=59963 TEST=run chrome_test.sh from valgrind scripts and run unit test for BrowserAccessibilityTest.*. Review URL: http://codereview.chromium.org/3995006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63405 0039d316-1c4b-4281-b951-d872f2087c98
* Expectations update.chase@chromium.org2010-10-211-7/+7
| | | | | | | | | | | | | | | | | | - linux-release-hardy/intl1/times/t - linux-release-hardy/dhtml/commit_charge/cc - linux-release-hardy/dhtml/total_op_b/IO_op_b - xp-release-dual-core/intl1/times/t - xp-release-dual-core/morejs/times/t - xp-release-dual-core/moz/times/t - xp-release-dual-core/moz/total_byte_r/IO_r BUG=59985 TEST=perf steps are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/3962002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63339 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing leaks introduced in r63240oshima@chromium.org2010-10-201-0/+25
| | | | | | | | | | TBR=scottbyer@chromium.org BUG=60008 TEST=linux valgrind bot should cycle green Review URL: http://codereview.chromium.org/3980002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63280 0039d316-1c4b-4281-b951-d872f2087c98
* Update the suppression for 59963oshima@chromium.org2010-10-201-1/+1
| | | | | | | | | | TBR=dtseng@chromium.org BUG=59963 TEST=valgrind mac bot should cycle green Review URL: http://codereview.chromium.org/3998001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63276 0039d316-1c4b-4281-b951-d872f2087c98
* Moving mac suppression to suppression_mac.txtoshima@chromium.org2010-10-202-14/+14
| | | | | | | | | | | | This should have been in suppression_mac.txt. TBR=dtseng@chromium.org BUG=59963 TEST=none Review URL: http://codereview.chromium.org/3910002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63235 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing addr4 error on BrowserAccessibility on macoshima@chromium.org2010-10-201-0/+14
| | | | | | | | | BUG=59963 TEST=valgrind mac should cycle green Review URL: http://codereview.chromium.org/3909003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63231 0039d316-1c4b-4281-b951-d872f2087c98
* Convert LOG(INFO) to VLOG(1) - tools/.pkasting@chromium.org2010-10-202-46/+15
| | | | | | | | | | This also fixes some lines over 80 chars, and converts a file to using the standard license header (I verified that the existing long-form license was exactly the same as the one in LICENSE). BUG=none TEST=none Review URL: http://codereview.chromium.org/3918001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63149 0039d316-1c4b-4281-b951-d872f2087c98
* Don't lower the case for the base path anymore. This is not needed andnsylvain@chromium.org2010-10-191-7/+2
| | | | | | | | | | this makes it fail on Linux. BUG:None TEST:checkperms still succeeds. Review URL: http://codereview.chromium.org/3927001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63134 0039d316-1c4b-4281-b951-d872f2087c98
* Updating suppression after r63025oshima@chromium.org2010-10-191-5/+0
| | | | | | | | | | TBR=phajdan.jr@chromium.org BUG=46571 TEST=test_shell test in heapcheck should cycle green. Review URL: http://codereview.chromium.org/3751011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63080 0039d316-1c4b-4281-b951-d872f2087c98
* Update the credits file, fix two READMEs that were broken, change the ↵avi@chromium.org2010-10-191-0/+6
| | | | | | | | | | | encoding of Ms-PL to UTF-8 so that the resulting credits file is well-formed, and update licenses.pl for duplicates. BUG=none TEST=none Review URL: http://codereview.chromium.org/3799011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63072 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression for memory leak in SyncMessage::GenerateReplyoshima@chromium.org2010-10-181-1/+11
| | | | | | | | | | | | See bug for more info. TBR=johnnyg@chromium.org BUG=59670 TEST=valgrind bot will not report this leak. Review URL: http://codereview.chromium.org/3822010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62989 0039d316-1c4b-4281-b951-d872f2087c98
* Update Dr. Memory suppressions to match anonymous namespaces i ToolSanityTeststimurrrr@chromium.org2010-10-181-16/+16
| | | | | | | TBR=glider Review URL: http://codereview.chromium.org/3837006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62955 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for r62662 (Wrong -logdir path for Dr.Memory)timurrrr@chromium.org2010-10-181-1/+1
| | | | | | | | TBR=glider,mrossetti TEST=Dr. Memory FYI bot should go up again Review URL: http://codereview.chromium.org/3809007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62941 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust expectations for vistadual/morejs.chase@chromium.org2010-10-181-1/+1
| | | | | | | | | | BUG=none TEST=vistadual/morejs is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/3750016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62917 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Widen CrOS suppression for error in OpaqueBrowserFrameView.thestig@chromium.org2010-10-151-2/+1
| | | | | | | | | BUG=57949 TEST=none TBR=timurrrr Review URL: http://codereview.chromium.org/3750013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62804 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Update a suppression after r62679.thestig@chromium.org2010-10-151-1/+1
| | | | | | | | | BUG=51218 TEST=Valgrind gets greener. TBR=timurrrr Review URL: http://codereview.chromium.org/3812006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62704 0039d316-1c4b-4281-b951-d872f2087c98
* Fix valgrind errors in ParallelAuthenticatorTestcmasone@chromium.org2010-10-141-14/+1
| | | | | | | | | BUG=58863 TEST=valgrind the unit tests Review URL: http://codereview.chromium.org/3795001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62669 0039d316-1c4b-4281-b951-d872f2087c98
* Modify temp directory creation so that multiple instances of the script can ↵mrossetti@chromium.org2010-10-141-16/+10
| | | | | | | | | | | be run without stepping on one another's temporary toes. BUG=None TEST=None Review URL: http://codereview.chromium.org/3775007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62662 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind Mac: Suppress new leaks in BrowserAccessibility.thestig@chromium.org2010-10-141-0/+18
| | | | | | | | BUG=59243 TEST=Valgrind mac gets greener. Review URL: http://codereview.chromium.org/3807007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62647 0039d316-1c4b-4281-b951-d872f2087c98
* Heapchecker: Widen a leak suppression after r62517.thestig@chromium.org2010-10-141-0/+1
| | | | | | | | BUG=50345 TEST=Heapchecker goes green. Review URL: http://codereview.chromium.org/3824004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62629 0039d316-1c4b-4281-b951-d872f2087c98
* Add netlog parse/plot script.vandebo@chromium.org2010-10-141-0/+177
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/3674007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62563 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressions cleanup. Fixed the following issues:glider@chromium.org2010-10-141-16/+8
| | | | | | | | | | | | | -- removed trailing "..." and "obj:*" wildcards -- replaced anonymous namespace salts with "*" wildcards -- replaced the broken lines containing only namespace names with "..." wildcards TBR=timurrrr Review URL: http://codereview.chromium.org/3817003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62523 0039d316-1c4b-4281-b951-d872f2087c98
* Copied Evan's http://codereview.chromium.org/3691007 (base_unittests: moveglider@chromium.org2010-10-141-20/+20
| | | | | | | | | local functions into an anonymous namespace) and made the necessary changes to sanity suppressions. Review URL: http://codereview.chromium.org/3765002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62521 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Revamped ChromeSystemResources tests, fixed memory leakakalin@chromium.org2010-10-142-13/+0
| | | | | | | | | | | Undid suppressions. BUG=59019 TEST=Trybots Review URL: http://codereview.chromium.org/3815003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62517 0039d316-1c4b-4281-b951-d872f2087c98
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-5/+5
| | | | | | | | | put them in the base namespace. TEST=it compiles BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62510 0039d316-1c4b-4281-b951-d872f2087c98
* Adopt more traces to new gtestjochen@chromium.org2010-10-131-6/+12
| | | | | | | | | | BUG=none TEST=memory bots go green TBR=glider,thakis Review URL: http://codereview.chromium.org/3789001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62398 0039d316-1c4b-4281-b951-d872f2087c98
* Remove start of trace for FFmpegVideoDecoder::CreateFactoryjochen@chromium.org2010-10-131-13/+0
| | | | | | | | | BUG=32356 TEST=#0000000028D26EA2# goes away Review URL: http://codereview.chromium.org/3784001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62393 0039d316-1c4b-4281-b951-d872f2087c98
* Adopt heapcheck suppressions to new call stack introduced in the last gtest ↵jochen@chromium.org2010-10-131-0/+7
| | | | | | | | | | | | roll. BUG=none TEST=heapcheck bots go green again TBR=glider,thakis Review URL: http://codereview.chromium.org/3770003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62391 0039d316-1c4b-4281-b951-d872f2087c98
* Adopt the suppresions for RenderThreadTest::Setupjochen@chromium.org2010-10-131-0/+1
| | | | | | | | | | | | There's a new method call between testing::Test::Run and RenderThreadTest::Setup BUG=39016 TEST=memory unit tests go green TBR=glider Review URL: http://codereview.chromium.org/3780002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62390 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression for memory leak in ChromeSystemResourcesTestjochen@chromium.org2010-10-131-0/+6
| | | | | | | | | | BUG=59019 TEST=sync memory tests TBR=akalin,glider Review URL: http://codereview.chromium.org/3744005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62388 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressions for notification details send but never deleted in the history ↵jochen@chromium.org2010-10-131-1/+9
| | | | | | | | | | | | backend. BUG=59023 TEST=#FFFFFFFFE554FFEF# goes away TBR=glider Review URL: http://codereview.chromium.org/3745004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62387 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression for memory leak in ChromeSystemResourcesTestjochen@chromium.org2010-10-131-0/+8
| | | | | | | | | | BUG=59019 TEST=#000000001971D71E# goes away TBR=akalin,glider Review URL: http://codereview.chromium.org/3780001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62383 0039d316-1c4b-4281-b951-d872f2087c98
* Correctly specify the length of the symbol for the intentional BrowserTest ↵jochen@chromium.org2010-10-131-1/+1
| | | | | | | | | | | | | | leaks. The mangled C++ symbol names include counters, so it's not enough to replace the symbol name. BUG=56926 TEST=#000000001F3BE048# goes away TBR=tfarina,glider Review URL: http://codereview.chromium.org/3779001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62382 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress valgrind error temporarily. Will fix 10/13/2010 and remove suppression.mrossetti@chromium.org2010-10-121-0/+15
| | | | | | | | | BUG=58973 TEST=None Review URL: http://codereview.chromium.org/3698006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62358 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ChromeThread to BrowserThread Final Part:tfarina@chromium.org2010-10-125-9/+9
| | | | | | | | | | | | | | - Rename chrome_thread.cc to browser_thread.cc - Rename chrome_thread_unittest.cc to browser_thread_unittest.cc - Include browser_thread.h instead of chrome_thread.h where needed. - Fix gyp files according. BUG=56926 TEST=trybots and compiled locally Review URL: http://codereview.chromium.org/3643005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62356 0039d316-1c4b-4281-b951-d872f2087c98
* Check in a script that prints linker-determined unused symbols.evan@chromium.org2010-10-121-0/+170
| | | | | | | | | | This outputs an HTML report of symbols that the linker claimed were not used. It includes instructions on how to get the linker to emit that. Review URL: http://codereview.chromium.org/3739002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62342 0039d316-1c4b-4281-b951-d872f2087c98
* Revert revert revert r61105 and r61106agl@chromium.org2010-10-122-14/+0
| | | | | | | | | | | | | (First reverted in r61175, landed in r61243.) My valgrind build was broken and didn't report memory leaks :( That's why I mistakenly reverted the first time. The leak has been correctly fixed by r62323 now. BUG=57456 TEST=valgrind net_unittests git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62337 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression of NSS crash due to outdated NSS version on buildbots.jochen@chromium.org2010-10-121-0/+9
| | | | | | | | | BUG=58874 TEST=none Review URL: http://codereview.chromium.org/3668003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62277 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressions for leaks in ParallelAuthenticatorTestjochen@chromium.org2010-10-121-0/+14
| | | | | | | | | | | | The tests post a task to another thread, but immediately exit the thread and delete the object under test instead of waiting for completion of the posted task. BUG=58863 TEST=ChromeOS valgrind bot turns green again TBR=glider@chromium.org Review URL: http://codereview.chromium.org/3664007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62268 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress invalid write in GetPluginInfo on Mac.jochen@chromium.org2010-10-121-0/+12
| | | | | | | | | | BUG=58860 TEST=#00000000126799F1# goes away TBR=glider@chromium.org,gspencer@chromium.org Review URL: http://codereview.chromium.org/3704004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62264 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor out path-related methods from file_system_host_context into a ↵kinuko@chromium.org2010-10-121-12/+0
| | | | | | | | | | | | | | | | separated module. No functionality changes; code relocation/cleanup only. This change is necessary to improve test coverage for another coming change (hide the FileSystem's root directory under 'unpredictrable' location). BUG=none TEST=FileSystemPathManager.* Review URL: http://codereview.chromium.org/3703003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62259 0039d316-1c4b-4281-b951-d872f2087c98
* Use 64bit error hashes everywhere.jochen@chromium.org2010-10-112-7/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3711001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62138 0039d316-1c4b-4281-b951-d872f2087c98
* Update the suppression for TestWebViewDelegate::createWorkerjochen@chromium.org2010-10-111-3/+3
| | | | | | | | | | BUG=42842 TEST=leak #FFFFFFFF854B1718# goes away TBR=glider@chromium.org Review URL: http://codereview.chromium.org/3696004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62135 0039d316-1c4b-4281-b951-d872f2087c98
* Added suppressions for SSSE3 versions of strcmp/strncmp and libc.2.*glider@chromium.org2010-10-111-0/+36
| | | | | | | | | BUG=58730 TBR=willchan Review URL: http://codereview.chromium.org/3658002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62134 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress invalid reads inside net::CertVerifier::Request::DoVerify().thestig@chromium.org2010-10-091-0/+11
| | | | | | | | | BUG=58574 TEST=none TBR=wtc Review URL: http://codereview.chromium.org/3663001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62055 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Widen suppression for bug 29675 after CrOS change in r62008.thestig@chromium.org2010-10-091-0/+1
| | | | | | | | BUG=29675 TEST=none Review URL: http://codereview.chromium.org/3551023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62044 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress leak inside SSLClientSocketNSS::InitializedSSLOptions.thestig@chromium.org2010-10-081-0/+11
| | | | | | | | | BUG=58564 TEST=none TBR=wtc Review URL: http://codereview.chromium.org/3641002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62039 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress leak in ↵thestig@chromium.org2010-10-081-0/+13
| | | | | | | | | | net::internal::ClientSocketPoolBaseHelper::GetOrCreateGroup. BUG=58561 TEST=none Review URL: http://codereview.chromium.org/3535016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62032 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Add an updated suppression for a leak in ↵thestig@chromium.org2010-10-081-0/+10
| | | | | | | | | | net::HttpNetworkLayer::GetSession. BUG=31985 TEST=none Review URL: http://codereview.chromium.org/3628003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62025 0039d316-1c4b-4281-b951-d872f2087c98