diff options
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt | 5 |
1 files changed, 5 insertions, 0 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 984bcde..9eb30d1 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt @@ -10,5 +10,10 @@ 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 |