summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add log statements to generated stub code.scherkus@chromium.org2011-07-291-0/+5
| | | | | | | | | This makes it easier to debug what went wrong in the case of a failed module load. Review URL: http://codereview.chromium.org/7532032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94731 0039d316-1c4b-4281-b951-d872f2087c98
* Remove leak suppression for mock tab contents in mac panels. Code that ↵jennb@chromium.org2011-07-291-27/+0
| | | | | | | | | | | caused it no longer exists as of r94517. BUG=89827 TEST=Panel*Test.* Review URL: http://codereview.chromium.org/7474004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94695 0039d316-1c4b-4281-b951-d872f2087c98
* Don't skip the <not in a module> frames while printing the Dr. Memory reportstimurrrr@chromium.org2011-07-291-5/+11
| | | | | | | TBR=bruening Review URL: http://codereview.chromium.org/7474017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94666 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude FirefoxImporterTest.Firefox3NSS3Decryptor from Dr. Memory runstimurrrr@chromium.org2011-07-291-0/+4
| | | | | | | | BUG=90980 TBR=bruening Review URL: http://codereview.chromium.org/7533018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94664 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the remoting suppression a bit, suppress UNINITs from V8 starting with ↵timurrrr@chromium.org2011-07-291-2/+5
| | | | | | | | | <not in a module> TBR=bruening Review URL: http://codereview.chromium.org/7533016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94659 0039d316-1c4b-4281-b951-d872f2087c98
* More memory updatesjochen@chromium.org2011-07-293-7/+53
| | | | | | | | | | | | | | | | Suppress invalid access below sql::Connection::Execute Leak in HttpCache::CreateEntry Widen suppression for leak beneath BrowserRenderProcessHost::Send Invalid read in RenderWidgetHostViewMac::GetCompositingSurface Disable more tests segfaulting valgrind on mac BUG=90976,90973,32273,80239,51716 TEST=none TBR=glider Review URL: http://codereview.chromium.org/7493078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94658 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the suppression for the Dr. Memory bug #516 which was fixed recentlytimurrrr@chromium.org2011-07-291-11/+0
| | | | | | | | BUG=http://code.google.com/p/drmemory/issues/detail?id=516 TBR=bruening Review URL: http://codereview.chromium.org/7529020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94652 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress more leaks under ResourceDispatcherHostjochen@chromium.org2011-07-291-0/+23
| | | | | | | | | | BUG=90496 TEST=none TBR=glider Review URL: http://codereview.chromium.org/7530026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94650 0039d316-1c4b-4281-b951-d872f2087c98
* More valgrind suppressionsjochen@chromium.org2011-07-292-5/+13
| | | | | | | | | | | | | | | Update suppressions for AudioMixerAlsa Update suppression for TabContentsViewViews::CreateView Invalid write in ppapi::ResourceTracker::CleanupInstanceData Disable new Jingle test on TSAN bots BUG=79652,75023,90967 TEST=none TBR=glider Review URL: http://codereview.chromium.org/7493076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94647 0039d316-1c4b-4281-b951-d872f2087c98
* More valgrind suppression updatesjochen@chromium.org2011-07-292-0/+17
| | | | | | | | | | | | | Disable most (OutOfProcess)PPAPITests on Valgrind/MAC because they crash valgrind Suppress another leak in ChromeAppCacheService initialization BUG=90215,51716 TEST=none TBR=glider Review URL: http://codereview.chromium.org/7531024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94646 0039d316-1c4b-4281-b951-d872f2087c98
* Update valgrind suppressionsjochen@chromium.org2011-07-292-0/+15
| | | | | | | | | | | | | | Suppress leak in GpuBlacklistUpdater Disable WorkerFileSystemTest.FileEntryToURISync on Linux/Valgrind Suppress another leak related to ChromeURLDataManager::AddDataSource BUG=90964,90963,90521 TEST=none TBR=glider Review URL: http://codereview.chromium.org/7493075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94643 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a few new reports on remoting_unitteststimurrrr@chromium.org2011-07-291-0/+30
| | | | | | | | BUG=89785,90961 TBR=bruening Review URL: http://codereview.chromium.org/7453025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94640 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable JingleSessionTest.TestSpeed.sergeyu@chromium.org2011-07-283-0/+3
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/7300014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94540 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress false reports from NtCreateKey syscall (i#516)timurrrr@chromium.org2011-07-281-0/+14
| | | | | | | | add one more V8 suppression (for some reason, the old one doesn't match some reports, hmmm) BUG=http://code.google.com/p/drmemory/issues/detail?id=516 Review URL: http://codereview.chromium.org/7482046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94469 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for IPC::ChannelProxy::Contextjochen@chromium.org2011-07-281-4/+0
| | | | | | | | | | BUG=82716 TEST=none TBR=glider Review URL: http://codereview.chromium.org/7524026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94467 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for WTF::ThreadSpecific<WTF::WTFThreadData>::set()jochen@chromium.org2011-07-281-5/+1
| | | | | | | | | | BUG=70924 TEST=none TBR=glider Review URL: http://codereview.chromium.org/7492069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94465 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leaking DataSource from the New Tab UIjochen@chromium.org2011-07-281-1/+7
| | | | | | | | | | BUG=90521 TEST=none TBR=glider Review URL: http://codereview.chromium.org/7522020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94464 0039d316-1c4b-4281-b951-d872f2087c98
* Add another suppression for ppapi leaksjochen@chromium.org2011-07-281-1/+11
| | | | | | | | | | BUG=90655 TEST=none TBR=glider Review URL: http://codereview.chromium.org/7520029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94462 0039d316-1c4b-4281-b951-d872f2087c98
* Make buildbot log_parser ignore sharding_supervisor summary linescharleslee@chromium.org2011-07-281-10/+16
| | | | | | | | | | | Reformatted summary lines TEST=no log errors in buildbot when tests time out Review URL: http://codereview.chromium.org/7477048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94461 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: remove profile and url context dependencies from remote debugging ↵pfeldman@chromium.org2011-07-281-1/+1
| | | | | | | | | | | server. BUG= TEST= Review URL: http://codereview.chromium.org/7492065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94458 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress uninitialized reads in icu_46timurrrr@chromium.org2011-07-281-2/+19
| | | | | | | | | + widen wave[InOut]GetNumDevs suppression BUG=81753 TBR=bruening Review URL: http://codereview.chromium.org/7482043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94449 0039d316-1c4b-4281-b951-d872f2087c98
* Merge icu_46 suppressions for bug 84304 with those for bug 81753timurrrr@chromium.org2011-07-281-24/+11
| | | | | | | | BUG=81753,84304 TBR=glider Review URL: http://codereview.chromium.org/7492067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94448 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude HttpBridgeTests and VideoCaptureHostTests on Dr.Memory bots, ↵timurrrr@chromium.org2011-07-281-4/+7
| | | | | | | | | | re-enable TemplateURLTest.Suggestions BUG=86507,90585 TBR=bruening Review URL: http://codereview.chromium.org/7522016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94434 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the *FAILS_* and *FLAKY_* tests on all Valgrind botsglider@chromium.org2011-07-282-5/+5
| | | | | | Review URL: http://codereview.chromium.org/7482039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94433 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of double linecharleslee@chromium.org2011-07-271-0/+2
| | | | | | | | | | | | | | An extra line without a newline is printed at the end of each shard, so the first line of the next shard is on the same line: 18>[ PASSED ] 2 tests. 18>19>Note: This is test shard 20 of 20. 19>[==========] Running 2 tests from 2 test cases. Review URL: http://codereview.chromium.org/7466039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94349 0039d316-1c4b-4281-b951-d872f2087c98
* Fix method call on potentially deleted object in NativeWidgetViews.rhashimoto@chromium.org2011-07-271-6/+0
| | | | | | | | | | | | The problem was that I was unconditionally calling set_delete_native_widget() from the NativeWidgetViews destructor, which is wrong if the NativeWidgetView has already been destroyed with its view hierarchy. The unconditional call is correct in the NativeWidgetView destructor because it must prevent itself from being deleted again even if it does not delete the NativeWidgetViews (WIDGET_OWNS_NATIVE_WIDGET case) and is safe because the NativeWidgetViews lifetime is always longer than its NativeWidgetView. BUG=chromium:90484 TEST=valgrind out/Debug/views_unittests --gtest_filter="WidgetOwnershipTest.*ViewsNativeWidget*" --single-process Review URL: http://codereview.chromium.org/7461082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94336 0039d316-1c4b-4281-b951-d872f2087c98
* ANSI white is not really whitecharleslee@chromium.org2011-07-271-2/+2
| | | | | | | | | | | | Fixed off-white terminal colors BUG=89234 TEST=look at the output Review URL: http://codereview.chromium.org/7476002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94310 0039d316-1c4b-4281-b951-d872f2087c98
* Disable SessionHistoryTest.BasicBackForward on Mac Valgrind botsglider@chromium.org2011-07-271-1/+4
| | | | | | | | BUG=31739 TBR=timurrrr Review URL: http://codereview.chromium.org/7497035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94298 0039d316-1c4b-4281-b951-d872f2087c98
* Extend the suppression for issue 44385 (leaks in ↵glider@chromium.org2011-07-273-14/+28
| | | | | | | | | | | | | net::HostResolverImpl::OnJobComplete) Suppress leaks in history::URLDatabase::FillURLRow (issue 90671) Disable WorkerFileSystemTest.ResolveURLHttpTests on Valgrind bots due to flakiness (issue 77442) TBR=timurrrr BUG=44385,77442,90671 Review URL: http://codereview.chromium.org/7497034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94295 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress V8 uninits and CryptProtectData-related reportstimurrrr@chromium.org2011-07-271-1/+13
| | | | | | | | BUG=http://code.google.com/p/drmemory/issues/detail?id=512,http://code.google.com/p/drmemory/issues/detail?id=512 TBR=bruening Review URL: http://codereview.chromium.org/7517013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94293 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the main source of leaks on unit_teststimurrrr@chromium.org2011-07-271-0/+6
| | | | | | | TBR=bruening Review URL: http://codereview.chromium.org/7497032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94284 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress two bugs found using Dr. Memorytimurrrr@chromium.org2011-07-271-0/+12
| | | | | | | | BUG=88213,90654 TBR=bruening Review URL: http://codereview.chromium.org/7497031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94280 0039d316-1c4b-4281-b951-d872f2087c98
* Update the Dr. Memory suppressionstimurrrr@chromium.org2011-07-271-8/+13
| | | | | | | | BUG=http://code.google.com/p/drmemory/issues/detail?id=499,http://code.google.com/p/drmemory/issues/detail?id=511 TBR=bruening Review URL: http://codereview.chromium.org/7461110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94272 0039d316-1c4b-4281-b951-d872f2087c98
* Delete suppression for issue 90640 (marked as duplicate of issue 65680)glider@chromium.org2011-07-272-23/+2
| | | | | | | | | | Disable AutomatedUITestBase.OpenNewTab on the Mac UI Valgrind bot (issue 51716) TBR=timurrrr BUG=51716,65680 Review URL: http://codereview.chromium.org/7480043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94270 0039d316-1c4b-4281-b951-d872f2087c98
* Extend the suppression for issue 88735 (leaks in ↵glider@chromium.org2011-07-271-3/+3
| | | | | | | | | | | | ProtocolHandlerRegistry::MaybeCreateJob) Extend the suppression for issue 89677 (leak in ThreadWatcher::PostPingMessage) TBR=timurrrr BUG=88735,89677 Review URL: http://codereview.chromium.org/7477043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94264 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak in remoting::ScreenRecorder::DoStart (issue 90640)glider@chromium.org2011-07-271-0/+40
| | | | | | | | | | | Suppress leaks in PosixDynamicThreadPool::AddTask (issue 90642) Suppress leaks in ppapi tests (issue 90644) BUG=90642,90640,90644 TBR=timurrrr Review URL: http://codereview.chromium.org/7497027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94260 0039d316-1c4b-4281-b951-d872f2087c98
* Use scoped_ptr for RenderTextTest memory management.msw@chromium.org2011-07-272-12/+0
| | | | | | | | | | | Eliminate heapcheck and valgrind suppressions. BUG=90370 TEST=none Review URL: http://codereview.chromium.org/7466043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94257 0039d316-1c4b-4281-b951-d872f2087c98
* Random seed generator for sharding_supervisorcharleslee@chromium.org2011-07-271-0/+7
| | | | | | | | | | Added --random-seed flag BUG=89737 Review URL: http://codereview.chromium.org/7461103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94238 0039d316-1c4b-4281-b951-d872f2087c98
* This avoids unnecessarily scheduling a callback wrapped inside another ↵ghc@google.com2011-07-261-9/+0
| | | | | | | | | | | | | callback, which was causing a memory leak in unit tests. This change also removes the valgrind leak suppression (bug 89025). Tested by running sync_unit_tests through valgrind with the suppression removed. Also did a manual end-to-end test of cache invalidation with Chrome. Review URL: http://codereview.chromium.org/7514017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94160 0039d316-1c4b-4281-b951-d872f2087c98
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-8/+3
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/7477008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94115 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leaks in gfx::CanvasSkia::SizeStringInt (issue 70327)glider@chromium.org2011-07-261-0/+65
| | | | | | | | | | | | Add another suppression for issue 48130 (leaks in chromeos::input_method) Suppress a leak in ChromeURLDataManagerBackend::AddDataSource (issue 90521) Extend the suppression for issue 82717 (leak in ChromeContentBrowserClient::BrowserRenderProcessHostCreated) BUG=70327,48130,90521,82717 TBR=timurrrr Review URL: http://codereview.chromium.org/7470021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94106 0039d316-1c4b-4281-b951-d872f2087c98
* Extend the suppression for leaks in NPAPIClient (issue 84223) to match the ↵glider@chromium.org2011-07-261-1/+41
| | | | | | | | | | | | CrOS reports Suppress the leaks in ResourceDispatcherHost callbacks (issue 90496) TBR=timurrrr BUG=84223,90496 Review URL: http://codereview.chromium.org/7461078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94085 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak in URLFetcher::Core::StartURLRequestWhenAppropriate (issue ↵glider@chromium.org2011-07-261-1/+34
| | | | | | | | | | | | | 80663) Suppress a use-after-free in NativeWidgetView::set_delete_native_widget (issue 90484) Suppress a leak in QuotaManager::RegisterClient (issue 90487) BUG=80663,90484,90487 TBR=timurrrr Review URL: http://codereview.chromium.org/7480008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94068 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leaks in gfx::RenderTextTest* (issue 90370)glider@chromium.org2011-07-262-0/+20
| | | | | | | | | | | Suppress a leak in TabContents::GetWebkitPrefs (issue 90400) Suppress a data race in VideoCaptureController::OnDeviceStopped (issue 86507) BUG=86507,90370,90400 TBR=timurrrr Review URL: http://codereview.chromium.org/7495034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94060 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed memory problem in ProtocolHandlerRegistry unit tests.benwells@chromium.org2011-07-261-7/+0
| | | | | | | | | | | | | | | | | | This memory problem only occurred in tests. It happens because the shell worker, which does stuff on the file thread and is held onto by message loops, was outliving the delegate which it used. Fix is to not pass in a delegate but the only piece of information it needs (whether to fake failure or not). BUG=90248 TEST=Automated tests and valgrind bots Review URL: http://codereview.chromium.org/7461060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94023 0039d316-1c4b-4281-b951-d872f2087c98
* Changed deque to Queue for shard output buffercharleslee@chromium.org2011-07-251-28/+19
| | | | | | | | | Thread safe and no longer any need to sleep when current buffer is empty Review URL: http://codereview.chromium.org/7484069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93959 0039d316-1c4b-4281-b951-d872f2087c98
* Add safely-roll-webkit.py to streamline webkit rolls.maruel@chromium.org2011-07-252-0/+120
| | | | | | | | | | It still needs some work on the commit queue side to work correctly, at the moment it will deny the commit because there is no LGTM. Review URL: http://codereview.chromium.org/7089012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93945 0039d316-1c4b-4281-b951-d872f2087c98
* Views views_unittests FocusManagerTest.FocusNativeControls use after freedhollowa@chromium.org2011-07-251-14/+0
| | | | | | | | | | | | | | | Fixes issue where NativeTabbedPaneGtk gets retained by the top-level FocusManager during the Widget::Close tear-down sequence. This fix clears focus before proceeding with the tear-down. This avoids redundant operations with the FocusManger as views get deleted, specifically in the FocusManager::ViewRemoved() call. Caught by Valgrind as a use after free violation: sh tools/valgrind/chrome_tests.sh views --gtest_filter=FocusManagerTest.FocusNativeControls BUG=89596 TEST=tools/valgrind/chrome_tests.sh views --gtest_filter=FocusManagerTest.FocusNativeControls Review URL: http://codereview.chromium.org/7468037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93894 0039d316-1c4b-4281-b951-d872f2087c98
* Enable gen_keyboard_overlay_data.py to output detailed description for grd ↵mazda@chromium.org2011-07-251-9/+21
| | | | | | | | | | | | | | | messages. I added a 'Description for translaction' column to the source spreadsheet and used the data for generating the detailed description for grd messages. BUG=chromium-os:17152 TEST=Ran the script and checked it generated correct code. Review URL: http://codereview.chromium.org/7491037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93889 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leaks in PredictorTest.ShutdownWhenResolutionIsPendingTest (issue ↵glider@chromium.org2011-07-251-0/+22
| | | | | | | | | | 90381) TBR=eroman BUG=90381 Review URL: http://codereview.chromium.org/7492047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93882 0039d316-1c4b-4281-b951-d872f2087c98