summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
Commit message (Collapse)AuthorAgeFilesLines
* QUIC - enable LargePostSmallBandwidthLargeBuffer unittest.rtenneti2015-06-041-3/+0
| | | | | | | | | | | | | We had commented out "EXPECT_EQ(0u, client_stats.packets_lost);" in the internal source tree and that change is in chromium. BUG=374871 R=rch@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1155623003 Cr-Commit-Position: refs/heads/master@{#332763}
* Speculatively remove SSLClientSocketTest.VerifyReturnChainProperlyOrdered ↵davidben2015-06-031-4/+0
| | | | | | | | | | | | | suppression. The flakiness could not be reproduced locally and the code has changed significantly since it was added. Enable it and see if it still flakes. BUG=488488 Review URL: https://codereview.chromium.org/1154163010 Cr-Commit-Position: refs/heads/master@{#332704}
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-2/+2
| | | | | | | | | | | | This is everything but the chrome directory CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel TBR=zelidrag@chromium.org (chromeos) TBR=keybuk@chromium.org (device/bluetooth) Review URL: https://codereview.chromium.org/1162943002 Cr-Commit-Position: refs/heads/master@{#332626}
* Web MIDI: Suppress midi_unittests on Mac Valgrindtoyoshim2015-06-031-0/+2
| | | | | | | | | | | It starts failing after the chromium.memory.fyi master was restarted. Suppress the test again. BUG=462483 Review URL: https://codereview.chromium.org/1163043002 Cr-Commit-Position: refs/heads/master@{#332576}
* Remove a pair of rules to skip non-existent tests under Dr. Memory.mmenke2015-06-021-7/+0
| | | | | | | | | | | | | | URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest no longer exists. ClientSocketPoolBaseTest.DisableCleanupTimer has been split into two tests with different names, so the exact match rule no longer matches to anything. BUG=82391, 105762 Review URL: https://codereview.chromium.org/1162983002 Cr-Commit-Position: refs/heads/master@{#332477}
* Removed stale simple cache memory suppressions.rdsmith2015-06-021-7/+0
| | | | | | | | | | BUG=448491 BUG=255775 R=gavinp@chromium.org Review URL: https://codereview.chromium.org/1160233003 Cr-Commit-Position: refs/heads/master@{#332408}
* Valgrind: Remove obsolete suppression for URLRequestFtpJobTestpauljensen2015-06-021-6/+0
| | | | | | | | BUG=171722 Review URL: https://codereview.chromium.org/1159743007 Cr-Commit-Position: refs/heads/master@{#332391}
* Cleanup ImageTransportFactory properly during unit tests.kenrb2015-06-021-12/+0
| | | | | | | | | | | | Unit test memory leak introduced by https://codereview.chromium.org/1094113003/. Adding the correct cleanup line and removing the suppressions. BUG=494808 Review URL: https://codereview.chromium.org/1156223006 Cr-Commit-Position: refs/heads/master@{#332379}
* Move ObserverList to base namespace.brettw2015-06-021-2/+2
| | | | | | | | | | | | | Moves ObserverList and related classes to the base namespace. ObserverList[ThreadSafe] maintains a using statement to avoid having to update all users atomically. Users of ObserverListBase are updated in this patch. BUG= CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1152983004 Cr-Commit-Position: refs/heads/master@{#332347}
* Remove possibly outdated suppressionrdsmith2015-06-021-4/+0
| | | | | | | | | | | (The bug has been fallow since 2011 and I couldn't reproduce it with --gtest_repeat=100 in my checkout.) BUG=88228 R=rsleevi@chromium.org Review URL: https://codereview.chromium.org/1159183005 Cr-Commit-Position: refs/heads/master@{#332281}
* Remove some obsolete suppressions for methods that no longer exist.mmenke2015-06-021-50/+0
| | | | | | | | | | | In particular, CookieMonster::InitStore, DiskCacheBasedSSLHostInfo, and HttpBasicStream::LogNumRttVsBytesMetrics were removed a while back. BUG=42942, 68553, 87423 Review URL: https://codereview.chromium.org/1161023004 Cr-Commit-Position: refs/heads/master@{#332276}
* suppress memory leak from content::(anonymous ↵zhaoqin2015-06-011-0/+6
| | | | | | | | | | | | namespace)::RenderWidgetHostViewGuestTest::SetUp BUG=494811 TBR=brettw@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1162843002 Cr-Commit-Position: refs/heads/master@{#332157}
* suppress memory leak from content::RenderFrameHostManagerTest::SetUpzhaoqin2015-06-011-0/+6
| | | | | | | | | | BUG=494808 TBR=kenrb@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1162193002 Cr-Commit-Position: refs/heads/master@{#332155}
* suppress uninit error from blink::CSSPropertyParser::validUnit on Webkit ↵zhaoqin2015-05-291-0/+11
| | | | | | | | | | | | Valgrind bot TBR=timloh@chromium.org BUG=492821 NOTRY=true Review URL: https://codereview.chromium.org/1160933005 Cr-Commit-Position: refs/heads/master@{#331998}
* Exclude flaky cc_unittests ↵zhaoqin2015-05-291-0/+1
| | | | | | | | | | | | LayerTreeHostTestBreakSwapPromise.RunMultiThread_DelegatingRenderer_MainThreadPaint from DrMemory bot TBR=tobiasjs@chromium.org BUG=378574 NOTRY=true Review URL: https://codereview.chromium.org/1163613002 Cr-Commit-Position: refs/heads/master@{#331898}
* exclude DesktopMediaListAshTest.WindowOnly from unit_tests in Valgrind botzhaoqin2015-05-281-0/+3
| | | | | | | | | | TBR=sergeyu@chromium.org,dcheng@chromium.org BUG=493187 NOTRY=true Review URL: https://codereview.chromium.org/1149423004 Cr-Commit-Position: refs/heads/master@{#331797}
* suppress uninit error from sessions::SessionBackend::AppendCommandsToFilezhaoqin2015-05-281-0/+10
| | | | | | | | | | TBR=georgesak@chromium.org BUG=493167 NOTRY=true Review URL: https://codereview.chromium.org/1148323006 Cr-Commit-Position: refs/heads/master@{#331791}
* Remove suppression for leaks in UpdateClientTest.sorin2015-05-281-9/+0
| | | | | | | | | R=bruening,waffles BUG=492450 Review URL: https://codereview.chromium.org/1155423005 Cr-Commit-Position: refs/heads/master@{#331748}
* Web MIDI: enable MidiManagerMacTest.* on valgrind againtoyoshim2015-05-281-3/+0
| | | | | | | | | | | The test is already replaced into midi_unittests, and it seems to run without a definition to exclude. BUG=462483 Review URL: https://codereview.chromium.org/1142473002 Cr-Commit-Position: refs/heads/master@{#331745}
* suppress uninit error reported from *!blink::CSSPropertyParser::validUnitzhaoqin2015-05-271-0/+20
| | | | | | | | | | TBR=timloh@chromium.org BUG=492821 NOTRY=true Review URL: https://codereview.chromium.org/1153293002 Cr-Commit-Position: refs/heads/master@{#331657}
* Exclude test StatusUploaderTest.NoUploadAfterVideoCapture in unit_testszhaoqin2015-05-271-0/+3
| | | | | | | | | | TBR=atwilson@chromium.org BUG=492705 NOTRY=true Review URL: https://codereview.chromium.org/1158713008 Cr-Commit-Position: refs/heads/master@{#331587}
* [MemSheriff] Suppress leaks in UpdateClientTestbruening2015-05-271-0/+9
| | | | | | | | | | BUG=492450 TBR=sorin@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1149833008 Cr-Commit-Position: refs/heads/master@{#331496}
* [MemSheriff] Expand suppressions for sqlite3 uninitialized readsbruening2015-05-261-5/+5
| | | | | | | | | | BUG=457512 TBR=zhaoqin@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1156073004 Cr-Commit-Position: refs/heads/master@{#331429}
* [MemSheriff] Broaden suppression and exclude failures for ↵bruening2015-05-262-2/+4
| | | | | | | | | | | | content_browsertests under Dr. Memory BUG=484352 TBR=nasko@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1157153002 Cr-Commit-Position: refs/heads/master@{#331425}
* Remove flaky bits of RenderFrameHostImpl and re-enable the tests.mlamouri2015-05-261-4/+0
| | | | | | | | BUG=452631,464033 Review URL: https://codereview.chromium.org/1160463002 Cr-Commit-Position: refs/heads/master@{#331335}
* Remove unused suppression "bug_251004_a"hashimoto2015-05-261-8/+0
| | | | | | | | BUG=275751, 251004 Review URL: https://codereview.chromium.org/1157873002 Cr-Commit-Position: refs/heads/master@{#331319}
* AppCache: Remove an unused memory leak suppressionnhiroki2015-05-261-6/+0
| | | | | | | | | BUG=111669 TBR=nhiroki@chromium.org Review URL: https://codereview.chromium.org/1155073003 Cr-Commit-Position: refs/heads/master@{#331318}
* Remove leak suppressions for CertVerifier that are no longer reachable.eroman2015-05-221-19/+0
| | | | | | | | BUG=93250 Review URL: https://codereview.chromium.org/1157663003 Cr-Commit-Position: refs/heads/master@{#331171}
* Fix a memory leak in SearchHistoryTest.earthdok2015-05-221-7/+0
| | | | | | | | | BUG=449551 R=xiyuan@chromium.org Review URL: https://codereview.chromium.org/1146153002 Cr-Commit-Position: refs/heads/master@{#331101}
* Disable some of LayerTreeHostTestBreakSwapPromise tests on DrMemory.eugenis2015-05-201-0/+3
| | | | | | | | | | | | Flaky failures on the bots. BUG=378574 TBR=tobiasjs@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1148873006 Cr-Commit-Position: refs/heads/master@{#330793}
* Suppression for crbug.com/489779.eugenis2015-05-191-0/+11
| | | | | | | | | | BUG=489779 TBR=jam@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1142093003 Cr-Commit-Position: refs/heads/master@{#330567}
* Reland "Disable user gesture checking for all autofill browser tests."rouslan2015-05-171-5/+0
| | | | | | | | | | | | | | | When drmemory_full runs, the browser tests are slowed down enough to timeout the user gesture indicator, which prevents autofill from processing the input and passing the browser test. The fix is to disable user gesture checking for all autofill browser tests except AutofillRendererTest.IgnoreNonUserGestureTextFieldChanges. TBR=thestig@chromium.org,estade@chromium.org BUG=484910 Review URL: https://codereview.chromium.org/1143593003 Cr-Commit-Position: refs/heads/master@{#330300}
* Revert of Disable user gesture checking for all autofill browser tests. ↵aurimas2015-05-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (patchset #2 id:20001 of https://codereview.chromium.org/1125173006/) Reason for revert: This CL broke Linux GN Clobber bot. Original issue's description: > Disable user gesture checking for all autofill browser tests. > > When drmemory_full runs, the browser tests are slowed down enough to > timeout the user gesture indicator, which prevents autofill from > processing the input and passing the browser test. The fix is to disable > user gesture checking for all autofill browser tests except > AutofillRendererTest.IgnoreNonUserGestureTextFieldChanges. > > BUG=484910 TBR=estade@chromium.org,thestig@chromium.org,rouslan@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=484910 Review URL: https://codereview.chromium.org/1140013004 Cr-Commit-Position: refs/heads/master@{#330272}
* Disable user gesture checking for all autofill browser tests.rouslan2015-05-161-5/+0
| | | | | | | | | | | | | | When drmemory_full runs, the browser tests are slowed down enough to timeout the user gesture indicator, which prevents autofill from processing the input and passing the browser test. The fix is to disable user gesture checking for all autofill browser tests except AutofillRendererTest.IgnoreNonUserGestureTextFieldChanges. BUG=484910 Review URL: https://codereview.chromium.org/1125173006 Cr-Commit-Position: refs/heads/master@{#330261}
* Remove Dr. Memory exclusion for test removed long ago.mmenke2015-05-151-3/+0
| | | | | | | | BUG=None Review URL: https://codereview.chromium.org/1141233002 Cr-Commit-Position: refs/heads/master@{#330166}
* Fix suppression for VideoBearSilent media tests.benwells2015-05-141-1/+1
| | | | | | | | | TBR=oshima@chromium.org BUG=487501 Review URL: https://codereview.chromium.org/1139063003 Cr-Commit-Position: refs/heads/master@{#329778}
* Added suppression for leak in NSS SSLServerSocket handshake.benwells2015-05-141-0/+13
| | | | | | | | | TBR=oshima@chromium.org BUG=487706 Review URL: https://codereview.chromium.org/1136843007 Cr-Commit-Position: refs/heads/master@{#329772}
* Exclude VideoBearSilientWebm MediaTests under DrMemory.benwells2015-05-131-0/+3
| | | | | | | | | | | These tests are timing out. TBR=oshima@chromium.org BUG=487501 Review URL: https://codereview.chromium.org/1134043006 Cr-Commit-Position: refs/heads/master@{#329595}
* Add leak suppression for FirstRunMasterPrefs test under DrMemory.benwells2015-05-131-0/+9
| | | | | | | | | TBR=oshima@chromium.org BUG=487500 Review URL: https://codereview.chromium.org/1141693002 Cr-Commit-Position: refs/heads/master@{#329587}
* Don't run some PasswordAutofillAgentTests on DrMemory.benwells2015-05-131-0/+5
| | | | | | | | | | | These tests are consistently failing and have been for some time. TBR=oshima@chromium.org BUG=484910 Review URL: https://codereview.chromium.org/1138383002 Cr-Commit-Position: refs/heads/master@{#329586}
* Add suppressions for DrMemory PluginPowerSaverBrowserTest handle leaks.benwells2015-05-131-0/+28
| | | | | | | | | TBR=oshima@chromium.org BUG=487492 Review URL: https://codereview.chromium.org/1140593004 Cr-Commit-Position: refs/heads/master@{#329584}
* Widened suppression for vxp on DrMemory bots.benwells2015-05-131-6/+9
| | | | | | | | | | | There are more errors coming up after the latest libvpx roll. TBR=oshima@chromium.org BUG=468169 Review URL: https://codereview.chromium.org/1137993006 Cr-Commit-Position: refs/heads/master@{#329564}
* Exclude unsupported keycodes from X11 tests.kpschoedel2015-05-121-3/+0
| | | | | | | | BUG=487056 Review URL: https://codereview.chromium.org/1124383005 Cr-Commit-Position: refs/heads/master@{#329478}
* Revert of [MemSheriff] Suppress use-after-free in ↵lazyboy2015-05-121-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | content::RenderFrameImpl::~RenderFrameImpl (patchset #1 id:1 of https://codereview.chromium.org/791053005/) Reason for revert: The bug is expected to be fixed quite some time ago, reverting to check. Original issue's description: > [MemSheriff] Suppress use-after-free in content::RenderFrameImpl::~RenderFrameImpl > > BUG=445836 > TBR=lazyboy@chromium.org > > Committed: https://chromium.googlesource.com/chromium/src/+/bb25da2ef63be828fc0ae3303af0862cbca70123 TBR=bruening@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=445836 Review URL: https://codereview.chromium.org/1129973004 Cr-Commit-Position: refs/heads/master@{#329463}
* Widened test exclusion for EncryptedMediaTests under DrMemory.benwells2015-05-121-1/+1
| | | | | | | | | | | It wasn't quite wide enough. TBR=jyasskin@chromium.org BUG=480750 Review URL: https://codereview.chromium.org/1135563006 Cr-Commit-Position: refs/heads/master@{#329353}
* Disable a WebInputEventAuraTest under valgrind.benwells2015-05-121-0/+3
| | | | | | | | | TBR=kpschoedel@chromium.org BUG=487056 Review URL: https://codereview.chromium.org/1128253007 Cr-Commit-Position: refs/heads/master@{#329341}
* Disbale cast_unittests End2EndTests.EvilNetwork under DrMemory.benwells2015-05-121-0/+2
| | | | | | | | | | | The test is timing out there. TBR=miu@chromium.org BUG=487033 Review URL: https://codereview.chromium.org/1130293004 Cr-Commit-Position: refs/heads/master@{#329311}
* Widened test exclusion for EncryptedMediaTests under DrMemory.benwells2015-05-111-1/+1
| | | | | | | | | TBR=jyasskin@chromium.org BUG=480750 Review URL: https://codereview.chromium.org/1126113005 Cr-Commit-Position: refs/heads/master@{#329112}
* Disable some LayerTreeHostTests under DrMemory.benwells2015-05-111-0/+5
| | | | | | | | | TBR=thestig@chromium.org BUG=416643, 486619 Review URL: https://codereview.chromium.org/1138003002 Cr-Commit-Position: refs/heads/master@{#329103}
* Update suppressions after #328547.thakis2015-05-101-4/+4
| | | | | | | | | BUG=367809,372487,252241,346336 TBR=tfarina Review URL: https://codereview.chromium.org/1139643002 Cr-Commit-Position: refs/heads/master@{#329083}