summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
Commit message (Collapse)AuthorAgeFilesLines
* Suppress leak in RulesRegistryStorageDelegate::Initoshima@chromium.org2012-06-191-0/+14
| | | | | | | | | | TBR=mpcomplete@chromium.org BUG=133449 TEST=none Review URL: https://chromiumcodereview.appspot.com/10575016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142900 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude HIstoryContentsProviderTest from linux tsanoshima@chromium.org2012-06-182-7/+5
| | | | | | | | | | | | | Create separate exclude file for linux. Fixd tests name. TBR=erg@chromium.org BUG=133171 TEST=linux valgrind TSAN bots cycles green (hopefully) Review URL: https://chromiumcodereview.appspot.com/10559045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142758 0039d316-1c4b-4281-b951-d872f2087c98
* Exlucde failing test on linux_tsanoshima@chromium.org2012-06-161-0/+7
| | | | | | | | | | TBR=erg@chromium.org BUG=133171 TEST=linux valgrind TSAN bot cycles green (hopefully) Review URL: https://chromiumcodereview.appspot.com/10532182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142605 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress uninitialized errors in chromoting testsoshima@chromium.org2012-06-161-0/+26
| | | | | | | | | | TBR=simonmorris@chromium.org BUG=133167 TEST=linux/mac valgrind bots cycle green Review URL: https://chromiumcodereview.appspot.com/10554020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142603 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress uninitialized error in webkit mac valgrind botoshima@chromium.org2012-06-151-0/+17
| | | | | | | | | | TBR=atwilson@chromium.org BUG=133076 TEST=none Review URL: https://chromiumcodereview.appspot.com/10562021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142504 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress race in MacAudioTestoshima@chromium.org2012-06-151-0/+15
| | | | | | | | | | TBR=enal@chromium.org BUG=133074 TEST=none Review URL: https://chromiumcodereview.appspot.com/10553017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142496 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak of a TestingValueStore in unit_tests.mpcomplete@chromium.org2012-06-141-16/+0
| | | | | | | | | BUG=132621 TEST=no Review URL: https://chromiumcodereview.appspot.com/10544146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142033 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress more leaks from ExtensionUITest::SetUp (issue 132621)glider@chromium.org2012-06-131-1/+10
| | | | | | | | TBR=mpcomplete BUG=132621 Review URL: https://chromiumcodereview.appspot.com/10534150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142000 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the leak in ExtensionUITest::SetUp (issue 132621)glider@chromium.org2012-06-131-0/+7
| | | | | | | | BUG=132621 TBR=mpcomplete Review URL: https://chromiumcodereview.appspot.com/10545164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141980 0039d316-1c4b-4281-b951-d872f2087c98
* Add an explicit function to init NSS for SSL server socketsrsleevi@chromium.org2012-06-131-27/+0
| | | | | | | | | | BUG=131622 TEST=tsan goes green for existing tests Review URL: https://chromiumcodereview.appspot.com/10543106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141955 0039d316-1c4b-4281-b951-d872f2087c98
* Do not retry the layout tests that produce unexpected results when running ↵glider@chromium.org2012-06-121-0/+1
| | | | | | | | | | under Valgrind. BUG=132305 TBR=thestig Review URL: https://chromiumcodereview.appspot.com/10536127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141747 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes memory leak caused by 10545069pkotwicz@chromium.org2012-06-121-10/+0
| | | | | | | | | | | BUG=132231 TEST=Valgrind shows less memory leaks TBR=sky Review URL: https://chromiumcodereview.appspot.com/10533107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141740 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress races in ↵glider@chromium.org2012-06-121-0/+14
| | | | | | | | | | ShellIntegration::DefaultWebClientWorker::ObserverDestroyed (issue 132230) BUG=132230 TBR=oshima Review URL: https://chromiumcodereview.appspot.com/10545135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141662 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the races in NSS lock initialization.glider@chromium.org2012-06-121-0/+27
| | | | | | | | TBR=oshima BUG=131622 Review URL: https://chromiumcodereview.appspot.com/10542122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141660 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PipelineIntegrationTest.BasicPlayback under TSan on Winglider@chromium.org2012-06-121-0/+1
| | | | | | | | BUG=126183 TBR=oshima Review URL: https://chromiumcodereview.appspot.com/10537123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141655 0039d316-1c4b-4281-b951-d872f2087c98
* Valgring Mac: Suppress new leak in ImageMacTest.thestig@chromium.org2012-06-121-0/+10
| | | | | | | | | BUG=132231 TEST=none TBR=thakis Review URL: https://chromiumcodereview.appspot.com/10536110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141622 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling BreakpadWinDeathTest tests when running under Dr. Memory and TSAN. ↵alexeypa@chromium.org2012-06-122-0/+12
| | | | | | | | | | Dr, Memory gets confused about intentional exceptions generated by the tests. TSAN found http://crbug.com/132164 which is baing investigated. In either case the code in question is used by the tests only. BUG=130678,132164 Review URL: https://chromiumcodereview.appspot.com/10535107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141586 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression of leaks resulting from conversion of HistoryService to ↵rlp@chromium.org2012-06-091-0/+13
| | | | | | | | | | | | | ProfileKeyedService. BUG=131668 TEST=None TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/10543084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141346 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for leak from GDataFileSystemTestsatorux@chromium.org2012-06-081-8/+0
| | | | | | | | | | | crrev.com/140552 fixed the leak. BUG=121450 TEST=none Review URL: https://chromiumcodereview.appspot.com/10534068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141256 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a suppression for an uninitialized read in old CSS flexbox.tony@chromium.org2012-06-081-13/+0
| | | | | | | | | | | | | | This was fixed upstream in webkit r119620 so we can remove the suppression. Since the bot only runs a subset of the layout tests each run, it may be a while before I can verify on the bots. BUG=131351 TEST=None Review URL: https://chromiumcodereview.appspot.com/10543060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141190 0039d316-1c4b-4281-b951-d872f2087c98
* Fix WebKit layout Valgrind runner, part 2timurrrr@chromium.org2012-06-071-26/+23
| | | | | | | | | Get the layout test URL from the DRT stdin TBR=thestig BUG=130832 Review URL: https://chromiumcodereview.appspot.com/10539047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141003 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leak in SQLitePersistentCookieStore::Backend::LoadCookiesForDomains, part 2.thestig@chromium.org2012-06-062-12/+0
| | | | | | | | | BUG=100608 TEST=No longer leaking. Review URL: https://chromiumcodereview.appspot.com/10521016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140879 0039d316-1c4b-4281-b951-d872f2087c98
* Fix WebKit layout Valgrind runner, part 1 - avoid mismatching output on ALL ↵timurrrr@chromium.org2012-06-061-1/+1
| | | | | | | | | | tests This should not break anything else as IIRC we don't run anything else with browser wrappers now TBR=thestig Review URL: https://chromiumcodereview.appspot.com/10532032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140803 0039d316-1c4b-4281-b951-d872f2087c98
* Widen one more WebKit suppressiontimurrrr@chromium.org2012-06-061-3/+0
| | | | | | | | BUG=122192 TBR=thakis Review URL: https://chromiumcodereview.appspot.com/10535033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140766 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress probably-benign memcpy overlap in V8 on Mactimurrrr@chromium.org2012-06-061-0/+7
| | | | | | | | BUG=131361 TBR=thakis Review URL: https://chromiumcodereview.appspot.com/10546022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140758 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit: Suppress one uninit read and widen a few suppressionstimurrrr@chromium.org2012-06-061-14/+17
| | | | | | | | BUG=131351,101145,109496 TBR=thakis Review URL: https://chromiumcodereview.appspot.com/10540025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140743 0039d316-1c4b-4281-b951-d872f2087c98
* Remove trailing whitespaces in the DrMemory suppressions filetimurrrr@chromium.org2012-06-061-3/+3
| | | | | | | TBR=bruening Review URL: https://chromiumcodereview.appspot.com/9034009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140730 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress probable DrMemory false positive on FFmpegtimurrrr@chromium.org2012-06-061-0/+5
| | | | | | | | BUG=131304 TBR=thakis Review URL: https://chromiumcodereview.appspot.com/10532022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140722 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude one flaky media test on Mactimurrrr@chromium.org2012-06-051-0/+3
| | | | | | | | BUG=131154 TBR=thakis Review URL: https://chromiumcodereview.appspot.com/10534005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140510 0039d316-1c4b-4281-b951-d872f2087c98
* [leak fixlet] Remove dead suppressions after leak fix in ↵szym@chromium.org2012-06-051-27/+0
| | | | | | | | | | | | | ProfileSyncServiceAutofillTest. BUG=79328, 117427 TEST=green memory waterfall NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10441054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140451 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Fix another leak in OneClickSigninHelperTest.jhawkins@chromium.org2012-06-051-10/+0
| | | | | | | | | | | BUG=125129 TEST=OneClickSigninHelperTest.* R=groby TBR=tim Review URL: https://chromiumcodereview.appspot.com/10479020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140438 0039d316-1c4b-4281-b951-d872f2087c98
* Use ByteStream in downloads system to decouple source and sink.rdsmith@chromium.org2012-06-041-33/+0
| | | | | | | | | | | BUG=123192 BUG=93006 BUG=111588 Review URL: https://chromiumcodereview.appspot.com/10392111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140328 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress invalid accesses in Mesatimurrrr@chromium.org2012-06-041-1/+12
| | | | | | | | BUG=130770 TBR=thakis Review URL: https://chromiumcodereview.appspot.com/10523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140281 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress one data race in media::AudioOutputMixer; exclude one flaky tests ↵timurrrr@chromium.org2012-06-042-0/+13
| | | | | | | | | | from DrMemory runs TBR=thakis BUG=131001,130874 Review URL: https://chromiumcodereview.appspot.com/10519004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140280 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome version of monitor configuration codedisher@chromium.org2012-06-021-2/+3
| | | | | | | | | | | | | | | | | | | | New MonitorConfigurator class interprets events (ctrl-F4, display add/remove, and brightness-related CRTC state changes). Ctrl-F4 events come in through the AcceleratorController. Display add/remove events are interpretted by MonitorChangeObserverX11. CRTC enable/disable events related to power management come over DBus and are interpretted by the new OutputObserver class. Note the the chromeos/monitor/DEPS change can be removed once the now-unused code is retired from powerd (since that is the only reason for a DBus call-out). Valgrind suppressions.txt was updated because this change re-orders our initial XRR calls such that a different top-level call is blamed for its leak. BUG=chromium:126493 TEST=Manually tested with an additional display and mode switching on Lumpy. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140031 Review URL: https://chromiumcodereview.appspot.com/10384103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140203 0039d316-1c4b-4281-b951-d872f2087c98
* Disable HttpNetworkTransactionSpdy2Test.BasicAuthSpdyProxybradchen@google.com2012-06-021-0/+3
| | | | | | | | | | TBR=mmenke BUG=130874 TEST= Review URL: https://chromiumcodereview.appspot.com/10495011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140195 0039d316-1c4b-4281-b951-d872f2087c98
* [valgrind] Widen suppression.dbeam@chromium.org2012-06-021-1/+1
| | | | | | | | | | | TBR=bradchen@chromium.org BUG=125129 TEST=green memory bots NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10496011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140182 0039d316-1c4b-4281-b951-d872f2087c98
* [leak fixlet] Removing suppression for supposedly fixed bug #70782.dbeam@chromium.org2012-06-021-13/+0
| | | | | | | | | | R=thestig@chromium.org BUG=70782 TEST=green memory bots Review URL: https://chromiumcodereview.appspot.com/10456075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140175 0039d316-1c4b-4281-b951-d872f2087c98
* Reinstate suppression for 125129.bradchen@google.com2012-06-021-0/+10
| | | | | | | | | | TBR=jhawkins BUG=125129 TEST=green valgrind bots Review URL: https://chromiumcodereview.appspot.com/10491008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140173 0039d316-1c4b-4281-b951-d872f2087c98
* [leak fixlet] Removing suppression for supposedly fixed bug #102049.dbeam@chromium.org2012-06-021-24/+0
| | | | | | | | | | TBR=reed@google.com BUG=102049 TEST=green memory bots Review URL: https://chromiumcodereview.appspot.com/10458071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140172 0039d316-1c4b-4281-b951-d872f2087c98
* [leak fixlet] Removing suppression for supposedly fixed bug #83561.dbeam@chromium.org2012-06-021-24/+0
| | | | | | | | | | R=szym@chromium.org BUG=83561 TEST=green memory bots Review URL: https://chromiumcodereview.appspot.com/10453107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140170 0039d316-1c4b-4281-b951-d872f2087c98
* [leak fixlet] Removing suppression for supposedly fixed bug #90964.dbeam@chromium.org2012-06-021-7/+0
| | | | | | | | | | | R=zmo@chromium.org BUG=90964 TEST=green memory bots NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10453109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140169 0039d316-1c4b-4281-b951-d872f2087c98
* [leak fixlet] Removing suppression for supposedly fixed bug #76354.dbeam@chromium.org2012-06-021-8/+0
| | | | | | | | | | | R=groby@chromium.org BUG=76354 TEST=green memory bots NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10444127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140167 0039d316-1c4b-4281-b951-d872f2087c98
* [leak fixlet] Removing suppression for supposedly fixed bug #96773.dbeam@chromium.org2012-06-021-14/+0
| | | | | | | | | | | | R=scherkus@chromium.org BUG=96773 TEST=green memory bots NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10444130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140166 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete valgrind supression for bug 80036 (offending code no longer ↵csilv@chromium.org2012-06-021-8/+0
| | | | | | | | | | | exists.) BUG=80036 TEST=Green valgrind bots Review URL: https://chromiumcodereview.appspot.com/10446115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140151 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppresion. Shall be fixed by http://codereview.chromium.org/10383133.arthurhsu@chromium.org2012-06-021-7/+0
| | | | | | | | | | BUG=127718 TEST=heapcheck ok Review URL: https://chromiumcodereview.appspot.com/10453104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140140 0039d316-1c4b-4281-b951-d872f2087c98
* Reinstate suppression for 100608. r140118 did not fix the leak completely.thestig@chromium.org2012-06-022-0/+12
| | | | | | | | | BUG=100608 TEST=none TBR=bradchen Review URL: https://chromiumcodereview.appspot.com/10497006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140134 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Fix a leak in the WebContentsImplTest.jhawkins@chromium.org2012-06-011-10/+0
| | | | | | | | | | | | | The fix is to add an IO thread (and the necessary FILE_USER_BLOCKING thread) to the test because the RenderWidgetHelper must be deleted on the IO thread. BUG=125129 TEST=WebContentsImplTest.* R=csilv TBR=ben,sky Review URL: https://chromiumcodereview.appspot.com/10442126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140127 0039d316-1c4b-4281-b951-d872f2087c98
* Fix audio hashing. Split hash tests out of normal test.dalecurtis@google.com2012-06-012-1/+3
| | | | | | | | | | | | | | | | | | | | | | | The previous hashing code didn't work for a few reasons: - Underflow situations (valgrind, etc) would result in different hashes due to silence we output during underflow. - Hashing was endian specific, so tests would fail on ARM. - Each FillBufferTask hashed all the audio data for all channels each time, which breaks when frames_recieved varies under load. The above have been fixed: - Hash tests are split out into new BasicPlaybackHashed test. - Underflow is now disabled for audio hash testing. - Hashes are computed in little-endian byte order. - A separate hash context is maintained for each channel and only reduced to a single hash at the end. BUG=129284 TEST=media_unittests under valgrind/tsan. Review URL: https://chromiumcodereview.appspot.com/10444120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140123 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leak in SQLitePersistentCookieStore::Backend::LoadCookiesForDomains.thestig@chromium.org2012-06-012-12/+0
| | | | | | | | | BUG=100608 TEST=No longer leaking. Review URL: https://chromiumcodereview.appspot.com/10444128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140118 0039d316-1c4b-4281-b951-d872f2087c98