summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix the layout_test path for valgrind tests.dpranke@chromium.org2010-01-221-1/+1
| | | | | | | | | | BUG=none TEST=valgrind test bots work R=maruel@chromium.org Review URL: http://codereview.chromium.org/543179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36925 0039d316-1c4b-4281-b951-d872f2087c98
* Updating calling pattern for bug_32084oshima@chromium.org2010-01-221-6/+6
| | | | | | | | | | TBR=sky@chromium.org BUG=32084 TEST=none Review URL: http://codereview.chromium.org/554050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36854 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing two more errors chrome os ui_tests.oshima@chromium.org2010-01-221-1/+45
| | | | | | | | | BUG=32624,32641 TEST=none Review URL: http://codereview.chromium.org/551108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36819 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed memory leak upstream in https://bugs.webkit.org/show_bug.cgi?id=33704jorlow@chromium.org2010-01-211-13/+0
| | | | | | | | | BUG=32349 TEST=Valgrind linux doesn't yell. Review URL: http://codereview.chromium.org/545076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36734 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing a leak caused by NSS_InitReadWriteoshima@chromium.org2010-01-201-1/+1
| | | | | | | | | | | Assignig to 12614 as it seems to be happening int the same, nss code. So far, this happens only on chromeos, and I don't know why this is not happening in linux build tho. BUG=12614 TEST=none Review URL: http://codereview.chromium.org/553030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36670 0039d316-1c4b-4281-b951-d872f2087c98
* valgrind: remove some obsolete sqlite suppressionsevan@chromium.org2010-01-201-53/+1
| | | | | | | | | | Upgrading sqlite fixed most of these. BUG=20653 Review URL: http://codereview.chromium.org/546092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36668 0039d316-1c4b-4281-b951-d872f2087c98
* Run Valgrind binaries from SVN (if present).timurrrr@chromium.org2010-01-201-14/+67
| | | | | | | | If the binaries are not present in third_party/valgrind, use the same binaries we used earlier (/usr/local/valgrind-...) Review URL: http://codereview.chromium.org/552034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36656 0039d316-1c4b-4281-b951-d872f2087c98
* sync-webkit-git: handle DEPS specifying nonexistent revisionevan@chromium.org2010-01-201-4/+10
| | | | | | | | | | | | | | Suppose WebKit trunk's recent history is commits r1, r5, and r10. Then suppose our DEPS file asks for r8. We should then use r5 as that contains the same code as r8. Note that if recent history is as above but lacking r10, we still die, because it's possible that r8 exists on trunk but just hasn't made it into git. Review URL: http://codereview.chromium.org/546090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36655 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression update for chromeososhima@chromium.org2010-01-201-35/+16
| | | | | | | | | | | | * relaxing 32088. There were a few different pathes. * another failure around nss/cert. BUG=32088,32641 TEST=none Review URL: http://codereview.chromium.org/555008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36653 0039d316-1c4b-4281-b951-d872f2087c98
* relaxing suppression's constraintsoshima@chromium.org2010-01-201-15/+2
| | | | | | | | | | | | There are different pathes that are hitting the same errors. TBR=sky@chromium.org BUG=32641 TEST=none Review URL: http://codereview.chromium.org/555002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36624 0039d316-1c4b-4281-b951-d872f2087c98
* Missed one mac valgrind suppression last time.dpranke@chromium.org2010-01-201-0/+26
| | | | | | | | | | R=rahulk@chromium.org BUG=36244 TEST=none Review URL: http://codereview.chromium.org/542137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36593 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing pkix memcheck erros.oshima@chromium.org2010-01-201-1/+48
| | | | | | | | | | | | | They are most likely a problem in the library we depend, but I'd like somewone who knows better to look at this before moving this to category 1. BUG=32641 TEST=none Review URL: http://codereview.chromium.org/552053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36584 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typo in file.dpranke@chromium.org2010-01-201-1/+0
| | | | | | | | | | BUG=none TBR=rahulk@chromium.org TEST=none Review URL: http://codereview.chromium.org/552054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36581 0039d316-1c4b-4281-b951-d872f2087c98
* relaxing constraintsoshima@chromium.org2010-01-191-3/+2
| | | | | | | | | * tooltip_554686_2 to match the call stack under 32bit environment on 64bit os * 32089 was happening in other tests as well. Review URL: http://codereview.chromium.org/553021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36576 0039d316-1c4b-4281-b951-d872f2087c98
* Add some valgrind suppressions for the mac.dpranke@chromium.org2010-01-191-0/+28
| | | | | | | | | | R=rahulk@chromium.org TEST=none BUG=32644 Review URL: http://codereview.chromium.org/543123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36575 0039d316-1c4b-4281-b951-d872f2087c98
* suppressing two new memroy error in chromeos buildoshima@chromium.org2010-01-191-0/+40
| | | | | | | | | BUG=32623,32624 TEST=none Review URL: http://codereview.chromium.org/543108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36561 0039d316-1c4b-4281-b951-d872f2087c98
* valgrind: Remove a couple 0 byte patches. Gcl got confused.thestig@chromium.org2010-01-192-0/+0
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36555 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a Mac Valgrind supression added at r36505 to hopefully turn the bot green.rsesek@chromium.org2010-01-191-10/+0
| | | | | | | | | | TBR=stuartmorgan BUG=32564 TEST=Mac Valgrind unit_tests Review URL: http://codereview.chromium.org/553017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36506 0039d316-1c4b-4281-b951-d872f2087c98
* Add a Mac Valgrind suppression for an invalid free deep in the NIB loading ↵rsesek@chromium.org2010-01-191-0/+18
| | | | | | | | | | | | procedure. TBR=stuartmorgan BUG=32564 TEST=Mac Valgrind unit_tests Review URL: http://codereview.chromium.org/552037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36505 0039d316-1c4b-4281-b951-d872f2087c98
* Trim mac valgrind suppression a bit, and add a comment.senorblanco@chromium.org2010-01-151-11/+2
| | | | | | | | | BUG=32393 TEST=green Mac Valgrind UI bot Review URL: http://codereview.chromium.org/545087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36392 0039d316-1c4b-4281-b951-d872f2087c98
* Add a suppression for recent valgrind error on Mac UI tests.senorblanco@chromium.org2010-01-151-0/+23
| | | | | | | | | | BUG=32393 TEST=green Mac Valgrind UI builder TBR=stuartmorgan Review URL: http://codereview.chromium.org/543081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36372 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations after WebKit roll.chase@chromium.org2010-01-151-15/+15
| | | | | | | | | | | | | Chromium r36247 rolled WebKit to r53246. This is the second expectations adjustment after that roll caused page cyclers to get faster. BUG=none TEST=page cyclers are green Review URL: http://codereview.chromium.org/545071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36366 0039d316-1c4b-4281-b951-d872f2087c98
* suppress a valgrind error found in layout tests:jshin@chromium.org2010-01-151-0/+15
| | | | | | | | | | | | | media/video-seek-past-end-paused.html and media/video-controls-transformed.html BUG=32366 TEST=none TBR=ericu Review URL: http://codereview.chromium.org/551044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36344 0039d316-1c4b-4281-b951-d872f2087c98
* suppress 3 more valgrind errors (two in ffmpeg and one in npapi test plugin)jshin@chromium.org2010-01-151-0/+63
| | | | | | | | | | | found with webkit r53313 and chrome r36326. BUG=32360,32359,32356 TEST=none TBR=ericu Review URL: http://codereview.chromium.org/545077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36341 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress two valgrind errors during linux layout tests. jshin@chromium.org2010-01-151-0/+47
| | | | | | | | | BUG=32353,32355 TEST=none TBR=ericu Review URL: http://codereview.chromium.org/543075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36336 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a memory leak found in WebCore::StringImpl (??) andjshin@chromium.org2010-01-151-1/+39
| | | | | | | | | | | another found during layout test storage/domstorage/quota.html BUG=32299,32349 TEST=NONE TBR=ericu Review URL: http://codereview.chromium.org/551029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36332 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 36314 - Failed unit tests - Fix a leak in CookiesWindowControllerTest ↵rsesek@chromium.org2010-01-151-0/+7
| | | | | | | | | | | | | | and remove the appropriate suppression BUG=31586 TEST=Mac Valgrind unit tests Review URL: http://codereview.chromium.org/527001 TBR=rsesek@chromium.org Review URL: http://codereview.chromium.org/545073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36316 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a leak in CookiesWindowControllerTest and remove the appropriate suppressionrsesek@chromium.org2010-01-151-7/+0
| | | | | | | | | BUG=31586 TEST=Mac Valgrind unit tests Review URL: http://codereview.chromium.org/527001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36314 0039d316-1c4b-4281-b951-d872f2087c98
* linux: add a gdb pretty-print module for WebCore typesevan@chromium.org2010-01-141-0/+96
| | | | | | | | Now I can see e.g. Indic scripts in my string literals while debugging. Review URL: http://codereview.chromium.org/548019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36288 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations after WebKit roll.chase@chromium.org2010-01-141-6/+6
| | | | | | | | | | | | | Chromium r36247 rolled WebKit to r53246. Perf on some page cyclers got faster. Update expectations to match new results. BUG=none TEST=page cyclers are green Review URL: http://codereview.chromium.org/550046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36272 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress valgrind error.ericu@google.com2010-01-141-0/+22
| | | | | | | | | BUG=32273 TEST=NONE Review URL: http://codereview.chromium.org/543062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36249 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressed reports for crbug.com/17540, crbug.com/31643, crbug.com/30547glider@chromium.org2010-01-141-0/+29
| | | | | | | | | | | and an intentional leak in ChromeThreadTest.NotReleasedIfTargetThreadNonExistent BUG=17540,31643,30547 TBR=dank Review URL: http://codereview.chromium.org/536061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36238 0039d316-1c4b-4281-b951-d872f2087c98
* Removed the wrong one-line suppressions for libnss.glider@chromium.org2010-01-141-23/+0
| | | | | | | | | | | In order to have better suppressions we should enable frame pointer for libnss on the buildbot. BUG=32170,28118 TBR=wtc Review URL: http://codereview.chromium.org/546048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36234 0039d316-1c4b-4281-b951-d872f2087c98
* One more suppression for lazy initialization in libeventtimurrrr@chromium.org2010-01-141-1/+8
| | | | | | | | | | The accesses happened in different order in http://build.chromium.org/buildbot/waterfall/builders/Linux%20Tests%20(tsan)/builds/1998/steps/valgrind%20test:%20unit/logs/stdio BUG=28396 TBR=dank Review URL: http://codereview.chromium.org/548042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36233 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Suppress a mysterious _calloc_crt error.thestig@chromium.org2010-01-141-0/+12
| | | | | | | | BUG=none TEST=wine_valgrind unit tests go green. Review URL: http://codereview.chromium.org/543052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36202 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Check in a couple local changes to valgrind.thestig@chromium.org2010-01-142-0/+174
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/542060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36200 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressed the leaks in net_unittests (see crbug.com/32170)glider@chromium.org2010-01-131-0/+11
| | | | | | | | TBR=timurrrr,wtc Review URL: http://codereview.chromium.org/548026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36118 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress two leak errors about HTML parsing in WebKit.tkent@chromium.org2010-01-131-0/+36
| | | | | | | | | | | They started to appear by WebKit roll 53171. BUG=32140,32141 TEST=none TBR=johnnyg Review URL: http://codereview.chromium.org/536040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36089 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing valgrind failures in chromiumos's valgrind bots.oshima@chromium.org2010-01-121-0/+102
| | | | | | | | | | | | Let's suppress them and move out of fyi first. Filed 4 bugs to keep track of them. I'll find assignees. BUG=32084,32085,32088,32089 TEST=none Review URL: http://codereview.chromium.org/543025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36041 0039d316-1c4b-4281-b951-d872f2087c98
* Make export_tarball.py more reliable and simplify it.phajdan.jr@chromium.org2010-01-121-44/+38
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/545010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35996 0039d316-1c4b-4281-b951-d872f2087c98
* Re-add a Valgrind suppression that was removed at r28317 but is now recurring.rsesek@chromium.org2010-01-111-1/+11
| | | | | | | | | | | | This leak occurs in an Apple library, so the bug is marked as WontFix, and it has been reported in radar. BUG=20459 TEST=Mac Valgrind net_unittests Review URL: http://codereview.chromium.org/549011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35948 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak detected by Mac Valgrind UI (3) that developed in r35804:35813.rsesek@chromium.org2010-01-111-0/+16
| | | | | | | | | BUG=31985 TEST=Mac Valgrind UI (3) Review URL: http://codereview.chromium.org/545013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35939 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressed memory leaks in ipc_tests.glider@chromium.org2010-01-111-0/+28
| | | | | | | | TBR=timurrrr,dank Review URL: http://codereview.chromium.org/547004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35912 0039d316-1c4b-4281-b951-d872f2087c98
* DOM Perf: Python script for dromaeo benchmark automation.pfeldman@chromium.org2010-01-111-0/+263
| | | | | | | | Origianl review: http://codereview.chromium.org/503028 TBR=vitalyr git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35910 0039d316-1c4b-4281-b951-d872f2087c98
* Widen Mac intl1 and intl2 expectations.chase@chromium.org2010-01-081-2/+2
| | | | | | | | | | | | There are many false positive alerts for these tests. Reduce them by widening the expected variance. BUG=none TEST=mac perf tests stay green Review URL: http://codereview.chromium.org/528002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35812 0039d316-1c4b-4281-b951-d872f2087c98
* Update a Mac Valgrind suppression after landing r35776.rsesek@chromium.org2010-01-081-6/+1
| | | | | | | | | | BUG=31586 TEST=Mac Valgrind unit tests TBR=jrg Review URL: http://codereview.chromium.org/521076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35789 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Fix typos, add a new suppression, remove suppression for a ↵thestig@chromium.org2010-01-081-13/+10
| | | | | | | | | | | fixed Wine bug. TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/524068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35781 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Disable a couple tests that use leaky FF2 dlls without symbols.thestig@chromium.org2010-01-071-0/+2
| | | | | | | | | TBR=dank BUG=none TEST=none Review URL: http://codereview.chromium.org/521065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35748 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Widen a suppression and fix a typo.thestig@chromium.org2010-01-071-2/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/518050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35679 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Clean up X lock files if vnc got killed with SIGKILL.thestig@chromium.org2010-01-061-0/+3
| | | | | | | | BUG=none TEST=Bot master restart does not break wine_valgrind bot. Review URL: http://codereview.chromium.org/525052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35600 0039d316-1c4b-4281-b951-d872f2087c98