summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortommycli <tommycli@chromium.org>2016-03-21 15:35:21 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-21 22:36:46 +0000
commit730968b08daed211500b2e0828af15302125d9f7 (patch)
tree26dd66b17b5765a15a13bae89d35c42ff3313dce
parentf9b843b964801440b50e74b072c70e7ecb0f1921 (diff)
downloadchromium_src-730968b08daed211500b2e0828af15302125d9f7.zip
chromium_src-730968b08daed211500b2e0828af15302125d9f7.tar.gz
chromium_src-730968b08daed211500b2e0828af15302125d9f7.tar.bz2
Memory Sheriff: Exclude ScopedHandleTest.MultiProcess from Dr. Memory
Test times out. wfh@ to investigate either fixing test or making exclusion permanent. BUG=592753 TBR=wfh@chromium.org Review URL: https://codereview.chromium.org/1820083002 Cr-Commit-Position: refs/heads/master@{#382420}
-rw-r--r--tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt
index ea1a5a1..5848645 100644
--- a/tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt
+++ b/tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt
@@ -39,3 +39,7 @@ MessageLoopTestTypeUI.RecursiveDenial3
# https://crbug.com/577417
# Too slow under Dr. Memory (times out tests).
AllocationRegisterTest.OverflowDeathTest
+
+# https://crbug.com/592753
+# TODO(wfh): Times out under Dr. Memory. Creates 200 threads in child process.
+ScopedHandleTest.MultiProcess