summaryrefslogtreecommitdiffstats
path: root/chrome/browser/process_singleton_linux_uitest.cc
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-22 22:52:58 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-22 22:52:58 +0000
commitfc96aa4d6aab9c82112657efa00b1f15fd9562b1 (patch)
tree75896fc4573c85984982f558bacfb2498535d8ee /chrome/browser/process_singleton_linux_uitest.cc
parent05a1a8b829ab1795aae0666ce0b4dbf23f3bba59 (diff)
downloadchromium_src-fc96aa4d6aab9c82112657efa00b1f15fd9562b1.zip
chromium_src-fc96aa4d6aab9c82112657efa00b1f15fd9562b1.tar.gz
chromium_src-fc96aa4d6aab9c82112657efa00b1f15fd9562b1.tar.bz2
Putting back tests that are excluded in bug 28808
BUG=28808 TEST=Run ui_tests Review URL: http://codereview.chromium.org/502071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35180 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/process_singleton_linux_uitest.cc')
-rw-r--r--chrome/browser/process_singleton_linux_uitest.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/process_singleton_linux_uitest.cc b/chrome/browser/process_singleton_linux_uitest.cc
index 0c3a63c..f325e59 100644
--- a/chrome/browser/process_singleton_linux_uitest.cc
+++ b/chrome/browser/process_singleton_linux_uitest.cc
@@ -82,8 +82,9 @@ TEST_F(ProcessSingletonLinuxTest, CheckSocketFile) {
}
#if defined(OS_LINUX) && defined(TOOLKIT_VIEWS)
-// This test is flaky on linux/views builds.
-// See http://crbug.com/28808.
+// The following tests in linux/view does not pass without a window manager,
+// which is true in build/try bots.
+// See http://crbug.com/30953.
#define NotifyOtherProcessSuccess FLAKY_NotifyOtherProcessSuccess
#define NotifyOtherProcessHostChanged FLAKY_NotifyOtherProcessHostChanged
#endif