diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 21:02:42 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 21:02:42 +0000 |
commit | fea09ae436946fb072c684e016d664b42ae34cab (patch) | |
tree | aa2e7f836e9795d1f232e47290db225e9924edde /tools/valgrind | |
parent | 7bc60680df8d98c4ed6625112c6f1457cf5022bc (diff) | |
download | chromium_src-fea09ae436946fb072c684e016d664b42ae34cab.zip chromium_src-fea09ae436946fb072c684e016d664b42ae34cab.tar.gz chromium_src-fea09ae436946fb072c684e016d664b42ae34cab.tar.bz2 |
Re-enable HttpBridgeTest under Dr. Memory
I have no access to test this, but the bug should be fixed
(or the bug that is causing _those_ failures is different).
BUG=90585
Review URL: http://codereview.chromium.org/7530033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94750 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt index 8bb9848..78aca4f 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt @@ -14,10 +14,6 @@ AudioRendererHostTest.* # http://crbug.com/87887 VideoCaptureHostTest.* -# crashes on the bot due to stale pointer access -# http://crbug.com/90585 -HttpBridgeTest.* - # crashes on the bot with corresponding UNADDR reports # http://crbug.com/90980 FirefoxImporterTest.Firefox3NSS3Decryptor |