From 731044b96e59e4822480f2b243d6f74c47bfceb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Hajdan=2C=20Jr?= Date: Mon, 25 Aug 2014 13:26:53 +0200 Subject: [PATCH] Disable slow ProcessSingletonPosixTest tests: ProcessSingletonPosixTest.NotifyOtherProcessDifferingHost ProcessSingletonPosixTest.NotifyOtherProcessFailure ProcessSingletonPosixTest.NotifyOtherProcessOrCreate_DifferingHost TBR=mattm BUG=407065 Review URL: https://codereview.chromium.org/504783002 Cr-Commit-Position: refs/heads/master@{#291668} --- chrome/browser/process_singleton_posix_unittest.cc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/chrome/browser/process_singleton_posix_unittest.cc b/chrome/browser/process_singleton_posix_unittest.cc index f717a372ad0a..e0e2ff4807ad 100644 --- a/chrome/browser/process_singleton_posix_unittest.cc +++ b/chrome/browser/process_singleton_posix_unittest.cc @@ -277,7 +277,8 @@ TEST_F(ProcessSingletonPosixTest, NotifyOtherProcessSuccess) { } // Test failure case of NotifyOtherProcess(). -TEST_F(ProcessSingletonPosixTest, NotifyOtherProcessFailure) { +// Disabled, http://crbug.com/407065 . +TEST_F(ProcessSingletonPosixTest, DISABLED_NotifyOtherProcessFailure) { CreateProcessSingletonOnThread(); BlockWorkerThread(); @@ -323,7 +324,8 @@ TEST_F(ProcessSingletonPosixTest, NotifyOtherProcessHostChanged) { // Test that we fail when lock says process is on another host and we can't // notify it over the socket. -TEST_F(ProcessSingletonPosixTest, NotifyOtherProcessDifferingHost) { +// Disabled, http://crbug.com/407065 . +TEST_F(ProcessSingletonPosixTest, DISABLED_NotifyOtherProcessDifferingHost) { CreateProcessSingletonOnThread(); BlockWorkerThread(); @@ -341,7 +343,9 @@ TEST_F(ProcessSingletonPosixTest, NotifyOtherProcessDifferingHost) { // Test that we fail when lock says process is on another host and we can't // notify it over the socket. -TEST_F(ProcessSingletonPosixTest, NotifyOtherProcessOrCreate_DifferingHost) { +// Disabled, http://crbug.com/407065 . +TEST_F(ProcessSingletonPosixTest, + DISABLED_NotifyOtherProcessOrCreate_DifferingHost) { CreateProcessSingletonOnThread(); BlockWorkerThread();