summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add a list of excluded files to checkbins.py and enable it on build bots.scherkus@chromium.org2010-03-301-4/+12
| | | | | | | | | | After some research it turns out we can exclude certain .exe/.dll files from /NXCOMPAT and /DYNAMICBASE due to various reasons (pure data DLLs, special purpose applications, non-shipping code, etc...) BUG=25952 TEST=checkbins step on buildbot should stay green with no failing files Review URL: http://codereview.chromium.org/1576003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43135 0039d316-1c4b-4281-b951-d872f2087c98
* Fix sync leaks and some more good stuff.skrul@chromium.org2010-03-301-51/+0
| | | | | | | | | | | | | | This is a continuation of zork's change http://codereview.chromium.org/1354001 that adds some preventitive DCHECKs througout the sync code to make sure stuff happens on the UI thread. This also includes a leak fix in the ProfileSyncServiceTypedUrlTest. The final change is changing the TestingProfile to return a ProfileSyncServiceMock rather than a real ProfileSyncService. This should help prevent random test failes due to other tests that need to use the PSS. BUG=38490,38487 Review URL: http://codereview.chromium.org/1383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43102 0039d316-1c4b-4281-b951-d872f2087c98
* Add win32 gtest filter files shared between Wine and TSan/Windowstimurrrr@chromium.org2010-03-303-21/+23
| | | | | | | BUG=28363 Review URL: http://codereview.chromium.org/1377003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43076 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress two benign races in sqlitetimurrrr@chromium.org2010-03-301-0/+14
| | | | | | | | TEST=TSan/UI should become greener TBR=glider Review URL: http://codereview.chromium.org/1552003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43071 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for bug 32892 as the race tim@chromium.org2010-03-301-7/+0
| | | | | | | | | | | has been annotated. BUG=32892 Review URL: http://codereview.chromium.org/1276002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43065 0039d316-1c4b-4281-b951-d872f2087c98
* Broke out shared worker tests into individual tests and increased worker ↵atwilson@chromium.org2010-03-301-4/+4
| | | | | | | | | | | | | test timeout. Layout tests run in ui_tests can now have their timeout set via the cmd line, and a longer timeout is passed in when valgrind is run. BUG=39570 TEST=existing tests suffice Review URL: http://codereview.chromium.org/1518001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43021 0039d316-1c4b-4281-b951-d872f2087c98
* Pass tools/licenses.py for a few more directories.evan@chromium.org2010-03-291-1/+5
| | | | | | | | BUG=39240 Review URL: http://codereview.chromium.org/1286003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42958 0039d316-1c4b-4281-b951-d872f2087c98
* Discard error message from which if tput is not found.jochen@chromium.org2010-03-291-1/+1
| | | | | | | | | BUG=none TEST=run on cygwin Review URL: http://codereview.chromium.org/1553001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42944 0039d316-1c4b-4281-b951-d872f2087c98
* Add another suppression for BookmarkFolderTargetTest.ReopenNotSame under Mac ↵rsesek@chromium.org2010-03-271-0/+11
| | | | | | | | | | | | Valgrind. TBR=jrg BUG=39282 TEST=Valgrind goes green Review URL: http://codereview.chromium.org/1530001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42914 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gtest r395:408 and gmock r278:282 to pick up ThreadLocal leak fix.rsesek@chromium.org2010-03-271-28/+0
| | | | | | | | | BUG=39381 TEST=Valgrind stays green Review URL: http://codereview.chromium.org/1507002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42892 0039d316-1c4b-4281-b951-d872f2087c98
* Remove memory leak from the SpdyNetworkTransactionTest:ServerPushahendrickson@google.com2010-03-261-31/+0
| | | | | | | | | | | | | unit test, and its suppression. Another issue's (1321002) CL accidentally checked in a preliminary fix; this cleans it up. BUG=39378 TEST=Valgrind Review URL: http://codereview.chromium.org/1378009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42833 0039d316-1c4b-4281-b951-d872f2087c98
* Added tools/valgrind/chrome_tests.bat to run chrome_tests.py on Windowstimurrrr@chromium.org2010-03-261-0/+7
| | | | | | | TBR=glider Review URL: http://codereview.chromium.org/1359004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42762 0039d316-1c4b-4281-b951-d872f2087c98
* Add ignores and suppression for TSan/Windows.timurrrr@chromium.org2010-03-262-0/+47
| | | | | | | | | It will work on PIN, not Valgrind, but currently I'm adding it to tools valgrind. We plan to merge tools/valgrind with tools/heapcheck intor tools/memory or something like that - later. BUG=28363,39456 Review URL: http://codereview.chromium.org/1356006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42758 0039d316-1c4b-4281-b951-d872f2087c98
* Generify two Mac Valgrind suppressions and add one more from yesterday's ↵rsesek@chromium.org2010-03-261-8/+12
| | | | | | | | | | | gtest/gmock roll. BUG=39381 TEST=Mac Valgrind isn't red Review URL: http://codereview.chromium.org/1401003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42754 0039d316-1c4b-4281-b951-d872f2087c98
* Implement more sanity tests for Memcheck/Valgrindtimurrrr@chromium.org2010-03-262-4/+103
| | | | | | Review URL: http://codereview.chromium.org/1242008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42751 0039d316-1c4b-4281-b951-d872f2087c98
* Update suppression caused by r42700maruel@chromium.org2010-03-261-0/+2
| | | | | | | | | | BUG=30704 TEST=valgrind: unit TBR=evan Review URL: http://codereview.chromium.org/1372003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42722 0039d316-1c4b-4281-b951-d872f2087c98
* Switch from he.xtb to iw.xtb because the translation console istony@chromium.org2010-03-261-1/+4
| | | | | | | | deprecating 'he' in favor of 'iw'. Review URL: http://codereview.chromium.org/1332001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42713 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a second leak in the SPDY tests.skerner@chromium.org2010-03-251-0/+17
| | | | | | | | | | BUG=39378 TEST=none TBR=ahendrickson Review URL: http://codereview.chromium.org/1393001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42690 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak in spdy unit test.skerner@chromium.org2010-03-251-1/+14
| | | | | | | | | | | | Please remove the suppression when you fix the leak. BUG=39378 TEST=none TBR=ahendrickson Review URL: http://codereview.chromium.org/1390001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42687 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing net::HostCache::Set leak.dhollowa@chromium.org2010-03-251-0/+16
| | | | | | | | | | | | http://chrome-buildbot:8014/builders/Chromium%20Mac%20UI%20(valgrind)(2)/builds/2299 BUG=39376 TEST=valgrind on mac TBR=eroman@chromium.org Review URL: http://codereview.chromium.org/1384001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42686 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak in PepperDeviceTestskerner@chromium.org2010-03-251-0/+12
| | | | | | | | | | BUG=39373 TEST=none TBR=dhollowa Review URL: http://codereview.chromium.org/1382001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42682 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress webcore CSS leaks.skerner@chromium.org2010-03-251-0/+15
| | | | | | | | | | BUG=39353 TEST=none TBR=maruel Review URL: http://codereview.chromium.org/1333006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42669 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak hit by test BufferedResourceLoaderTest.StartStopskerner@chromium.org2010-03-251-0/+12
| | | | | | | | | | BUG=39342 TEST=none TBR=maruel Review URL: http://codereview.chromium.org/1373001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42662 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for mac test leak.skerner@chromium.org2010-03-251-0/+12
| | | | | | | | | | TBR=maruel BUG=39342 TEST=none Review URL: http://codereview.chromium.org/1362001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42658 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing valgrind issue temporarily. Introduced in r42586.dhollowa@chromium.org2010-03-252-13/+14
| | | | | | | | | BUG=39325 TEST=none Review URL: http://codereview.chromium.org/1241008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42642 0039d316-1c4b-4281-b951-d872f2087c98
* silence false valgrind alarms due to ChromeCookieMonsterDelegate changesdanno@chromium.org2010-03-251-0/+1
| | | | | | | | | BUG=none TEST=less redness on valgrind trybots Review URL: http://codereview.chromium.org/1251010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42610 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore the CFBag* stuff on Mac.glider@chromium.org2010-03-251-0/+5
| | | | | | | | TBR=timurrrr Review URL: http://codereview.chromium.org/1333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42606 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore threadLockingTest from sqllitetimurrrr@chromium.org2010-03-251-0/+3
| | | | | | | TBR=glider Review URL: http://codereview.chromium.org/1333001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42605 0039d316-1c4b-4281-b951-d872f2087c98
* Join two suppressions for -[NSObject release] by removing an odd stack frame.glider@chromium.org2010-03-251-10/+0
| | | | | | Review URL: http://codereview.chromium.org/1216009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42598 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses the leaks in BookmarkFolderTargetTest.hbono@chromium.org2010-03-251-0/+20
| | | | | | | | | | | This change suppresses the leaks in BookmarkFolderTargetText.ReopenNotSame and BookmarkFolderTargetTet.ReopenSame, which started since Build 3917. TBR=jrg BUG=39282 TEST=make Mac valgrind bots green. Review URL: http://codereview.chromium.org/1286007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42583 0039d316-1c4b-4281-b951-d872f2087c98
* Updates the suppression rule for Issue 20504.hbono@chromium.org2010-03-251-1/+1
| | | | | | | | | | | This change just updates the suppression rule for Issue 20504 because the recent refactoring of browser_main made the current suppression obsolete. TBR=jeremy BUG=20504 TEST=make Mac valgrind bots green. Review URL: http://codereview.chromium.org/1254004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42581 0039d316-1c4b-4281-b951-d872f2087c98
* Reverts 42520 and 42477. It back red again when adding this change back.maruel@chromium.org2010-03-252-72/+0
| | | | | | | | | | TEST=valgrind test: unit should turn green BUG=38398 BUG=39177 Review URL: http://codereview.chromium.org/1313003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42569 0039d316-1c4b-4281-b951-d872f2087c98
* Reapply 42467 by reverting 42499 and added suppression.maruel@chromium.org2010-03-241-0/+66
| | | | | | | | | | | "Clear cookies, local storage and databases when an extension gets uninstalled." BUG=39177 BUG=38398 Review URL: http://codereview.chromium.org/1210004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42520 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations after dip on vm_peak_*.chase@chromium.org2010-03-241-2/+2
| | | | | | | | | | BUG=39100 TEST=xpdual/moz is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/1249003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42487 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressed the leaks in ExtensionsServiceTest.* (bug 39177)glider@chromium.org2010-03-241-0/+6
| | | | | | | | | BUG=39177 TBR=jochen Review URL: http://codereview.chromium.org/1286001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42477 0039d316-1c4b-4281-b951-d872f2087c98
* Enable SSLClientSocketTest.* on Mac under ThreadSanitizer.glider@chromium.org2010-03-242-0/+12
| | | | | | | | | | Ignore the accesses within SensitiveAllocator::free. Suppress another report in -[NSOperationQueue dealloc] TBR=timurrrr Review URL: http://codereview.chromium.org/1281001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42472 0039d316-1c4b-4281-b951-d872f2087c98
* Enable DiskCacheTest.*, DiskCacheEntryTest.*, FlipNetworkTransactionTest.*,glider@chromium.org2010-03-241-0/+8
| | | | | | | | | | SocketStreamTest.BasicAuthProxy under ThreadSanitizer on Mac, added an appropriate suppression for NSOperationQueue. TBR=timurrrr Review URL: http://codereview.chromium.org/1239003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42469 0039d316-1c4b-4281-b951-d872f2087c98
* More file-prefix-to-cut and cut-stack-below filterstimurrrr@chromium.org2010-03-241-0/+10
| | | | | | Review URL: http://codereview.chromium.org/1263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42457 0039d316-1c4b-4281-b951-d872f2087c98
* Add heapcheck suppressions for fontconfig one-time leaks.glider@chromium.org2010-03-241-0/+51
| | | | | | | | | | | | This patch was originally prepared by Matt Mueller TBR=mattm BUG=39050 TEST=tools/heapcheck/chrome_tests.sh -t unit Review URL: http://codereview.chromium.org/1274001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42456 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression which is not needed anymore.antonm@chromium.org2010-03-241-10/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42452 0039d316-1c4b-4281-b951-d872f2087c98
* Don't instrument set_jmptimurrrr@chromium.org2010-03-241-0/+1
| | | | | | | TBR=glider Review URL: http://codereview.chromium.org/1271001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42449 0039d316-1c4b-4281-b951-d872f2087c98
* Generalize a browser sync suppression, which started firing after r42384.eroman@chromium.org2010-03-241-1/+1
| | | | | | | | BUG=8490 TBR=skrul Review URL: http://codereview.chromium.org/1201003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42420 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the leak in RenderViewTest::ExecuteJavaScript (bug 39021)glider@chromium.org2010-03-231-2/+27
| | | | | | | | | | | | | Suppress the leak in WifiDataProviderCommon::DoWifiScanTask (bug 38206) Suppress the leak in browser_sync::SyncBackendHost::Core::NotifyFrontend (bug 38490) BUG=39021,38206,38490 TBR=timurrrr Review URL: http://codereview.chromium.org/1088010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42336 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed the heapchecker log reader to accept log lines containing spaces in theglider@chromium.org2010-03-231-1/+1
| | | | | | | | | | | function names (e.g. "0xdeadbeef void Foobar") TBR=timurrrr Review URL: http://codereview.chromium.org/1164006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42335 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressed the leak in ProfileSyncServiceTypedUrlTest::TearDown (bug 38487)glider@chromium.org2010-03-231-2/+15
| | | | | | | | | | | | | Fixed the bug ID for the IPC::ChannelProxy::Context::OnAddFilter suppression (bug 39014) Fixed the bug ID for the RenderThreadTest suppression (bug 39016) BUG=38487,39014,39016 TBR=timurrrr Review URL: http://codereview.chromium.org/1138008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42334 0039d316-1c4b-4281-b951-d872f2087c98
* Extended the suppression for IPCChannelTest.ChannelProxyTest (bug 26920)glider@chromium.org2010-03-231-1/+16
| | | | | | | | | | | Suppressed leaks in RenderViewTest::TearDown (bug 39007) Suppressed leaks in TestingProfile::CreateBookmarkModel (bug 39009) BUG=26920,39007,39009 Review URL: http://codereview.chromium.org/1073006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42328 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Fix some GdkPixbuf leaks.mattm@chromium.org2010-03-231-7/+0
| | | | | | | | | | | | Also expand some documentation for functions that returned a GdkPixbuf about who owns the reference BUG=38895 TEST=manual test that nothing is broken, will watch bot for leak results Review URL: http://codereview.chromium.org/1075014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42302 0039d316-1c4b-4281-b951-d872f2087c98
* Add licensing info for another set of projects in third_party.evan@chromium.org2010-03-221-14/+31
| | | | | | | | | | Allow special cases in licenses.py for when we pull code directly from an upstream and can't check in a README.chromium. (In particular, we'll need this for WebKit.) Review URL: http://codereview.chromium.org/1075015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42288 0039d316-1c4b-4281-b951-d872f2087c98
* Extended the suppression for 30547 (leak destroying BookmarkModel)glider@chromium.org2010-03-221-1/+19
| | | | | | | | | | | | Suppressed bug 38895 (leaks in KeywordEditorView::SetColumnValues) Suppressed bug 18698 (leak in IPC::ChannelProxy::Context::OnAddFilter) BUG=30547,38895,18698 TBR=timurrrr Review URL: http://codereview.chromium.org/1157004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42235 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations for xpdual/moz/vm_peak_*.chase@chromium.org2010-03-221-2/+2
| | | | | | | | | | | | | | | There was a vm_peak_* improvement recently, possibly caused by WebKit roll in r42192, 56306:56312, but more likely due to an infrastructure change made by maruel around r42200. BUG=none TEST=moz perf step is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/1142008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42233 0039d316-1c4b-4281-b951-d872f2087c98