summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* More relaxing suppressionsoshima@chromium.org2010-01-291-21/+2
| | | | | | | | | | TBR=wtc@chromium.org,veittrungluu@chromium.org BUG=33394,32084 TEST=none Review URL: http://codereview.chromium.org/558039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37502 0039d316-1c4b-4281-b951-d872f2087c98
* Relaxing the conditionoshima@chromium.org2010-01-291-2/+0
| | | | | | | | | | TBR=viettrungluu@chromium.org BUG=33475 TEST=none Review URL: http://codereview.chromium.org/558037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37500 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing a known leak erroroshima@chromium.org2010-01-291-0/+11
| | | | | | | | | | | | Seems like this was never executed in the test. TBR=viettrungluu@chromium.org BUG=33475 TEST=valgrind test should cycle green Review URL: http://codereview.chromium.org/553146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37495 0039d316-1c4b-4281-b951-d872f2087c98
* valgrind: Put back suppression 20653b the way it was.thestig@chromium.org2010-01-292-7/+14
| | | | | | | | | TBR=dank BUG=20653 TEST=valgrind unit tests goes green. Review URL: http://codereview.chromium.org/549199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37480 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Widen a suppression to catch the same error in ↵thestig@chromium.org2010-01-291-2/+2
| | | | | | | | | | | FtpNetworkTransaction as well as HttpStreamParser. TBR=dank BUG=33424 TEST=none Review URL: http://codereview.chromium.org/556070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37478 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Disable Win32WifiDataProviderTest, it's hanging.thestig@chromium.org2010-01-291-2/+3
| | | | | | | | BUG=33446 TEST=wine_valgrind unit_tests turn green. Review URL: http://codereview.chromium.org/554124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37471 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind suppression for variant of bug_20653 suppression.shess@chromium.org2010-01-291-0/+12
| | | | | | Review URL: http://codereview.chromium.org/555158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37470 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses translate leak:sky@chromium.org2010-01-281-0/+26
| | | | | | | | | TBR=jcampan BUG=33427 TEST=none Review URL: http://codereview.chromium.org/555155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37441 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Suppress one more flaky valgrind error in net_unittests.thestig@chromium.org2010-01-281-4/+17
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/552206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37439 0039d316-1c4b-4281-b951-d872f2087c98
* Adds valgrind supression for 33394.sky@chromium.org2010-01-281-0/+26
| | | | | | | | | BUG=33394 TEST=none Review URL: http://codereview.chromium.org/557040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37426 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug that surfaced when two nodes with the same ID havetony@chromium.org2010-01-281-1/+2
| | | | | | | | | | | | | use_name_for_id=true set. We want to ignore the nodes that don't apply for this platform. Fixing on trunk first then will copy to the 306 branch with drover. BUG=32868 Review URL: http://codereview.chromium.org/552176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37381 0039d316-1c4b-4281-b951-d872f2087c98
* Refactored code to allow associating workers with multiple renderers.atwilson@chromium.org2010-01-281-3/+3
| | | | | | | | | | | | | | | | SharedWorkers now gracefully handle http auth requests after their initial window has closed. BUG=27660 TEST=WorkerHttpAuth,SharedWorkerHttpAuth uitests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=36888 Reverted and reopened due to valgrind failures. Review URL: http://codereview.chromium.org/509016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37365 0039d316-1c4b-4281-b951-d872f2087c98
* Wrapper script for running swig.nirnimesh@chromium.org2010-01-271-0/+36
| | | | | | | | | BUG=32285 TEST=mac build should compile Review URL: http://codereview.chromium.org/556036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37305 0039d316-1c4b-4281-b951-d872f2087c98
* Supresses another NSS problem.sky@chromium.org2010-01-271-0/+17
| | | | | | | | BUG=32641 TEST=none Review URL: http://codereview.chromium.org/556042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37284 0039d316-1c4b-4281-b951-d872f2087c98
* Enable valgrind for sync tests (and fix valgrind errors)skrul@chromium.org2010-01-271-1/+5
| | | | | | | | BUG=32871 Review URL: http://codereview.chromium.org/548156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37262 0039d316-1c4b-4281-b951-d872f2087c98
* Fix reference to layout_package.path_utils.GetAbsolutePath() ->dpranke@chromium.org2010-01-271-1/+1
| | | | | | | | | | | | get_absolute_path(). BUG=none TBR=dglazkov@chromium.org TEST=valgrind bots actually run :) Review URL: http://codereview.chromium.org/555121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37221 0039d316-1c4b-4281-b951-d872f2087c98
* Guess the Valgrind PATH in a separate scripttimurrrr@chromium.org2010-01-263-84/+96
| | | | | | Review URL: http://codereview.chromium.org/556025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37158 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old Valgrind build scripts and patches.timurrrr@chromium.org2010-01-268-947/+6
| | | | | | Review URL: http://codereview.chromium.org/543213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37151 0039d316-1c4b-4281-b951-d872f2087c98
* Handle storage events locally when possible.jorlow@chromium.org2010-01-261-9/+0
| | | | | | | | | TEST=none BUG=33108 Review URL: http://codereview.chromium.org/543168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37076 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind suppression for dom storage issuejorlow@chromium.org2010-01-261-0/+9
| | | | | | | | | BUG=33108 TEST=none TBR=darin Review URL: http://codereview.chromium.org/548144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37068 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing bug 32892 to make the TSan bot green.timurrrr@chromium.org2010-01-231-0/+7
| | | | | | | | | Please note that suppression is NOT a fix for the race. BUG=32892 TBR=pkasting Review URL: http://codereview.chromium.org/548131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36959 0039d316-1c4b-4281-b951-d872f2087c98
* wine_valgrind: Update a suppression.thestig@chromium.org2010-01-231-1/+1
| | | | | | | | | BUG=31643 TEST=none TBR=dank Review URL: http://codereview.chromium.org/555061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36947 0039d316-1c4b-4281-b951-d872f2087c98
* 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