| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting 20592. Causing a bunch of valgrind MAC redness. | mhm@chromium.org | 2009-07-14 | 2 | -7/+17 |
* | Bug 15762 happens on Linux, too, so move suppression to generic file. | dkegel@google.com | 2009-07-14 | 2 | -17/+7 |
* | Widen two suppressions that weren't matching properly on my ghardy box. | dkegel@google.com | 2009-07-13 | 1 | -10/+1 |
* | Add yet more suppressions to make the ui_tests not spew warnings under valgrind | dkegel@google.com | 2009-07-13 | 1 | -0/+93 |
* | Point to correct app test binary | nirnimesh@chromium.org | 2009-07-10 | 1 | -1/+1 |
* | Make sure we end up with an executable binary when juggling stripped binaries... | stuartmorgan@chromium.org | 2009-07-09 | 1 | -0/+1 |
* | Support running app_unittests under Valgrind | nirnimesh@chromium.org | 2009-07-09 | 1 | -0/+4 |
* | Add more suppressions, adapt more to work on hardy (and not just jaunty), fix... | dkegel@google.com | 2009-07-09 | 1 | -30/+101 |
* | Add temporary suppressions for a couple of newly-file Mac leaks. | stuartmorgan@chromium.org | 2009-07-08 | 1 | -0/+25 |
* | Fix a leak of the new location GURL by NotificationTask when doing a redirect. | eroman@chromium.org | 2009-07-08 | 1 | -25/+0 |
* | Shuffle the Mac valgind suppressions around a bit to match the other suppress... | stuartmorgan@chromium.org | 2009-07-08 | 1 | -104/+118 |
* | Add a suppression for a leak the Mac UI tests get when plugins are first loaded. | stuartmorgan@chromium.org | 2009-07-08 | 1 | -0/+14 |
* | Fix subtle whitespace problem. Lesson: never copy and paste a suppression | dank@chromium.org | 2009-07-07 | 1 | -10/+10 |
* | Rejigger a few suppressions to fire properly on the buildbots. | dank@chromium.org | 2009-07-07 | 1 | -2/+28 |
* | Widen a couple suppressions, add a few more. | dank@chromium.org | 2009-07-07 | 1 | -2/+29 |
* | Suppress a wad of valgrind warnings that happen in nearly every ui test. | dank@chromium.org | 2009-07-07 | 1 | -0/+87 |
* | Fix tools/valgrind/chrome_tests.sh to always use --log-file option | dank@chromium.org | 2009-07-07 | 1 | -8/+15 |
* | Disable IPCSyncChannelTest.* under Valgrind | nirnimesh@chromium.org | 2009-07-02 | 1 | -9/+14 |
* | Suppress valgrind errors in Apple libraries | nirnimesh@chromium.org | 2009-07-02 | 1 | -0/+18 |
* | Fix the suppression using the output from valgrind. | ojan@google.com | 2009-07-01 | 1 | -5/+15 |
* | Add bug number now that the issue tracker is back up. | ojan@google.com | 2009-07-01 | 1 | -2/+1 |
* | Suppress valgrind error that started with r19701, which | ojan@google.com | 2009-07-01 | 1 | -0/+8 |
* | Fix for | jrg@chromium.org | 2009-06-30 | 1 | -0/+12 |
* | Widen /lib/ld.so suppression to match on 64 bit systems. | dkegel@google.com | 2009-06-29 | 1 | -8/+6 |
* | Teach the valgrind and layout tests about the output directory used by the Ma... | dkegel@google.com | 2009-06-27 | 1 | -26/+40 |
* | Add a framework leak suppression on the Mac. | stuartmorgan@chromium.org | 2009-06-24 | 1 | -1/+11 |
* | Add a switch to allow longer shutdown timeouts, since quitting under valgrind... | stuartmorgan@chromium.org | 2009-06-19 | 1 | -1/+2 |
* | Add a suppression for couple of valgrind warnings in OpenGL.framework initial... | stuartmorgan@chromium.org | 2009-06-19 | 1 | -0/+7 |
* | Remove valgrind suppression for BrowserWindowGtk::ConnectAccelerators(). | willchan@chromium.org | 2009-06-15 | 1 | -12/+0 |
* | Increase valgrind's --num-callers to 50 | nirnimesh@chromium.org | 2009-06-11 | 1 | -1/+1 |
* | Fix suppression with PNGEncoder::EncodeBGRASkBitmap() | nirnimesh@chromium.org | 2009-06-09 | 1 | -3/+1 |
* | Re-Retry. This is the change from hell. | glen@chromium.org | 2009-06-06 | 1 | -0/+10 |
* | Revert pngencoder changes. | glen@chromium.org | 2009-06-05 | 1 | -10/+0 |
* | Retry. I believe the code (with your width() * bbp fix) is correct. | glen@chromium.org | 2009-06-05 | 1 | -0/+10 |
* | Broaden valgrind supression for known issue in zlib. This seems ok because th... | aa@chromium.org | 2009-06-01 | 1 | -2/+1 |
* | Add suppressions for uninitialized memory reference in PNGEncoder::EncodeBGRA... | thestig@chromium.org | 2009-05-26 | 1 | -6/+24 |
* | Suppress a leak caused by NSS_InitReadWrite. | thestig@chromium.org | 2009-05-25 | 1 | -0/+9 |
* | Add a suppression for the Mac Valgrind test_shell_test leak. | thestig@chromium.org | 2009-05-23 | 1 | -2/+11 |
* | Supress a leak in ExtensionsServiceTest.InstallExtension. | thestig@chromium.org | 2009-05-23 | 1 | -0/+8 |
* | Suppress jump on uninitialized value noticed by Valgrind on Mac in | nirnimesh@chromium.org | 2009-05-22 | 1 | -0/+22 |
* | Fix a leak in BookmarkBarController, and remove the valgrind suppression for it. | stuartmorgan@chromium.org | 2009-05-22 | 1 | -14/+0 |
* | Add Valgrind suppressions for bug 12366. Loosen one of the sqlite suppression... | thestig@chromium.org | 2009-05-21 | 1 | -1/+8 |
* | Tidy the valgrind suppressions file | dank@chromium.org | 2009-05-19 | 1 | -61/+83 |
* | Fix memory leak in corrupt JPEG decoding. | thestig@chromium.org | 2009-05-19 | 1 | -11/+0 |
* | valgrind: with my fix upstreamed, we can now remove this suppression. | evan@chromium.org | 2009-05-18 | 1 | -7/+0 |
* | Example script to run all tests under valgrind | dkegel@google.com | 2009-05-14 | 1 | -0/+75 |
* | valgrind: print the gtest suppression list on startup. | evan@chromium.org | 2009-05-13 | 1 | -0/+1 |
* | Add valgrind suppression for libxml error in http://crbug.com/11838 | thestig@chromium.org | 2009-05-12 | 1 | -0/+12 |
* | Move timeout to right spot in tools/valgrind/chrome_tests.py. Fixes thinko c... | dkegel@google.com | 2009-05-11 | 1 | -1/+1 |
* | Raise timeout on ui tests to 12000 seconds, since on the | dkegel@google.com | 2009-05-11 | 1 | -0/+1 |