diff options
author | rnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-10 18:55:51 +0000 |
---|---|---|
committer | rnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-10 18:55:51 +0000 |
commit | d174921ee2071e4b613d9da18617dc4cf5017e0d (patch) | |
tree | a5dbadd39a58707cbdfb052084a3ded693f69be6 | |
parent | 2b8859b0589e48038298a9e0dc766d967ef47132 (diff) | |
download | chromium_src-d174921ee2071e4b613d9da18617dc4cf5017e0d.zip chromium_src-d174921ee2071e4b613d9da18617dc4cf5017e0d.tar.gz chromium_src-d174921ee2071e4b613d9da18617dc4cf5017e0d.tar.bz2 |
Exclude WebsiteSettingsModelTest.* from DrMemory.
We're sharding unit_tests 6 ways, and it hits a DCHECK on some shards,
as well as when run in isolation.
TBR=markusheintz@chromium.org
BUG=117679
TEST=
Review URL: https://chromiumcodereview.appspot.com/9667029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126041 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt | 9 |
1 files changed, 4 insertions, 5 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 dae241d..511e35f 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt @@ -4,11 +4,6 @@ # http://code.google.com/p/drmemory/issues/detail?id=318 AudioRendererHostTest.* -# Hits a DCHECK, and then a DR assertion while printing the backtrace. -# http://code.google.com/p/drmemory/issues/detail?id=826 -WebsiteSettingsModelTest.HTTPConnection -WebsiteSettingsModelTest.HTTPSConnection - ################################################## # un-analyzed Dr. Memory bugs: @@ -30,3 +25,7 @@ ServiceProcessStateTest.ForceShutdown # fails sporadically: http://crbug.com/108205 MultiProcessLockTest.RecursiveLock + +# Poor isolation, DCHECKs when no MessageLoop exists. Breaks when sharded. +# http://crbug.com/117679 +WebsiteSettingsModelTest.* |