Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3200)

Unified Diff: chrome/browser/process_singleton_posix_unittest.cc

Issue 504783002: Disable slow ProcessSingletonPosixTest tests: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/process_singleton_posix_unittest.cc
diff --git a/chrome/browser/process_singleton_posix_unittest.cc b/chrome/browser/process_singleton_posix_unittest.cc
index f717a372ad0a2988b9983646b7b634461c8bf941..e0e2ff4807ad521243f3ad7c282be1a78e41439a 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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698