summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Another suppression for Mac UI Valgrindstuartmorgan@google.com2009-09-031-0/+7
| | | | | | | | | BUG=20997 TEST=Mac UI valgrind bots may actually go green Review URL: http://codereview.chromium.org/201004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25326 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing the valgrind error probably caused by WebKit r47756.yusukes@google.com2009-09-031-0/+5
| | | | | | | | | | BUG=20941 TEST=none TBR=hclam Review URL: http://codereview.chromium.org/198005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25310 0039d316-1c4b-4281-b951-d872f2087c98
* Traceline: Pass a STARTUPINFOA to CreateProcessA.deanm@chromium.org2009-09-031-1/+1
| | | | | | | | | This should help building in UNICODE (but there might be other problems). Review URL: http://codereview.chromium.org/194011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25308 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing the valgrind error probably caused by r25278 (TAKE 2).yusukes@google.com2009-09-031-0/+6
| | | | | | | | | | BUG=20964 TEST=none TBR=estade Review URL: http://codereview.chromium.org/192006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25307 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing the valgrind error probably caused by r25278.yusukes@google.com2009-09-031-0/+6
| | | | | | | | | | BUG=20964 TEST=none TBR=estade Review URL: http://codereview.chromium.org/192005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25304 0039d316-1c4b-4281-b951-d872f2087c98
* More valgrind suppressionsstuartmorgan@google.com2009-09-022-1/+18
| | | | | | | | | | | | Fix a Mac valgrind exception and widen another a bit. Add two new exceptions for issues that popped up on the Linux bots. BUG=20653,20939,20941 TEST=Watch the valgrind bots. Be soothed by green. Review URL: http://codereview.chromium.org/189009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25275 0039d316-1c4b-4281-b951-d872f2087c98
* Update the suppression for issue 20459 with Chris Hawk's findings.wtc@chromium.org2009-09-021-1/+5
| | | | | | | | | R=hawk BUG=20459 TEST=none Review URL: http://codereview.chromium.org/172117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25268 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust variance for linux perf test expectations.chase@chromium.org2009-09-021-2/+2
| | | | | | | | | | | This patch should cause the linux perf morejs and startup tests to go green. BUG=18597 TEST=linux perf morejs and startup perf tests go green Review URL: http://codereview.chromium.org/189008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25260 0039d316-1c4b-4281-b951-d872f2087c98
* Add linux perf expectations for morejs and startup.chase@chromium.org2009-09-021-1/+4
| | | | | | | | | | | | Initial numbers have high variance on purpose, this should show on the buildbot page as an orange result for those tests. BUG=18597 TEST=linux perf morejs and startup go orange Review URL: http://codereview.chromium.org/190017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25255 0039d316-1c4b-4281-b951-d872f2087c98
* Presubmit test verifies perf_expectations formatting.chase@chromium.org2009-09-022-0/+126
| | | | | | | | | | BUG=18597 TEST=test works when simplejson is loaded, fails when modified to use different simplejson load paths, fails when perf_expectations.json is formatted incorrectly. Review URL: http://codereview.chromium.org/184002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25240 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for memory leak in ↵nirnimesh@chromium.org2009-09-021-15/+0
| | | | | | | | | | | | | TabStripModelObserverBridge::TabChangedAt() in ui tests on mac We don't use CoreImage anymore so this leak should be gone. BUG=18219 TEST=this leak should not show up in mac-valgrind bot (ui_tests) Review URL: http://codereview.chromium.org/187010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25221 0039d316-1c4b-4281-b951-d872f2087c98
* New tsan suppressions from Timur, http://codereview.chromium.org/185008dkegel@google.com2009-09-022-11/+41
| | | | | | Review URL: http://codereview.chromium.org/188013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25205 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a suppression to account for an extra stack framestuartmorgan@google.com2009-09-021-0/+1
| | | | | | | | | BUG=17451 TEST=Mac UI Valgrind bots Review URL: http://codereview.chromium.org/172108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25198 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust SQL suppressions for optimization level changestuartmorgan@google.com2009-09-021-21/+22
| | | | | | | | | BUG=20580,20837,20653 TEST=Happier Mac UI valgrind bots Review URL: http://codereview.chromium.org/190007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25196 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r25138, changes to string handling in traceline.deanm@chromium.org2009-09-021-14/+10
| | | | | | | | | It was committed without review. Review URL: http://codereview.chromium.org/187006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25170 0039d316-1c4b-4281-b951-d872f2087c98
* Fix traceline to compile on Windows.chase@chromium.org2009-09-021-10/+14
| | | | | | | | | | | | | With these fixes, traceline compiles locally and on the try servers. TBR=deanm BUG=none TEST=traceline compiles Review URL: http://codereview.chromium.org/181043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25138 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind suppression updates for Mac UI botsstuartmorgan@google.com2009-09-022-14/+58
| | | | | | | | | | | Moves a suppression to the Mac file and adds another flavor of it. Adds a suppression for a leak in the same are of the code. BUG=20580,20837 TEST=Watch the Mac UI valgrind bots for signs of green Review URL: http://codereview.chromium.org/179074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25122 0039d316-1c4b-4281-b951-d872f2087c98
* Bundle a gdb that doesn't crash during line number lookup dank@chromium.org2009-09-011-0/+24
| | | | | | | | | | when presented with Chrome built with -O1. (The gdb lives in /usr/local/valgrind-10771/bin, so should not interfere with the system gdb.) Review URL: http://codereview.chromium.org/178042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25069 0039d316-1c4b-4281-b951-d872f2087c98
* More valgrind suppressions.stuartmorgan@google.com2009-09-011-0/+33
| | | | | | | | | BUG=20807,20808,20814 TEST=More green runs on the Mac UI valgind bots Review URL: http://codereview.chromium.org/177056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25066 0039d316-1c4b-4281-b951-d872f2087c98
* Widen more suppressions, add a couple new ones.dkegel@google.com2009-09-012-53/+12
| | | | | | | | | BUG=16326,16579,17795,17966,20653,20778,20805 TEST=greenish valgrind bots Review URL: http://codereview.chromium.org/180060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25055 0039d316-1c4b-4281-b951-d872f2087c98
* Change perf expect. object from array to hash.chase@chromium.org2009-08-311-1/+1
| | | | | | | | | | | | | Simplifies code in Buildbot, making sure the stopgap has the correct format. BUG=18597 TBR=nsylvain TEST=none Review URL: http://codereview.chromium.org/176039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24917 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for memory leak in IPC::Channel::Channel()nirnimesh@chromium.org2009-08-311-14/+0
| | | | | | | | | BUG=17888 TEST=mac valgrind bot should stay green. Review URL: http://codereview.chromium.org/179038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24898 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a couple suppressions, fix typo in last commit (need a precommit ↵dkegel@google.com2009-08-311-6/+3
| | | | | | | | | | filter for these!) BUG=17996,20320,20581,20659 Review URL: http://codereview.chromium.org/173626 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24879 0039d316-1c4b-4281-b951-d872f2087c98
* Widen two more suppressions, fix a broken suppressiondkegel@google.com2009-08-302-10/+56
| | | | | | | | | | | | checked in last time (and give it a different bug number), add one that got away BUG=11282,17966,20320,20653,20659 TEST=green valgrind bots Review URL: http://codereview.chromium.org/177034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24872 0039d316-1c4b-4281-b951-d872f2087c98
* Widen some old suppressions, add some new ones.dkegel@google.com2009-08-302-11/+26
| | | | | | | | | | Getting to the tail end of a fishing expedition on ui tests on linux and mac. BUG=11282,16326,20581,20641 TEST=green ui valgrind mac & linux Review URL: http://codereview.chromium.org/175023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24867 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression-fest!dank@chromium.org2009-08-292-9/+58
| | | | | | | | | | | Widen a couple errors, add a few new ones. This handles most of the errors in the last run on the mac valgrind ui bots. TBR stuartmorgan BUG=17291,17451,19191,20580,20581,20582,20616,20617 Review URL: http://codereview.chromium.org/178032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24860 0039d316-1c4b-4281-b951-d872f2087c98
* Widen one suppression to match linux bot, add one new suppression for mac.dank@chromium.org2009-08-282-1/+15
| | | | | | | | | | cf. http://build.chromium.org/buildbot/waterfall/builders/Linux%20UI%201%20of%203%20(valgrind)/builds/65/steps/valgrind%20test%3A%20ui/logs/stdio BUG=19191,20541 Review URL: http://codereview.chromium.org/181008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24833 0039d316-1c4b-4281-b951-d872f2087c98
* Add perf_expectations/ and empty expectations JSON.chase@chromium.org2009-08-281-0/+1
| | | | | | | | | | | | | | | Adding the directory and empty file now so I can continue making perf-related changes to the buildbot infrastructure. The expectations file will get filled in with some initial values after the infrastructure changes have been made. BUG=18579 TEST=none Review URL: http://codereview.chromium.org/178024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24817 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a suppression for mem leak with ↵nirnimesh@chromium.org2009-08-281-12/+0
| | | | | | | | | | | base::MessagePumpLibevent::WatchFileDescriptor in ui_tests BUG=16661 TEST=unit_tests valgrind bot should remain green. ui_tests bot should not show this. Review URL: http://codereview.chromium.org/175015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24799 0039d316-1c4b-4281-b951-d872f2087c98
* Add four new suppressions, widen one.dank@chromium.org2009-08-282-4/+44
| | | | | | | | BUG=17113,17291,18984,20504,20508 Review URL: http://codereview.chromium.org/180022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24787 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak of a CFMutableArray of certs in X509Certificate::Verify.wtc@chromium.org2009-08-281-0/+17
| | | | | | | | | R=rvargas BUG=20459 TEST=none Review URL: http://codereview.chromium.org/181003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24715 0039d316-1c4b-4281-b951-d872f2087c98
* Don't die if the object file in question doesn't have symbols.dkegel@google.com2009-08-271-1/+1
| | | | | | Review URL: http://codereview.chromium.org/179010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24697 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a deliberate 'leak' in the Mac theme cachestuartmorgan@chromium.org2009-08-271-0/+12
| | | | | | | | | BUG=none TEST=One less error on the Mac UI valgrind bots Review URL: http://codereview.chromium.org/177001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24641 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a suppression for a new stack variationstuartmorgan@chromium.org2009-08-271-0/+1
| | | | | | | | | BUG=18984 TEST=Fewer Mac UI valgrind errors. Maybe even green someday. We can dream. Review URL: http://codereview.chromium.org/180001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24640 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 24548 without the symlink code which broke the build.dank@chromium.org2009-08-274-14/+57
| | | | | | | | | We can add a fixed version of that later after release builds work with gdb again. Review URL: http://codereview.chromium.org/174578 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24573 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 24548.dank@chromium.org2009-08-264-69/+14
| | | | | | Review URL: http://codereview.chromium.org/174576 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24551 0039d316-1c4b-4281-b951-d872f2087c98
* Fix gdb line number lookup on the mac.dank@chromium.org2009-08-264-14/+69
| | | | | | | | | | 1) need to quote filenames 2) need to know what address each library was loaded at 3) need to manually add symlink to chromium framework .dSYM file Review URL: http://codereview.chromium.org/174362 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24548 0039d316-1c4b-4281-b951-d872f2087c98
* Fix SharedMemory Object leakjeremy@chromium.org2009-08-261-12/+0
| | | | | | | | | | | Detected via Valgrind. BUG=16209 TEST=None Review URL: http://codereview.chromium.org/174560 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24537 0039d316-1c4b-4281-b951-d872f2087c98
* New suppression for flaky leak in ui test.dkegel@google.com2009-08-261-0/+12
| | | | | | | | | BUG=20320 TEST=green valgrind ui tests for a week Review URL: http://codereview.chromium.org/174537 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24485 0039d316-1c4b-4281-b951-d872f2087c98
* Provide a server name for the apache2. The buildbot machine isn'ttony@chromium.org2009-08-261-1/+1
| | | | | | | | | | | able to resolve its hostname, so just put in a placeholder value. TBR=nirnimesh Review URL: http://codereview.chromium.org/174536 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24473 0039d316-1c4b-4281-b951-d872f2087c98
* Add license information to our shell scripts.agl@chromium.org2009-08-257-0/+28
| | | | | | | | | | Downstream packagers are (rightly) careful about the license of code that they distribute and so we want to dot our i's. http://codereview.chromium.org/174372 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24311 0039d316-1c4b-4281-b951-d872f2087c98
* Step 1 in porting page cycler http to linux. Add http startup totony@chromium.org2009-08-253-2/+278
| | | | | | | | | | | the the platform utils. BUG=15470 Review URL: http://codereview.chromium.org/174378 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24254 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a leak in RenderWidgetHostViewCocoa and remove its suppressionstuartmorgan@chromium.org2009-08-241-18/+0
| | | | | | | | | BUG=18540 TEST=Valgrind Mac bots should stay green Review URL: http://codereview.chromium.org/174293 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24138 0039d316-1c4b-4281-b951-d872f2087c98
* Widen one valgrind suppression, add two more.dank@chromium.org2009-08-241-2/+24
| | | | | | | | | BUG=16579,20111,20113 TEST=green valgrind bots Review URL: http://codereview.chromium.org/174321 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24102 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 24094, caused a build break.maruel@chromium.org2009-08-242-11/+2
| | | | | | | | | TBR=mnaganov BUG=none TEST=none Review URL: http://codereview.chromium.org/174319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24096 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools l10n: merge Inspector's and DevTools's strings; also, disable l10n ↵mnaganov@chromium.org2009-08-242-2/+11
| | | | | | | | | | | until mgr agreeement. BUG=none TEST=none Review URL: http://codereview.chromium.org/173267 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24094 0039d316-1c4b-4281-b951-d872f2087c98
* Remove two valgrind suppressions on Mac.paul@chromium.org2009-08-211-35/+0
| | | | | | | | | | | | After running several iterations of unittests and ui_tests under valgrind, I was unable to reproduce the error. BUG=18705 (http://crbug.com/18705) TEST=Run unit tests and see that we don't get WindowSizer errors on Mac. Review URL: http://codereview.chromium.org/174266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24039 0039d316-1c4b-4281-b951-d872f2087c98
* Try change 23924 again - refactor layout_package.path_utils and dpranke@google.com2009-08-211-3/+3
| | | | | | | | | | | | | | | | | | | | layout_package.platform_utils. Deltas from that change: * Don't enable 'win-xp' as the default platform * Don't assume 'webkit/Release' exists (it doesn't by default on mac and linux), and fix the output results directory path in run_webkit_tests * Update tools/valgrind/chrome_tests.py (which I didn't realize depended on the layout_package code). BUG=none R=tony@chromium.org TEST=none Review URL: http://codereview.chromium.org/174209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24007 0039d316-1c4b-4281-b951-d872f2087c98
* Fall back to using gdb to look up line numbers if needed in ↵dank@chromium.org2009-08-212-9/+108
| | | | | | | | | | | | | | | tools/valgrind/chrome_test.sh gdb interface functions by Alexander Potapenko. Happily, mac gdb knows how to use our fake .dSYM files, so no change is needed to the build on the mac to use this with release builds. (On Linux, we'll need to set 'release_extra_cflags' to '-g' to get line numbers, but that has nothing to do with this change.) Review URL: http://codereview.chromium.org/174129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23991 0039d316-1c4b-4281-b951-d872f2087c98
* Make valgrind.sh use same valgrind as chrome_tests.sh.dkegel@google.com2009-08-191-12/+35
| | | | | | | | Make comments a bit clearer. Review URL: http://codereview.chromium.org/173088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23764 0039d316-1c4b-4281-b951-d872f2087c98