| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/57012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12778 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|