summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
Commit message (Collapse)AuthorAgeFilesLines
* Fix the extra "--" flag for ui_teststimurrrr@chromium.org2011-09-022-6/+4
| | | | | | | | TEST=run `./tools/valgrind/chrome_tests.sh -t reliability --gtest_filter=ZZZ` and look at the commandline TBR=glider Review URL: http://codereview.chromium.org/7832001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99358 0039d316-1c4b-4281-b951-d872f2087c98
* Partially revert the last valgrind_test.py change to fix the ui_tests ↵timurrrr@chromium.org2011-09-021-1/+2
| | | | | | | | | commandline TBR=glider Review URL: http://codereview.chromium.org/7830035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99354 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for client program options when using "-t cmdline"timurrrr@chromium.org2011-09-022-0/+8
| | | | | | | | | Also add --keep_logs flag to the chrome_tests.py (was: only --tool_flags="--keep_logs") TBR=glider Review URL: http://codereview.chromium.org/7824032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99348 0039d316-1c4b-4281-b951-d872f2087c98
* Add tools/valgrind/drmemory.bat to help running a random cmdline with Dr. Memorytimurrrr@chromium.org2011-09-021-0/+5
| | | | | | | | | | // Blocked by http://codereview.chromium.org/7828009/ TBR=bruening TEST=tools\valgrind\drmemory.bat ping www.google.com Review URL: http://codereview.chromium.org/7792060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99341 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for "-t cmdline" to tools/valgrind/chrome_tests.pytimurrrr@chromium.org2011-09-021-48/+43
| | | | | | | | Also slightly simplify/refactor the build_dir logic TEST=./tools/valgrind/chrome_tests.sh -t cmdline cat /proc/cpuinfo Review URL: http://codereview.chromium.org/7828009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99340 0039d316-1c4b-4281-b951-d872f2087c98
* Move the PR_GetCurrentThread suppression for worker threads to sectionwtc@chromium.org2011-09-021-17/+17
| | | | | | | | | | | | | 2 because it is an expected leak. Widen the suppression by eliding the functions in the middle of the call stack. R=thakis@chromium.org BUG=32624 TEST=none Review URL: http://codereview.chromium.org/7831016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99299 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Change const string& in struct to stringakalin@chromium.org2011-09-011-7/+0
| | | | | | | | | | | | | This fixes an invalid read in 99157. It's a good idea anyway. Revert valgrind suppression. BUG=95061 TEST= Review URL: http://codereview.chromium.org/7825015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99258 0039d316-1c4b-4281-b951-d872f2087c98
* suppress leaks brought in by a webkit rollthakis@chromium.org2011-09-011-0/+26
| | | | | | | | | | BUG=95106 TEST=none TBR=levin Review URL: http://codereview.chromium.org/7827028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99241 0039d316-1c4b-4281-b951-d872f2087c98
* widen a valgrind suppressionthakis@chromium.org2011-09-011-0/+17
| | | | | | | | | | BUG=32624 TEST=none TBR=wtc Review URL: http://codereview.chromium.org/7830008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99203 0039d316-1c4b-4281-b951-d872f2087c98
* suppress an invalid write in a new testthakis@chromium.org2011-09-011-0/+7
| | | | | | | | | | BUG=95061 TEST=none TBR=tim Review URL: http://codereview.chromium.org/7825007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99194 0039d316-1c4b-4281-b951-d872f2087c98
* Update a tsan suppressionthakis@chromium.org2011-09-011-0/+10
| | | | | | | | | | BUG=93932 TEST=none TBR=acolwell Review URL: http://codereview.chromium.org/7830007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99190 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an unused _DefaultCommand argumenttimurrrr@chromium.org2011-09-011-3/+3
| | | | | | | TBR=glider Review URL: http://codereview.chromium.org/7828008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99181 0039d316-1c4b-4281-b951-d872f2087c98
* Add one more TSan suppression for a data race in FFMpegVideoDecodeEnginetimurrrr@chromium.org2011-09-011-67/+70
| | | | | | | | TBR=glider BUG=93932 Review URL: http://codereview.chromium.org/7792059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99180 0039d316-1c4b-4281-b951-d872f2087c98
* Fix uninitialized variable in BookmarksHandler (valgrind detected)csilv@chromium.org2011-08-311-7/+0
| | | | | | | | BUG=94664 TEST=Valgrind is happy Review URL: http://codereview.chromium.org/7776037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99028 0039d316-1c4b-4281-b951-d872f2087c98
* Put all tests that are exclude for 28439 back. Only valgrind bot(1) is ↵oshima@google.com2011-08-311-34/+0
| | | | | | | | | | | | failing and this must be something else. TBR=timurrr@chromium.org BUG=28439 TEST=none Review URL: http://codereview.chromium.org/7810014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98914 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing leak in ClientSessionTestoshima@google.com2011-08-301-2/+7
| | | | | | | | | | TBR=garykac@chromium.org BUG=94764 TEST=none Review URL: http://codereview.chromium.org/7785002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98851 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude more tests that are failing with mmaposhima@google.com2011-08-301-0/+22
| | | | | | | | | | | | This is temp fix and should be reverted once we found the real solution. TBR=timurrrr@chromium.org BUG=28439 TEST=none Review URL: http://codereview.chromium.org/7792047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98844 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for 76354oshima@google.com2011-08-301-1/+1
| | | | | | | | | | TBR=jam@chromium.org BUG=76354 TEST=none Review URL: http://codereview.chromium.org/7792026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98763 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression leak in ResolveProxyMsgHelperTestoshima@google.com2011-08-301-3/+2
| | | | | | | | | | TBR=jam@chromium.org BUG=94687,76354 TEST=none Review URL: http://codereview.chromium.org/7806004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98749 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing cond error in BookmarksHandler::Loadedoshima@google.com2011-08-291-2/+12
| | | | | | | | | | TBR=csilv@chromium.org BUG=94664 TEST=none Review URL: http://codereview.chromium.org/7799010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98723 0039d316-1c4b-4281-b951-d872f2087c98
* Exlucde tests that are failing due to mmap erroroshima@google.com2011-08-291-0/+13
| | | | | | | | | | TBR=timurrrr@chromium.org BUG=28439 TEST=none Review URL: http://codereview.chromium.org/7790004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98674 0039d316-1c4b-4281-b951-d872f2087c98
* Update Dr. Memory suppressions to make printing_unittests greenertimurrrr@chromium.org2011-08-291-1/+10
| | | | | | | | | They are green locally on my Windows 7 x64 machine with DrM r482 TBR=bruening BUG=http://code.google.com/p/drmemory/issues/detail?id=569 Review URL: http://codereview.chromium.org/7745056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98636 0039d316-1c4b-4281-b951-d872f2087c98
* Update Dr. Memory suppressions to make printing_unittests greener on Windows 7timurrrr@chromium.org2011-08-291-1/+17
| | | | | | | | BUG=http://code.google.com/p/drmemory/issues/detail?id=12 TBR=bruening Review URL: http://codereview.chromium.org/7736021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98635 0039d316-1c4b-4281-b951-d872f2087c98
* Update suppressionoshima@google.com2011-08-271-2/+2
| | | | | | | | | | TBR=satorux@chromium.org BUG=88863 TEST=none Review URL: http://codereview.chromium.org/7766015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98528 0039d316-1c4b-4281-b951-d872f2087c98
* update suprression after r98941oshima@google.com2011-08-271-1/+0
| | | | | | | | | | TBR=jam@chromium.org BUG=76354 TEST=none Review URL: http://codereview.chromium.org/7763010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98525 0039d316-1c4b-4281-b951-d872f2087c98
* Update existing suppression given code changes to IPC message dispatch.darin@chromium.org2011-08-261-1/+2
| | | | | | | TBR=timurrrr@chromium.org Review URL: http://codereview.chromium.org/7767009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98519 0039d316-1c4b-4281-b951-d872f2087c98
* Excluding test failing with 'impossible happened' erroroshima@google.com2011-08-261-0/+1
| | | | | | | | | | TBR=glider@chromium.org BUG=51716 TEST=none Review URL: http://codereview.chromium.org/7765004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98481 0039d316-1c4b-4281-b951-d872f2087c98
* Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtrsievers@chromium.org2011-08-261-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | and destruction on a thread other than the one where the original reference was created. The problem with the current implementation is modifying the flag pointer from WeakPtr::~WeakPtr which might happen on a different thread (potentially racing with somebody invalidating the flag on the original thread). For compatibility reasons, creating the initial reference attaches to the thread and governs the thread-safety checking logic with respect to checking a reference to be valid and invalidating it, which should both only be done on the same thread. BUG=82509 TEST=added unit tests Added memleak suppression: http://crbug.com/94345 TBR=timurrrr@chromium.org Review URL: http://codereview.chromium.org/7677028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98443 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress false reports on StackWalk64 and leaks below ↵timurrrr@chromium.org2011-08-261-0/+17
| | | | | | | | | | RtlInitializeCriticalSectionAndSpinCount TBR=bruening BUG=http://code.google.com/p/drmemory/issues/detail?id=567, 466 Review URL: http://codereview.chromium.org/7758005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98440 0039d316-1c4b-4281-b951-d872f2087c98
* Removes suppression added that is no longer needed.sky@chromium.org2011-08-251-53/+0
| | | | | | | | | | | BUG=94228 TEST=none R=dpolukhin@chromium.org TBR=dpolukhin@chromium.org Review URL: http://codereview.chromium.org/7745038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98353 0039d316-1c4b-4281-b951-d872f2087c98
* Remove TSan suppression after fixing the bug.dimich@chromium.org2011-08-251-49/+0
| | | | | | | | BUG=93777 Review URL: http://codereview.chromium.org/7753012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98308 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused test command-line switches.phajdan.jr@chromium.org2011-08-251-4/+3
| | | | | | | | BUG=none Review URL: http://codereview.chromium.org/7743006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98263 0039d316-1c4b-4281-b951-d872f2087c98
* suppress menu-related CrOS leaks.thakis@chromium.org2011-08-251-0/+53
| | | | | | | | | | BUG=94228 TEST=none TBR=sky Review URL: http://codereview.chromium.org/7744022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98219 0039d316-1c4b-4281-b951-d872f2087c98
* Memcheck suppression for GpuBlacklist.cbentzel@chromium.org2011-08-251-0/+6
| | | | | | | | | BUG=94195 TBR=zmo@chromium.org Review URL: http://codereview.chromium.org/7747008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98178 0039d316-1c4b-4281-b951-d872f2087c98
* TSan suppressions for libavcodec on Winacolwell@chromium.org2011-08-251-0/+35
| | | | | | | | | BUG=93932 TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/7747004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98154 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for 69934.wez@chromium.org2011-08-241-11/+0
| | | | | | | | | BUG=69934 TEST=Valgrind is happy. Review URL: http://codereview.chromium.org/7718011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98108 0039d316-1c4b-4281-b951-d872f2087c98
* GeolocationGatewayDataProviderCommonTest has moved to content_unittestscbentzel@chromium.org2011-08-243-3/+2
| | | | | | | | | BUG=93245 TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/7701027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98056 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress another race with KURLGooglePrivate + Workers.cbentzel@chromium.org2011-08-241-1/+21
| | | | | | | | | BUG=93708 TBR=darin@chromium.org Review URL: http://codereview.chromium.org/7724001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98043 0039d316-1c4b-4281-b951-d872f2087c98
* Disable GeolocationGatewayDataProviderCommonTest.StartThread on Mac TSan bot.cbentzel@chromium.org2011-08-241-0/+2
| | | | | | | | | BUG=93425 TBR=allanwoj Review URL: http://codereview.chromium.org/7721008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98025 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the VisitiedLinkMaster::CreateURLTable suppression.cbentzel@chromium.org2011-08-241-25/+0
| | | | | | | | | BUG=93757 TBR=timurrrr@chromium.org Review URL: http://codereview.chromium.org/7719018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97963 0039d316-1c4b-4281-b951-d872f2087c98
* TSan suppressions for libavcodec on Linux in addition to OSX.cbentzel@chromium.org2011-08-242-41/+54
| | | | | | | | | BUG=93932 TBR=acolwell@chromium.org Review URL: http://codereview.chromium.org/7714025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97961 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor and clean up code now that ↵rsesek@chromium.org2011-08-231-8/+0
| | | | | | | | | | | chrome::testing::NSRunLoopRunAllPending() exists. BUG=87839,30394 TEST=unit_tests Review URL: http://codereview.chromium.org/7712008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97922 0039d316-1c4b-4281-b951-d872f2087c98
* Memcheck suppressions for vp8_decode_update_thread_contextcbentzel@chromium.org2011-08-231-0/+40
| | | | | | | | | BUG=93932 TBR=acolwell@chromium.org Review URL: http://codereview.chromium.org/7719010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97917 0039d316-1c4b-4281-b951-d872f2087c98
* TSan suppression for FFmpegVideoDecodeEngine on Mac.cbentzel@chromium.org2011-08-231-0/+52
| | | | | | | | | BUG=93932 TBR=acolwell@chromium.org Review URL: http://codereview.chromium.org/7719009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97915 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for crbug.com/90961sergeyu@chromium.org2011-08-231-15/+0
| | | | | | | | | BUG=90961 TEST=None Review URL: http://codereview.chromium.org/7712017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97800 0039d316-1c4b-4281-b951-d872f2087c98
* Disable MessageLoopTest.RecursiveDenial3 on windows tsan.cbentzel@chromium.org2011-08-231-0/+3
| | | | | | | | | BUG=93483 TBR=jamesr@chromium.org Review URL: http://codereview.chromium.org/7685044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97793 0039d316-1c4b-4281-b951-d872f2087c98
* TSAN suppressions for InspectorInstrumentation+transitionToCommitted.cbentzel@chromium.org2011-08-221-0/+51
| | | | | | | | | BUG=93777 TBR=pfeldman@chromium.org Review URL: http://codereview.chromium.org/7713012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97710 0039d316-1c4b-4281-b951-d872f2087c98
* Disable NewTabUITest.UpdateUserPrefsVersion on tsan.cbentzel@chromium.org2011-08-221-0/+1
| | | | | | | | | BUG=92717 TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/7713011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97703 0039d316-1c4b-4281-b951-d872f2087c98
* More suppressions for ppapi's CharSetToUTF16cbentzel@chromium.org2011-08-221-3/+13
| | | | | | | | | BUG=90644 TBR=ami@chromium.org Review URL: http://codereview.chromium.org/7685026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97700 0039d316-1c4b-4281-b951-d872f2087c98
* Tsan suppression for VisitedLinkMaster::CreateURLTablecbentzel@chromium.org2011-08-221-0/+31
| | | | | | | | | BUG=93757 TBR=timurrrr@chromium.org Review URL: http://codereview.chromium.org/7709006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97692 0039d316-1c4b-4281-b951-d872f2087c98