diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-24 12:51:36 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-24 12:51:36 +0000 |
commit | bb173845cc6dae3d06fb19e4e1fd214b8dc5dc52 (patch) | |
tree | 5572b53fcfdf7b8d7c4116c10b3b7950257b7cbd /tools | |
parent | 1cbbee3cbff09ceb17af31686108e07bf4490c95 (diff) | |
download | chromium_src-bb173845cc6dae3d06fb19e4e1fd214b8dc5dc52.zip chromium_src-bb173845cc6dae3d06fb19e4e1fd214b8dc5dc52.tar.gz chromium_src-bb173845cc6dae3d06fb19e4e1fd214b8dc5dc52.tar.bz2 |
Re-enable UrlToFilenameEncoderTest.EncodeUrlCorrectly under Dr. Memory
The bug was fixed in Dr. Memory r348 and I've uploaded the new tool binaries
into Chromium repo.
BUG=87241
TBR=bruening
Review URL: http://codereview.chromium.org/7198024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt index 9eb30d1..984bcde 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt @@ -10,10 +10,5 @@ X509CertificateTest.* # Too many uninits and too slow. TODO(timurrrr): investigate uninits ProxyResolverV8Test.* -# Funny std::string::replace bug leads to test failures -# http://crbug.com/87241 aka -# http://code.google.com/p/drmemory/issues/detail?id=474 -UrlToFilenameEncoderTest.EncodeUrlCorrectly - # Slow CookieMonsterTest.GarbageCollectionTriggers |