summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Update V8 to version 3.2.9.1 and remove memory leak suppression.ricow@chromium.org2011-04-121-10/+0
| | | | | | Review URL: http://codereview.chromium.org/6821068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81219 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust expectations.cmp@chromium.org2011-04-121-10/+10
| | | | | | | | | | | | | | | | | | | - linux-release-hardy/dhtml/times/t (improved at r80750, webkit roll) - linux-release-hardy/dhtml/total_op_r/IO_op_r (regressed ~80848) - linux-release-hardy/moz/times/t (improved at r80091?, webkit roll) - mac-release-10.5/intl2/commit_charge/cc (improved at r79662, webkit roll) - mac-release-10.5/intl2/times/t (improved at r80750, webkit roll) - mac-release-10.6/dhtml/times/t (improved at r80750, webkit roll) - mac-release-10.6/intl1/times/t (improvement from r79662, webkit roll) - xp-release-dual-core/moz/total_op_r/IO_op_r (regressed ~80848) - xp-release-dual-core/moz/vm_peak_r/vm_pk_r (improved at r79665, webkit roll) - xp-release-single-core/morejs/times/t (improved r81023?) TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/6823072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81217 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the leaks in v8::internal::Heap::PerformGarbageCollection()hbono@chromium.org2011-04-121-0/+10
| | | | | | | | | | | This change suppresses the leaks in the v8 code started since r81093 <http://crrev.com/81093>. TBR=timurrrr,thestig BUG=79124 TEST=make the "WebKit Linux (valgrind)", "WebKit Linux (valgrind layout)", and "WebKit Mac (valgrind)" bots green. Review URL: http://codereview.chromium.org/6821066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81209 0039d316-1c4b-4281-b951-d872f2087c98
* sync: fix test-only race in SyncerThread2Test.*Coalescing*tim@chromium.org2011-04-111-3/+0
| | | | | | | | | | | | | These tests would schedule a nudge in the future, and then two immediate ones in the hopes of hitting the coalesce code path. I switched it to use TestTimeouts and a longer delay, and only have two nudges. BUG=74663 TEST=SyncerThread2Test.*Coalescing* Review URL: http://codereview.chromium.org/6824055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81163 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress new DrMemory reports from printing_unitteststimurrrr@chromium.org2011-04-111-0/+9
| | | | | | | | | BUG=http://code.google.com/p/drmemory/issues/detail?id=346 TBR=bruening Review URL: http://codereview.chromium.org/6825043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81104 0039d316-1c4b-4281-b951-d872f2087c98
* Print out TSan internal assertions as errorstimurrrr@chromium.org2011-04-111-3/+15
| | | | | | Review URL: http://codereview.chromium.org/6820032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81101 0039d316-1c4b-4281-b951-d872f2087c98
* Disables FtpDirectoryListingBufferTest.Parse on our TSAN bots.hbono@chromium.org2011-04-111-0/+3
| | | | | | | | | | | It seems r81081 <http://crrev.com/81081> added more test cases to the FtpDirectoryListingBufferTest.Parse test and all our TSAN bots cannot finish it within 1200 seconds after this change. This change temporarily disable this test on our TSAN bots until we fix it. TBR=timurrrr,glider BUG=79022 TEST=make all the tsan bots (Linux, Mac, and Windows) green. Review URL: http://codereview.chromium.org/6821043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81089 0039d316-1c4b-4281-b951-d872f2087c98
* Disables RendererMainTest.CreateDestroy on our heapcheck bot.hbono@chromium.org2011-04-111-0/+3
| | | | | | | | | | | This change disables a test RendererMainTest.CreateDestroy, which has been failing since circa Build 5778, on our heapchecker bot. TBR=timurrrr,glider BUG=79000 TEST=make the "Linux Heapcheck" bot green. Review URL: http://codereview.chromium.org/6821042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81086 0039d316-1c4b-4281-b951-d872f2087c98
* Update the suppression rules for Bug 42958.hbono@chromium.org2011-04-111-3/+3
| | | | | | | | | | | This change updates the suppression rules for Bug 42958 to catch up with the recent WebKit merge. TBR=timurrrr,thestig BUG=42958 TEST=make the "Webkit Linux (valgrind layout)" bot green. Review URL: http://codereview.chromium.org/6823034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81066 0039d316-1c4b-4281-b951-d872f2087c98
* updating cros deps to new libcrostbarzic@chromium.org2011-04-101-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6826022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81062 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory corruption that happens when the RenderViewHostDelegate deletes ↵jam@chromium.org2011-04-091-12/+0
| | | | | | | | | | the RenderViewHost. BUG=78861 TBR=avi Review URL: http://codereview.chromium.org/6821029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81047 0039d316-1c4b-4281-b951-d872f2087c98
* Update export_tarball.py to the new location of JavaScriptCore.abarth@chromium.org2011-04-091-2/+2
| | | | | | Review URL: http://codereview.chromium.org/6825030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81045 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the suppression rule for Bug 36605.hbono@chromium.org2011-04-091-1/+0
| | | | | | | | | | | This change just widen the suppression rule for Bug 36605 to cover ExtensionAppProviderTest. TBR=timurrrr,thestig BUG=36605 TEST=make the "Chromium Mav (valgrind)" bot green. Review URL: http://codereview.chromium.org/6822021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81032 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress freed-memory-reads in ↵hbono@chromium.org2011-04-091-0/+12
| | | | | | | | | | | | | ObserverListBase<RenderViewHostObserver>::Iterator::~Iterator(). This change suppresses the several sorts of freed-memory-reads in this function. TBR=timurrrr,thestig BUG=78896 TEST=make the valgrind bots greener. Review URL: http://codereview.chromium.org/6823024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81031 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed memory leak in sync notifier unit tests caused by my previous CL.sanjeevr@chromium.org2011-04-081-5/+0
| | | | | | | | BUG=78786 TEST=Valgrind bots Review URL: http://codereview.chromium.org/6810039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80983 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude TestKnownRoot from Windows TSANagl@chromium.org2011-04-081-0/+1
| | | | | | | Like several of the other tests in this area, this causes Windows TSAN bots to hang. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80948 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak in sync notifieroshima@google.com2011-04-081-0/+6
| | | | | | | | | | TBR=sanjeevr@chromium.org BUG=78786 TEST=none Review URL: http://codereview.chromium.org/6816047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80896 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppressionoshima@google.com2011-04-081-1/+0
| | | | | | | | | | TBR=sanjeevr@chromium.org BUG=78786 TEST=none Review URL: http://codereview.chromium.org/6814036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80889 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing memory leak in sync testoshima@google.com2011-04-081-0/+6
| | | | | | | | | | TBR=sanjeevr@chromium.org BUG=78784 TEST=none Review URL: http://codereview.chromium.org/6816044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80882 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing memory leak in sync testoshima@google.com2011-04-081-0/+9
| | | | | | | | | | TBR=sanjeevr@chromium.org BUG=78784 TEST=none Review URL: http://codereview.chromium.org/6814035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80880 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression due to signature change.oshima@google.com2011-04-071-1/+1
| | | | | | | | | | TBR=rickcam@chromium.org BUG=73358 TEST=none Review URL: http://codereview.chromium.org/6817001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80838 0039d316-1c4b-4281-b951-d872f2087c98
* [Chrome OS] Request{Store|Retrieve}Policy require explicit lengthscmasone@chromium.org2011-04-071-1/+1
| | | | | | | | | | | | | match recent libcros changes around Store/RetrievePolicy BUG=None TEST=unit tests R=stevenjb@chromium.org Review URL: http://codereview.chromium.org/6815001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80807 0039d316-1c4b-4281-b951-d872f2087c98
* Checking whether bug 78536 and bug 78303 are relatedglider@chromium.org2011-04-071-9/+1
| | | | | | | | | | | (enable HttpNetworkTransactionTest.*, HttpNetworkLayerTest.* and ProxyResolverV8Test.* back) TBR=eroman BUG=78303,78536 Review URL: http://codereview.chromium.org/6801041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80760 0039d316-1c4b-4281-b951-d872f2087c98
* Test whether CookieMonsterTest.GarbageCollectionTriggers causes bug 78536glider@chromium.org2011-04-071-0/+3
| | | | | | | | TBR=eroman BUG=78536 Review URL: http://codereview.chromium.org/6813015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80758 0039d316-1c4b-4281-b951-d872f2087c98
* Massively exclude HttpNetwork{Layer,Transaction}Test.* from running under glider@chromium.org2011-04-071-7/+2
| | | | | | | | | | ThreadSanitizer on Mac bots TBR=timurrrr BUG=78303 Review URL: http://codereview.chromium.org/6811013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80751 0039d316-1c4b-4281-b951-d872f2087c98
* P2P Transport implementation.sergeyu@chromium.org2011-04-061-0/+7
| | | | | | | | | TEST=Unittests. BUG=None Review URL: http://codereview.chromium.org/6791023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80717 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leak in ProfileMenuButtonTest.MenuTestsail@chromium.org2011-04-061-23/+0
| | | | | | | | | | | | | | | Valgrind was reporting a leak in -[ProfileMenuDelegate menuWillOpen:]. I wasn't able to reproduce this on my machine with a Debug or Release build. As a workaround I'm simply removing that part of the test. The test now just checks that popUpContextMenu:withEvent:forView: is called. This is still pretty good since it tests the mouse down code and the pressed state drawing code. BUG=77910 TEST=Wasn't able to reproduce the same leak but I did get some other leaks in the menu code. Applied my patch and verified that valgrind ran with no errors. Review URL: http://codereview.chromium.org/6677169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80687 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling failing tests on tsan/macoshima@google.com2011-04-061-0/+2
| | | | | | | | | | | | | HttpNetworkTransactionTest.BasicAuthProxyNoKeepAlive HttpNetworkTransactionTest.HttpsProxySpdyConnectHttps TBR=willchan@chromium.org BUG=78303 TEST=none Review URL: http://codereview.chromium.org/6806015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80682 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ProxyResolverV8Test.*oshima@google.com2011-04-061-2/+1
| | | | | | | | | | | | Looks like all ProxyResolverV8Test doesn't run properly on tsan/mac. TBR=eroman@chromium.org BUG=78536 TEST=none Review URL: http://codereview.chromium.org/6805014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80651 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the trailing whitespace in the gtest filetimurrrr@chromium.org2011-04-061-2/+1
| | | | | | | | | TBR=oshima TEST=TSan/Mac bot goes green BUG=78536 Review URL: http://codereview.chromium.org/6803007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80586 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling failing test.oshima@google.com2011-04-061-0/+2
| | | | | | | | | | BUG=78536 TEST=none TBR=eroman@chromium.org Review URL: http://codereview.chromium.org/6805004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80584 0039d316-1c4b-4281-b951-d872f2087c98
* Do not remove net/data/cache_tests from the release tarballs,phajdan.jr@chromium.org2011-04-061-1/+0
| | | | | | | | | | it may be useful for distributions that want to run net_unittests (for example Gentoo Linux). BUG=none Review URL: http://codereview.chromium.org/6793036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80583 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 80567 - P2P Transport implementation.TEST=Unittests.BUG=NoneReview ↵sergeyu@chromium.org2011-04-061-7/+0
| | | | | | | | | URL: http://codereview.chromium.org/6791023 TBR=sergeyu@chromium.org Review URL: http://codereview.chromium.org/6799003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80571 0039d316-1c4b-4281-b951-d872f2087c98
* Excluging failing test from valgrind bot.oshima@google.com2011-04-061-0/+3
| | | | | | | | | | TBR=willchan@chromium.org BUG=78533 TEST=none Review URL: http://codereview.chromium.org/6803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80568 0039d316-1c4b-4281-b951-d872f2087c98
* P2P Transport implementation.sergeyu@chromium.org2011-04-061-0/+7
| | | | | | | | | TEST=Unittests. BUG=None Review URL: http://codereview.chromium.org/6791023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80567 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling ProxyResolverV8Test.JavascriptLibrary that hangs/kill the tsan/mac.oshima@google.com2011-04-061-0/+3
| | | | | | | | | | TBR=eroman@chromium.org BUG=78536 TEST=none Review URL: http://codereview.chromium.org/6801002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80566 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression memory leak in syncoshima@google.com2011-04-061-0/+22
| | | | | | | | | | TBR=akalin@chromium.org BUG=78528 TEST=none Review URL: http://codereview.chromium.org/6792070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80558 0039d316-1c4b-4281-b951-d872f2087c98
* Disable failing testoshima@google.com2011-04-051-0/+3
| | | | | | | | | | TBR=stevenjb@chromium.org BUG=78521 TEST=none Review URL: http://codereview.chromium.org/6677179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80547 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing heapcheck erroroshima@google.com2011-04-051-0/+14
| | | | | | | | | | TBR=timurrrr@chromium.org BUG=78505 TEST=none Review URL: http://codereview.chromium.org/6691072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80534 0039d316-1c4b-4281-b951-d872f2087c98
* clang: Use -Wheader-hygiene instead of a custom check in the plugin.thakis@chromium.org2011-04-057-83/+6
| | | | | | | | | | | | | | | | | | Revert the parts of http://codereview.chromium.org/6698051/ that added the custom plugin code, and use the new warning we added to upstream clang instead. Define U_USING_ICU_NAMESPACE=0 to make ICU not use |using namespace icu;| in its header and adapt cc files that use ICU. Depends on http://codereview.chromium.org/6691062 BUG=none TEST=none Review URL: http://codereview.chromium.org/6677115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80509 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing valgrind error on gtestoshima@google.com2011-04-051-0/+44
| | | | | | | | | | TBR=timurrrr@chromium.org BUG=64887 TEST=none Review URL: http://codereview.chromium.org/6792057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80508 0039d316-1c4b-4281-b951-d872f2087c98
* Support nested <if> tags for included html.xiyuan@chromium.org2011-04-052-10/+49
| | | | | | | | | | BUG=77971 TEST=Verify fix for issue 77971. STATUS=Fixed Review URL: http://codereview.chromium.org/6793021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80500 0039d316-1c4b-4281-b951-d872f2087c98
* Fix up leak in FilePathWatcherTest and UserStyleSheetTestdmaclach@chromium.org2011-04-051-24/+0
| | | | | | | | | BUG=76644, 77042 TEST=Build under valgrind. Review URL: http://codereview.chromium.org/6693075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80490 0039d316-1c4b-4281-b951-d872f2087c98
* Print a grit debugging hint to stdout when a parse exception occursrhashimoto@chromium.org2011-04-051-1/+3
| | | | | | | | | | | | | to help with locating the error in the .grd file. BUG=none TEST=none Review URL: http://codereview.chromium.org/6760030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80470 0039d316-1c4b-4281-b951-d872f2087c98
* Two final suppressions for deliberate histogram leaksjar@chromium.org2011-04-051-2/+7
| | | | | | | | | | | | The name used in the histogram is apparently allocated, and then passed in (probably due to compiler optimizations). This supresses that leak, as the owning histogram is deliberately leaked per revision 80412. tbr=rvargas Review URL: http://codereview.chromium.org/6677156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80461 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak warning on name pushed into deliberaly leaked histogramjar@chromium.org2011-04-051-0/+7
| | | | | | | | | Result of revision 80412. tbr=rtenneti Review URL: http://codereview.chromium.org/6735057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80447 0039d316-1c4b-4281-b951-d872f2087c98
* Revert TSan/WebKit suppressions - need to update the TSan binary firsttimurrrr@chromium.org2011-04-051-0/+27
| | | | | | | | | BUG=70085 TEST=TSan/UI goes green TBR=glider Review URL: http://codereview.chromium.org/6735053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80435 0039d316-1c4b-4281-b951-d872f2087c98
* Widen TSan suppression to support the new TSan suppression format (r3275+)timurrrr@chromium.org2011-04-051-9/+9
| | | | | | | | TEST=./tools/valgrind/valgrind.sh --tool=tsan ls TBR=glider Review URL: http://codereview.chromium.org/6677153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80430 0039d316-1c4b-4281-b951-d872f2087c98
* Enable dynamic annotations in WebKit if release_valgrind_build is 1.timurrrr@chromium.org2011-04-051-27/+0
| | | | | | | | | TEST=build with Valgrind flags, then `nm out/Release/chrome | grep WTFAnnotate` BUG=70085 Review URL: http://codereview.chromium.org/6792018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80423 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress warnings related to intentional histogram leaksjar@chromium.org2011-04-051-0/+30
| | | | | | | | | | | landing 80412 deliberately leaked histograms. I supressed the valgrind reports... but missed the heapcheck reports. tbr=rtenneti Review URL: http://codereview.chromium.org/6677152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80422 0039d316-1c4b-4281-b951-d872f2087c98