summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Update suppressions for Valgrind sanity teststimurrrr@chromium.org2011-01-031-15/+15
| | | | | | | | TBR=brettw TEST=./tools/valgrind/waterfall.sh fetch&match Review URL: http://codereview.chromium.org/6008008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70397 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run SSLServerSocketTest.Handshake under TSan/Win; suppress ↵timurrrr@chromium.org2011-01-033-4/+14
| | | | | | | | | tracked_objects reports on TSan/Mac; updated ignore files to the new base/ directory structure BUG=68482,68481 Review URL: http://codereview.chromium.org/6098003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70396 0039d316-1c4b-4281-b951-d872f2087c98
* Expand the suppression for bug 68304 (leaks in ResourceDispatcherHostTest.*)glider@chromium.org2010-12-311-7/+1
| | | | | | | | | BUG=68304 TBR=jam Review URL: http://codereview.chromium.org/5996006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70337 0039d316-1c4b-4281-b951-d872f2087c98
* Added a new suppression for invalid write in ↵glider@chromium.org2010-12-311-1/+9
| | | | | | | | | | | WebDataService::InitializeDatabaseIfNecessary (bug 50968) TBR=jorlow BUG=50968 Review URL: http://codereview.chromium.org/6005009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70336 0039d316-1c4b-4281-b951-d872f2087c98
* Dr. Memory - suppress some printing/ memory leaks, increase the number of ↵timurrrr@chromium.org2010-12-302-0/+8
| | | | | | | | | | callstack frames to remember BUG=68307 TBR=glider Review URL: http://codereview.chromium.org/6069008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70320 0039d316-1c4b-4281-b951-d872f2087c98
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only ↵brettw@google.com2010-12-301-2/+2
| | | | | | | | | | | | | | used in a couple of diagnostic places and one can always use the "Error Lookup" utility. Move window HWND-specific functions from base/win_util.h to a new file app/win/hwnd_util.h. I plan to put some more stuff from app/win_util into this file as well. Move gfx/window_impl.h into app/win TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6019007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70312 0039d316-1c4b-4281-b951-d872f2087c98
* Heapcheck: suppress bug 68290 (leaks in URLRequest::ResponseStarted)glider@chromium.org2010-12-301-0/+33
| | | | | | | | | | | and bug 68304 (leaks in ResourceDispatcherHostTest.*) TBR=jam BUG=68290,68304 Review URL: http://codereview.chromium.org/6029007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70311 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress bug 68292 (leaks in TestingAutomationProvider::ExecuteBrowserCommand)glider@chromium.org2010-12-301-0/+18
| | | | | | | | | BUG=68292 TBR=timurrrr Review URL: http://codereview.chromium.org/6014011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70304 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the leaks net::URLRequest::ResponseStarted (bug 68290)glider@chromium.org2010-12-301-0/+65
| | | | | | | | | BUG=68290 TBR=timurrrr Review URL: http://codereview.chromium.org/5975010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70303 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Roll cros dep to 08c38e03.derat@chromium.org2010-12-291-1/+1
| | | | | | | | | | | | This picks up a new enum value that I added for a "signing out" message that Chrome will send to the window manager. BUG=chromium-os:9915 TEST=built it Review URL: http://codereview.chromium.org/6018011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70247 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress Memcheck reports for ↵glider@chromium.org2010-12-271-3/+65
| | | | | | | | | | | | | | | | | http://build.chromium.org/p/tryserver.chromium/builders/mac_valgrind (Mac OS 10.6 trybot): -- add a new suppression for bug 46186 (leak in HALCADClient::AddPropertyListener) -- expand suppression for bug 49250 (errors in remoting::CapturerMac::CaptureRects) -- suppress bug 68090 (conditional junp in BuildMacEncTable) -- suppress bug 68092 (uninitialized read in _CGSLockWindow) BUG=46186,49250,68090,68092 TBR=timurrrr Review URL: http://codereview.chromium.org/6057005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70194 0039d316-1c4b-4281-b951-d872f2087c98
* Apply Mac suppressions to the reports from the URLs containing "mac_valgrind"glider@chromium.org2010-12-271-1/+1
| | | | | | | | | | (e.g. Mac trybot) TBR=timurrrr Review URL: http://codereview.chromium.org/5261003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70193 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run DevToolsSanityTest.TestPauseWhenScriptIsRunning under Valgrind; ↵timurrrr@chromium.org2010-12-272-0/+27
| | | | | | | | | | | suppress gfx-related leaks in interactive_ui_tests TBR=glider TEST=interactive_ui_tests should go greener under Valgrind BUG=68068,68069 Review URL: http://codereview.chromium.org/6002010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70190 0039d316-1c4b-4281-b951-d872f2087c98
* Quick fix for the Valgrind/interactive_ui gtest-filter: s/FAILS_/FAILStimurrrr@chromium.org2010-12-241-1/+2
| | | | | | | TBR=glider Review URL: http://codereview.chromium.org/6005007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70158 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude some net_ tests and suppress a couple of stacks for Dr. Memorytimurrrr@chromium.org2010-12-242-0/+23
| | | | | | | | TBR=glider TEST=Dr.Memory FYI bot should go greener Review URL: http://codereview.chromium.org/6032006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70157 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run DecoderVp8Test.EncodeAndDecode under Dr.Memorytimurrrr@chromium.org2010-12-242-1/+4
| | | | | | | | | | Also temporary enable leak checking to see the how many leaks does DrM find on the Chromium tests. BUG=57266 TBR=glider Review URL: http://codereview.chromium.org/6035007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70153 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run FAILS_ interactive_ui_tests under Valgrindtimurrrr@chromium.org2010-12-241-0/+3
| | | | | | | | BUG=67959 TBR=glider Review URL: http://codereview.chromium.org/5995006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70149 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress UserScript/Pango race report (false positive?), remove some ↵timurrrr@chromium.org2010-12-241-44/+5
| | | | | | | | | | | suppressions for probably-fixed bugs. BUG=67957,64080,64186,64188,67546 TBR=glider TEST=TSan/UI bots should remain green Review URL: http://codereview.chromium.org/6094003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70148 0039d316-1c4b-4281-b951-d872f2087c98
* Convert build.chromium.org URLs to new URL format.chase@chromium.org2010-12-242-2/+2
| | | | | | | | | BUG=none TEST=scripts keep working Review URL: http://codereview.chromium.org/5961009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70143 0039d316-1c4b-4281-b951-d872f2087c98
* Rename build/build-bisect.py to tools/bisect-builds.py.evan@chromium.org2010-12-231-0/+300
| | | | | | | I always have trouble finding this tool because of its weird name and place. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70110 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak in UI tests.skerner@chromium.org2010-12-231-1/+27
| | | | | | | | | BUG=67933 TEST=none TBR=garykac git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70085 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run X509CertificateTest.IntermediateCARequireExplicitPolicy under TSan/Wintimurrrr@chromium.org2010-12-211-0/+1
| | | | | | | | BUG=67599 TBR=glider Review URL: http://codereview.chromium.org/6013004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69825 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress memory leaks in Extensions/DictionaryValue::DeepCopytimurrrr@chromium.org2010-12-211-0/+14
| | | | | | | | | BUG=67676 TBR=glider TEST=interactive_ui/Valgrind should go greener Review URL: http://codereview.chromium.org/6016008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69817 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run CertVerifierTest's at all under TSan/Wintimurrrr@chromium.org2010-12-211-2/+2
| | | | | | | | | (CertVerifierTest.InflightJoin is failing) TBR=glider BUG=67599 Review URL: http://codereview.chromium.org/6014006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69816 0039d316-1c4b-4281-b951-d872f2087c98
* Update the suppression for plugin_unload.hbono@chromium.org2010-12-211-4/+4
| | | | | | | | | | | This change just updates the suppression rule for 'plugin_unload' to catch up with r69808 <http://crrev.com/69808>. TBR=thestig,timurrrr BUG=none TEST=make the "Webkit Mac (valgrind)" bot green. Review URL: http://codereview.chromium.org/6025004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69814 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run CertVerifierTest.CacheHit under TSan/Wintimurrrr@chromium.org2010-12-201-1/+5
| | | | | | | | | BUG=67599 TBR=glider TEST=TSan/win should go greener Review URL: http://codereview.chromium.org/6056002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69742 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a memory leak and a (false?) Memcheck:Jump report in /lib/ldtimurrrr@chromium.org2010-12-201-0/+15
| | | | | | | | | BUG=67553,67554 TBR=glider TEST=Valgrind/interactive_ui should go greener. Review URL: http://codereview.chromium.org/6028002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69704 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress GTK/Printing data race, remove an out-of-date suppression for ↵timurrrr@chromium.org2010-12-202-7/+18
| | | | | | | | | | | base::Thread vfptr benign race TBR=glider BUG=67546,25385 TEST=TSan/Memory bots should remain green; TSan/FYI bots should go greener. Review URL: http://codereview.chromium.org/6059003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69703 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress heapchecker leaks for Bug 67524.hbono@chromium.org2010-12-201-0/+6
| | | | | | | | | | | This change suppresses leaks in net::::ProxyResolverV8WithMockBindings::SetPacScriptFromDisk() started since r69525 <http://crrev.com/69525>, which updated the v8 to 3.0.3: <http://build.chromium.org/p/chromium.memory/builders/Linux%20Heapcheck/builds/2192/steps/heapcheck%20test:%20net/logs/stdio>. TBR=thestig,timurrrr BUG=67524 TEST=make the "Linux Heapcheck" bot green. Review URL: http://codereview.chromium.org/6020004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69693 0039d316-1c4b-4281-b951-d872f2087c98
* Updates the suppression rules for Bug 16089.hbono@chromium.org2010-12-201-5/+5
| | | | | | | | | | | This change updates the suppression rules for Bug 16089 to catch up with r69652 <http://crrev.com/69652>, which renamed LinuxDynamicThreadPool to PosixDynamicThreadPool. TBR=thestig,timurrrr BUG=16089 TEST=make the "Linux Tests (valgrind)(1)" bot green. Review URL: http://codereview.chromium.org/6050003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69692 0039d316-1c4b-4281-b951-d872f2087c98
* Rename WebKitTools->Tools.tonyg@chromium.org2010-12-181-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=yurys Review URL: http://codereview.chromium.org/6015002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69627 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress data race on bool in HistoryURLProvidertimurrrr@chromium.org2010-12-171-0/+14
| | | | | | | | | BUG=66994 TBR=glider TEST=TSan/interactive_ui_tests should go green Review URL: http://codereview.chromium.org/5966002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69547 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run some BrowserFocusTests under Valgrindtimurrrr@chromium.org2010-12-171-0/+5
| | | | | | | | BUG=67301 TBR=glider Review URL: http://codereview.chromium.org/5993001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69539 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses the leak for Bug 67291.hbono@chromium.org2010-12-171-0/+7
| | | | | | | | | | | This chage just suppresses the leak for Bug 67291 started since <http://build.chromium.org/p/chromium.memory/builders/Chromium%20Mac%20UI%20(valgrind)(2)/builds/841/steps/memory%20test:%20ui/logs/stdio>. I'm not sure what caused this leak, though. TBR=thestig,timurrrr BUG=67291 TEST=make the "Chromium Mac UI (valgrind)(2)" bot green. Review URL: http://codereview.chromium.org/5989001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69537 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the leak for Bug 67289.hbono@chromium.org2010-12-171-0/+7
| | | | | | | | | | | This change adds a suppression for Bug 67289, which started since <http://build.chromium.org/p/chromium.memory/builders/Linux%20Tests%20(valgrind)(1)/builds/737>. TBR=thestig,timurrrr BUG=67289 TEST=make the "Linux Tests (valgrind)(1)" bot green Review URL: http://codereview.chromium.org/5987001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69534 0039d316-1c4b-4281-b951-d872f2087c98
* Move the suppression rules for Bug 67261.hbono@chromium.org2010-12-172-8/+9
| | | | | | | | | | | This change moved the suppression rule for Bug 67261 to cover Chromium OS bots. TBR=thestig,timurrrr BUG=67261 TEST=make the "Chromium OS UI (valgrind)(3)" bot greener. Review URL: http://codereview.chromium.org/5898005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69519 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress occasional SQL leaks in appcache::PrepareCachedStatement().hbono@chromium.org2010-12-171-1/+8
| | | | | | | | | | | This change suppresses occasional leaks in appcache::PrepareCachedStatement(), such as <http://build.chromium.org/p/chromium.memory/builders/Chromium%20Mac%20UI%20(valgrind)(1)/builds/730/steps/memory%20test:%20ui/logs/stdio>. TBR=thestig,timurrrr BUG=67261 TEST=make the "Chromium Mac UI (valgrind)(1)" bot green. Review URL: http://codereview.chromium.org/5934003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69518 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor the suppression rule for Bug 42942.hbono@chromium.org2010-12-171-27/+13
| | | | | | | | | | | This just moves a suppression rule for Bug 56359 to Bug 42952 becuase it is also a SQL leak in CookieMonster. (Bug 56359 is a leak in URLRequest::Start(), which does not seem to be related to this rule.) TBR=thestig,timurrrr BUG=42942 TEST=none (This does not change any existing suppressions.) Review URL: http://codereview.chromium.org/5830007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69517 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the suppression rule for Bug 49279.hbono@chromium.org2010-12-171-1/+8
| | | | | | | | | | | This change widen the suppression rule for Bug 49279 more to cover the same leak on Mac <http://build.chromium.org/p/chromium.memory/builders/Chromium%20Mac%20UI%20(valgrind)(1)/builds/729/steps/memory%20test:%20ui/logs/stdio>. TBR=thestig,timurrrr BUG=49279 TEST=make the "Chromium Mac (valgrind)(1)" bot greener. Review URL: http://codereview.chromium.org/5904006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69515 0039d316-1c4b-4281-b951-d872f2087c98
* emacs: make trybot parser work on offical windows build outputevan@chromium.org2010-12-171-5/+9
| | | | | | Review URL: http://codereview.chromium.org/5941003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69510 0039d316-1c4b-4281-b951-d872f2087c98
* Update page_cycler to use sessionStorage.chase@chromium.org2010-12-171-2/+12
| | | | | | | | | | | | | | | | Patch from Ahmad Sharif <asharif@chromium.org>. This was landed previously as r56932 and reverted in r57445. Previous landing showed some flakiness/failures in the DOM automation framework. Relanding to verify if this is fixed or still broken. BUG=53491 TEST=page cyclers stay green Review URL: http://codereview.chromium.org/5955002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69492 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed memleak in HeartbeatSenderTest_ProcessResponse.sergeyu@chromium.org2010-12-162-13/+0
| | | | | | | | | BUG=66808 TEST=Unittests Review URL: http://codereview.chromium.org/5761003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69448 0039d316-1c4b-4281-b951-d872f2087c98
* Add another suppression rule for Bug 51682.hbono@chromium.org2010-12-161-0/+17
| | | | | | | | | | | This adds another suppression for Bug 51682 rule started since <http://build.chromium.org/p/chromium.memory/builders/Chromium%20Mac%20(valgrind)/builds/996/steps/memory%20test:%20net/logs/stdio>. TBR=thestig,timurrrr BUG=51682 TEST=make the "Chromium Mac (valgrind)" bot green. Review URL: http://codereview.chromium.org/5893004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69399 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the suppression rule for Bug 50936.hbono@chromium.org2010-12-161-3/+0
| | | | | | | | | | | This change widens the suppression rule for Bug 50936. TBR=thestig,timurrrr BUG=50936 TEST=make the "Linux Tests (valgrind)(1)" bot green. Review URL: http://codereview.chromium.org/5851004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69398 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses the leak for Bug 67142.hbono@chromium.org2010-12-161-0/+7
| | | | | | | | | | | This change adds a suppression rule for Bug 67142, which started since Build 840 <http://build.chromium.org/p/chromium.memory/builders/Linux%20Tests%20(valgrind)(2)/builds/840/steps/memory%20test:%20ui/logs/stdio>. TBR=thestig,timurrrr BUG=67142 TEST=make the "Linux Tests (valgrind)(2)" bot green. Review URL: http://codereview.chromium.org/5896003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69397 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the suppression rules for Bug 49279.hbono@chromium.org2010-12-161-7/+1
| | | | | | | | | TBR=thestig,timurrrr BUG=49279 TEST=make the valgrind bots green Review URL: http://codereview.chromium.org/5914003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69384 0039d316-1c4b-4281-b951-d872f2087c98
* Add heapcheck suppression for NSS certificate trust leak.rsleevi@chromium.org2010-12-161-1/+19
| | | | | | | | | BUG=66941 TEST=none Review URL: http://codereview.chromium.org/5904002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69376 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69356 - Regenerate the root certificate and end-entity certificates ↵rsleevi@chromium.org2010-12-165-145/+91
| | | | | | | | | | | | | | | used for various tests in net_unittests, now that Windows can temporarily trust certificates for the duration of tests. In addition, add unittests for net::TestRootCerts, which depend on the certs being tested not being trusted by the system beforehand. BUG=8470, 5552 TEST=TestRootCertsTest.* Review URL: http://codereview.chromium.org/5535006 TBR=rsleevi@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69363 0039d316-1c4b-4281-b951-d872f2087c98
* Regenerate the root certificate and end-entity certificates used for various ↵rsleevi@chromium.org2010-12-165-91/+145
| | | | | | | | | | | | | tests in net_unittests, now that Windows can temporarily trust certificates for the duration of tests. In addition, add unittests for net::TestRootCerts, which depend on the certs being tested not being trusted by the system beforehand. BUG=8470, 5552 TEST=TestRootCertsTest.* Review URL: http://codereview.chromium.org/5535006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69356 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for temporarily trusting a certificate for the duration of unit ↵rsleevi@chromium.org2010-12-161-0/+7
| | | | | | | | | | | | | | | tests on Windows, rather than requiring the machine to be pre-configured out-of-band. Given the lack of a Microsoft-provided high-level API to supply application-level trusts to the verification routines, this implements a workaround that intercepts attempts to open the trusted system root store and injects the test certificates directly. This allows the unit tests to work without requiring that the Test CA be added to the machine's Trusted Certificates store. While doing so, clean up the interface to adding/removing trusted test certificates, so as to support more than one trusted certificate if necessary. BUG=8470 TEST=To follow Review URL: http://codereview.chromium.org/4646001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69351 0039d316-1c4b-4281-b951-d872f2087c98