From c9c5154913c2a6dfc0678c6b2fcdfff9ba80504b Mon Sep 17 00:00:00 2001 From: "bradchen@google.com" Date: Thu, 31 May 2012 23:02:00 +0000 Subject: Disable flaky process related tests on Dr Memory bots. TBR=bruening BUG=130668 TEST= Review URL: https://chromiumcodereview.appspot.com/10459066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139908 0039d316-1c4b-4281-b951-d872f2087c98 --- .../gtest_exclude/base_unittests.gtest-drmemory_win32.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tools/valgrind/gtest_exclude') 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 5d14268..04e3be6 100644 --- a/tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt @@ -11,3 +11,13 @@ ConditionVariableTest.LargeFastTaskTest # unaddressable report as well as a handful of leak reports that we don't need # to see. ProcessUtilTest.GetTerminationStatusCrash +# See crbug.com/130668 +ProcessUtilTest.GetTerminationStatusKill +ProcessUtilTest.KillSlowChild +ProcessUtilTest.SpawnChild +ScopedProcessInformationTest.Duplicate +ScopedProcessInformationTest.Swap +ScopedProcessInformationTest.TakeBoth +ScopedProcessInformationTest.TakeProcess +ScopedProcessInformationTest.TakeWholeStruct +SharedMemoryProcessTest.Tasks -- cgit v1.1