summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Update checkperms for the 32-bit gold binary from the r124277 DEPS roll.thestig@chromium.org2012-03-011-0/+1
| | | | | | | | BUG=none TEST=checkperms goes green on the Linux bots. Review URL: https://chromiumcodereview.appspot.com/9545009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124296 0039d316-1c4b-4281-b951-d872f2087c98
* Update perf sizes for mini_installer.exe growth.mattm@chromium.org2012-02-291-1/+1
| | | | | | | | | | BUG=116330 TEST=win builder TBR=cmp@chromium.org Review URL: https://chromiumcodereview.appspot.com/9555007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124289 0039d316-1c4b-4281-b951-d872f2087c98
* Move tsan suppression for SequencedWorkerPool to benign sectionakalin@chromium.org2012-02-291-8/+18
| | | | | | | | | | | Add unit test to consistently reproduce (benign) histogram race. BUG=115987 TEST= Review URL: https://chromiumcodereview.appspot.com/9522009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124250 0039d316-1c4b-4281-b951-d872f2087c98
* Teach suppressions.py to match mod!ellipsis frames in DrMemory suppressions.rnk@chromium.org2012-02-291-5/+57
| | | | | | | | | | | | | | This matches DrMemory's suppression matcher more closely. I also taught it to match the module as a case-insensitive name, which is also consistent with DrMemory. R=timurrrr@chromium.org TEST=added tests to tools/valgrind/suppressions.py BUG= Review URL: https://chromiumcodereview.appspot.com/9515013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124236 0039d316-1c4b-4281-b951-d872f2087c98
* Remove NOTIMPLEMENTED() from PlatformThread::SetThreadPriority() for posix.scherkus@chromium.org2012-02-291-24/+0
| | | | | | | | | | Change prevents log spam when using WebAudio, WebRTC, or HTML5 audio/video. The alternative of using #ifdefs at the callsites seems less ideal. Also remove related tsan suppression. BUG=100026,116172 Review URL: https://chromiumcodereview.appspot.com/9521010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124222 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress known GDI warnings on drmemory bots.rnk@chromium.org2012-02-291-2/+11
| | | | | | | | | | TBR=bruening@chromium.org BUG=109963 TEST= Review URL: https://chromiumcodereview.appspot.com/9538016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124219 0039d316-1c4b-4281-b951-d872f2087c98
* Add back SequencedWorkerPool suppression.rnk@chromium.org2012-02-291-0/+5
| | | | | | | | | | | | | I still see these leaks on the drmemory full bot, but not the heapcheck or memcheck bots. TBR=akalin@chromium.org BUG=115987 TEST= Review URL: https://chromiumcodereview.appspot.com/9540013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124218 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for bug 110642.atwilson@chromium.org2012-02-291-9/+0
| | | | | | | | | | BUG=110642 TEST=run unit tests under drmemory Review URL: http://codereview.chromium.org/9478025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124120 0039d316-1c4b-4281-b951-d872f2087c98
* Update perf expectations for new uses of Chrome metrics protocol buffers.isherman@chromium.org2012-02-291-3/+3
| | | | | | | | | | | | | | linux-release-64/sizes/chrome-si/initializers: http://build.chromium.org/f/chromium/perf/linux-release-64/sizes/report.html?history=500&rev=124087&graph=chrome-si linux-release/sizes/chrome-si/initializers: http://build.chromium.org/f/chromium/perf/linux-release/sizes/report.html?history=500&rev=124092&graph=chrome-si mac-release/sizes/chrome-si/initializers: http://build.chromium.org/f/chromium/perf/mac-release/sizes/report.html?history=500&rev=124093&graph=chrome-si BUG=105626 TEST=none TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/9529002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124099 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in SequencedWorkerPoolakalin@chromium.org2012-02-293-40/+1
| | | | | | | | | | | | The leak was due to a cyclic reference from SequencedWorkerPool::Worker. BUG=115987 TEST= TBR=brettw Review URL: https://chromiumcodereview.appspot.com/9480016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124097 0039d316-1c4b-4281-b951-d872f2087c98
* Unfortunately, a relocatable executable takes a size hit. We're ok with that;cevans@chromium.org2012-02-291-2/+2
| | | | | | | | | the loss of -pie is a recent regression. Update to size hit from readding -pie in r124072 Review URL: https://chromiumcodereview.appspot.com/9531002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124093 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress more false positive and intentional leaks on the drmemory full bot.rnk@chromium.org2012-02-281-1/+18
| | | | | | | | | | | | | | The vast majority of the leaks left from system dlls went through USER32.dll!CreateWindow*. I'm not sure if Chrome is missing resource cleanup for that call, but I'm not interested in investigating it right now. TBR=bruening@chromium.org TEST=waterfall_drmem.sh Review URL: https://chromiumcodereview.appspot.com/9514005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124010 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the new SequencedWorkerPool leaks for drmemory.rnk@chromium.org2012-02-281-0/+5
| | | | | | | | | | TBR=akalin@chromium.org BUG=115987 TEST=waterfall_drmem.sh Review URL: https://chromiumcodereview.appspot.com/9513001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124001 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind runner: cleanup /tmp from stale Valgrind entriestimurrrr@chromium.org2012-02-281-0/+10
| | | | | | | They might be there due to interrupted chrome_tests.py executions etc Review URL: https://chromiumcodereview.appspot.com/9487007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123974 0039d316-1c4b-4281-b951-d872f2087c98
* Extend the suppression for leak in SecTrustEvaluate (issue 96300)glider@chromium.org2012-02-281-2/+2
| | | | | | | | TBR=thakis BUG=96300 Review URL: https://chromiumcodereview.appspot.com/9489006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123958 0039d316-1c4b-4281-b951-d872f2087c98
* Join the suppressions for duplicate issues 115411 and 115611, add a new ↵glider@chromium.org2012-02-281-10/+9
| | | | | | | | | | | | suppression for the mac_valgrind trybot. TBR=thakis BUG=115611,115411 Review URL: https://chromiumcodereview.appspot.com/9348056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123952 0039d316-1c4b-4281-b951-d872f2087c98
* Move suppression to common placeoshima@chromium.org2012-02-282-8/+8
| | | | | | | | | | | | Please add comment/description when you move this to benign. TBR=akalin@chromium.org BUG=115987 TEST=none Review URL: https://chromiumcodereview.appspot.com/9490002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123937 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude failing test on valgrind chromeososhima@chromium.org2012-02-281-0/+1
| | | | | | | | | | TBR=szym@chromium.org BUG=115979 TEST=none Review URL: https://chromiumcodereview.appspot.com/9480025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123936 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for 115987oshima@chromium.org2012-02-281-2/+1
| | | | | | | | | | TBR=akalin@chromium.org BUG=115987 TEST=none Review URL: https://chromiumcodereview.appspot.com/9487001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123926 0039d316-1c4b-4281-b951-d872f2087c98
* json_schema_compiler: Added wider support for OBJECTs and ENUMs. Used the ↵calamity@chromium.org2012-02-2818-267/+532
| | | | | | | | | | | | new 'dependencies' property in the jsons. Refactored to avoid code duplication. Added tests for new features and where tests were lacking. BUG= TEST=unit_tests --gtest_filter=JsonSchemaCompiler* Review URL: http://codereview.chromium.org/9456007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123909 0039d316-1c4b-4281-b951-d872f2087c98
* json_schema_compiler: fix typos in previewserver.py.kalman@chromium.org2012-02-281-2/+2
| | | | | | Review URL: https://chromiumcodereview.appspot.com/9481027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123902 0039d316-1c4b-4281-b951-d872f2087c98
* Remove executable bit from tools/valgrind/drmemory/suppressions_full.txt, ↵mattm@chromium.org2012-02-281-0/+0
| | | | | | | | | | | | from r123879. BUG=none TEST=check_perms TBR=rnk@chromium.org Review URL: https://chromiumcodereview.appspot.com/9475040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123891 0039d316-1c4b-4281-b951-d872f2087c98
* Fix PasswordStoreWinTest.Migration leak.rnk@chromium.org2012-02-281-12/+0
| | | | | | | | | | | | | | | | | | | This leak was introduced in http://crbug.com/83999 by forgetting to call store->Shutdown() at the end of the Migration test. I made the scoped_refptr<PasswordStore> a member of the fixture and put the store_->Shutdown() calls in the TearDown method. This leak was holding open handles to db files, which was also preventing the cleanup of the db's temp directory on Windows. R=sky@chromium.org,timurrrr@chromium.org BUG=115191 TEST=PasswordStoreWinTest.* under drmemory gives no leaks, no temp dir warning Review URL: http://codereview.chromium.org/9464022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123879 0039d316-1c4b-4281-b951-d872f2087c98
* Re-eanble tests that were failing due to zombine processoshima@chromium.org2012-02-281-4/+0
| | | | | | | | | BUG=115677 TEST=none Review URL: https://chromiumcodereview.appspot.com/9477024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123869 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak and race in SequenceWorkerPooloshima@chromium.org2012-02-283-1/+44
| | | | | | | | | | TBR=akalin@chromium.org BUG=115987 TEST=none Review URL: https://chromiumcodereview.appspot.com/9480017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123863 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude crashing tests on chromeos valgrindoshima@chromium.org2012-02-281-0/+4
| | | | | | | | | | TBR=szym@chromium.org BUG=115979 TEST=none Review URL: https://chromiumcodereview.appspot.com/9480015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123844 0039d316-1c4b-4281-b951-d872f2087c98
* json_schema_compiler: make the preview server retrieve the code HTML via XHRkalman@chromium.org2012-02-271-22/+30
| | | | | | | | | | | rather than iframes. It's a bit neater, and fixes the back button problem. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9466045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123829 0039d316-1c4b-4281-b951-d872f2087c98
* Add another suppression for 109491oshima@chromium.org2012-02-271-1/+18
| | | | | | | | | | TBR=tkent@chromium.org BUG=109491 TEST=none Review URL: https://chromiumcodereview.appspot.com/9477011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123800 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress drmemory false positives and PasswordStore leaks with a pending fix.rnk@chromium.org2012-02-271-13/+38
| | | | | | | | TBR=bruening@chromium.org Review URL: https://chromiumcodereview.appspot.com/9474015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123798 0039d316-1c4b-4281-b951-d872f2087c98
* Fix race condition where the items on ResourceContext's UserData map were ↵jam@chromium.org2012-02-271-27/+0
| | | | | | | | | rewritten to the same value as they were read on the IO thread. BUG=115678 Review URL: https://chromiumcodereview.appspot.com/9466031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123794 0039d316-1c4b-4281-b951-d872f2087c98
* Allow anyone to update DrMemory suppressions.rnk@chromium.org2012-02-271-0/+1
| | | | | | | | TBR=timurrrr@chromium.org Review URL: https://chromiumcodereview.appspot.com/9460040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123788 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for 115678oshima@chromium.org2012-02-271-1/+1
| | | | | | | | | | TBR=jam@chromium.org BUG=115678 TEST=none Review URL: https://chromiumcodereview.appspot.com/9474011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123786 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for 115808oshima@chromium.org2012-02-271-96/+4
| | | | | | | | | | TBR=enne@chromium.org BUG=115808 TEST=none Review URL: https://chromiumcodereview.appspot.com/9475012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123780 0039d316-1c4b-4281-b951-d872f2087c98
* Lower static initializer expectations by 2 on linux and mac after v8 roll.thakis@chromium.org2012-02-271-3/+3
| | | | | | | | | BUG=94925 TEST=none TBR=cmp Review URL: https://chromiumcodereview.appspot.com/9481006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123765 0039d316-1c4b-4281-b951-d872f2087c98
* json_schema_compiler: add features to the previewserver.py:kalman@chromium.org2012-02-271-57/+144
| | | | | | | | | | | | | | - make the URL path reflect the navigation location. - make the renderered file determined by the hashtag (which gives support for things like going back/forward etc). - make the chosen highlighter cached in localStorage for refreshes. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9452042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123710 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress uninits in HarfBuzzShaperBasebashi@chromium.org2012-02-261-0/+104
| | | | | | | | | | BUG=115808 TEST=None Review URL: http://codereview.chromium.org/9463038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123688 0039d316-1c4b-4281-b951-d872f2087c98
* Port the supalink scripts to work with Cygwin Python.rnk@chromium.org2012-02-242-6/+21
| | | | | | | | | | | | | | | Annoyingly, _winreg doesn't exist in Cygwin Python. cygwinreg is a third party compatible alternative, though. Installing it and making these changes was the quickest way to get supalink working for me. R=scottmg@chromium.org BUG= TEST=ran both scripts, supalink works for me Review URL: http://codereview.chromium.org/9463015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123546 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress race in AutomationUITestBase.IncognitoWindowoshima@chromium.org2012-02-241-0/+27
| | | | | | | | | | TBR=huanr@chromium.org BUG=115678 TEST=none Review URL: https://chromiumcodereview.appspot.com/9463024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123534 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leaks due to async cleanup in LibjingleTransportFactory.sergeyu@chromium.org2012-02-243-52/+0
| | | | | | | | | BUG=115608 TBR=wez@chromium.org Review URL: https://chromiumcodereview.appspot.com/9463014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123530 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations.rtenneti@google.com2012-02-241-2/+2
| | | | | | | | | | | | | | Picked a commit that is in the middle immediately after perf improvement. http://build.chromium.org/f/chromium/perf/linux-release-lowmem/dom_perf/report.html?history=450&rev=123492 http://build.chromium.org/f/chromium/perf/linux-release/dom_perf/report.html?history=450&rev=123492 TBR=cmp@chromium.org BUG=115676 Review URL: https://chromiumcodereview.appspot.com/9460014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123517 0039d316-1c4b-4281-b951-d872f2087c98
* Update suppression for 70327oshima@chromium.org2012-02-241-1/+1
| | | | | | | | | | TBR=asvitkine@chromium.org BUG=70327 TEST=none Review URL: https://chromiumcodereview.appspot.com/9463020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123516 0039d316-1c4b-4281-b951-d872f2087c98
* Excluding PPAPI tests failing on tsanoshima@chromium.org2012-02-241-0/+4
| | | | | | | | | | TBR=brettw@chromium.org BUG=115677 TEST=none Review URL: https://chromiumcodereview.appspot.com/9466015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123515 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress WebMContentEncodingsClient::OnListStart leak for drmemory.rnk@chromium.org2012-02-241-0/+8
| | | | | | | | | | BUG=115606 TBR=xhwang@chromium.org TEST= Review URL: https://chromiumcodereview.appspot.com/9463016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123499 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak in BasicNetworkManager in remoting testoshima@chromium.org2012-02-241-0/+11
| | | | | | | | | | TBR=sergeyu@chromium.org BUG=115647 TEST=none Review URL: https://chromiumcodereview.appspot.com/9460005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123481 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress Unaddressable error on chromeos valgrind botoshima@chromium.org2012-02-241-0/+26
| | | | | | | | | | TBR=alicet@chromium.org BUG=113638 TEST=none Review URL: https://chromiumcodereview.appspot.com/9463005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123457 0039d316-1c4b-4281-b951-d872f2087c98
* Update suppressionoshima@chromium.org2012-02-241-4/+4
| | | | | | | | | | TBR=oshima@chromium.org BUG=104998 TEST=none Review URL: https://chromiumcodereview.appspot.com/9455052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123455 0039d316-1c4b-4281-b951-d872f2087c98
* Suppres leak in CanWriteDataToFile_Test/TraceSubscriberStdioImploshima@chromium.org2012-02-242-2/+27
| | | | | | | | | | TBR=husky@chromium.org BUG=115611 TEST=none Review URL: https://chromiumcodereview.appspot.com/9462008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123453 0039d316-1c4b-4281-b951-d872f2087c98
* Update suppression for 115606oshima@chromium.org2012-02-241-1/+1
| | | | | | | | | | TBR=xhwang@chromium.org BUG=115606 TEST=none Review URL: https://chromiumcodereview.appspot.com/9455049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123451 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak in remoting testoshima@chromium.org2012-02-242-0/+43
| | | | | | | | | | TBR=sergeyu@chromium.org BUG=115608 TEST=none Review URL: https://chromiumcodereview.appspot.com/9466002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123449 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak in WebMListParseroshima@chromium.org2012-02-242-1/+14
| | | | | | | | | | TBR=xhwang@chromium.org BUG=115606 TEST=none Review URL: https://chromiumcodereview.appspot.com/9460003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123446 0039d316-1c4b-4281-b951-d872f2087c98