summaryrefslogtreecommitdiffstats
path: root/webkit/data/valgrind
Commit message (Collapse)AuthorAgeFilesLines
* Move all Valgrind/TSan/Dr.Memory gtest exclude files to ↵timurrrr@chromium.org2010-10-242-8/+4
| | | | | | | | | | | | | | | | | | | | tools/valgrind/gtest_exclude If I receive an LGTM, I'll land this patch (with updated .txt files of course) during the weekend in the Europe afternoon to minimize possible damages. Then I'll update all the docs accordingly For the record, I got the list of the files by doing find . | grep -v "\.svn" | grep "valgrind.*gtest" | sed "s/\.gtest.*$//" | \ sed "s/\/[a-z_]\+$//" | sort | uniq | tee list_dirs And then for F in `cat list_dirs`; do svn mv $F/*.txt tools/valgrind/gtest_exclude/; done TEST=ran a few tests locally under Valgrind and TSan Review URL: http://codereview.chromium.org/4054004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63681 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Disable PluginTest.Refresh because it's crashing on the bots for"tony@chromium.org2009-12-151-2/+0
| | | | | | | | | | | | This reverts commit r34517. The next test failed, so reverting the disable. TBR=dglazkov Review URL: http://codereview.chromium.org/501012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34518 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PluginTest.Refresh because it's crashing on the bots fortony@chromium.org2009-12-151-0/+2
| | | | | | | | | | | unknown reasons. I can't repro the crash on the desktop. BUG=30346 TBR=senorblanco Review URL: http://codereview.chromium.org/503006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34517 0039d316-1c4b-4281-b951-d872f2087c98
* Unhang valgrind webkit tests.dank@chromium.org2009-09-171-0/+2
| | | | | | | | BUG=22134 Review URL: http://codereview.chromium.org/215010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26444 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run ManyVideoBear under valgrind for now, as it hangsdkegel@google.com2009-07-231-1/+2
| | | | | | | | | BUG=16945 TEST=watch test_shell tests go green on valgrind bot Review URL: http://codereview.chromium.org/160031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21451 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run MediaLeakTest.VideoBear under valgrind for nowdkegel@google.com2009-07-161-0/+2
| | | | | | | | | BUG=16945 TEST=run test_shell_tests under valgrind; they shouldn't hang. Review URL: http://codereview.chromium.org/149769 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20901 0039d316-1c4b-4281-b951-d872f2087c98
* Split BMPImageDecoderTest.* tests into fast and slow tests. Enable fast ↵thestig@chromium.org2009-05-141-1/+2
| | | | | | | | | tests under Valgrind. BUG=9177 Review URL: http://codereview.chromium.org/113384 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16086 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 12776.dkegel@google.com2009-03-301-7/+0
| | | | | | Review URL: http://codereview.chromium.org/57012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12778 0039d316-1c4b-4281-b951-d872f2087c98
* Support valgrinding layout tests.dkegel@google.com2009-03-301-0/+7
| | | | | | | | | | | | Also suppress several common memory leak reports; http://crbug.com/9450 http://crbug.com/9458 http://crbug.com/9475 http://crbug.com/9503 Review URL: http://codereview.chromium.org/55034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12776 0039d316-1c4b-4281-b951-d872f2087c98
* BMPImageDecoderTest.* takes many minutes under valgrind, so skip it; see bug ↵dkegel@google.com2009-03-241-0/+2
9177. Already skipped under purify. Review URL: http://codereview.chromium.org/42558 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12351 0039d316-1c4b-4281-b951-d872f2087c98