summaryrefslogtreecommitdiffstats
path: root/chrome/common/logging_chrome_uitest.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-03 22:35:53 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-03 22:35:53 +0000
commit789c6f19c845f5a272da87b035629fc3636d65d2 (patch)
treedefc05485583c80fbcef0689a578f2bffc26b7f3 /chrome/common/logging_chrome_uitest.cc
parent98ec2c4c1cfb7146107b549522ef7c14b7719454 (diff)
downloadchromium_src-789c6f19c845f5a272da87b035629fc3636d65d2.zip
chromium_src-789c6f19c845f5a272da87b035629fc3636d65d2.tar.gz
chromium_src-789c6f19c845f5a272da87b035629fc3636d65d2.tar.bz2
CrOS: Disable failing RendererCrashTest.Crash test.
BUG=43115 TEST=CrOS UI Valgrind goes greener. Review URL: http://codereview.chromium.org/1876002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46293 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/logging_chrome_uitest.cc')
-rw-r--r--chrome/common/logging_chrome_uitest.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/logging_chrome_uitest.cc b/chrome/common/logging_chrome_uitest.cc
index 8f3670b..f52ab7d 100644
--- a/chrome/common/logging_chrome_uitest.cc
+++ b/chrome/common/logging_chrome_uitest.cc
@@ -172,6 +172,9 @@ class RendererCrashTest : public UITest {
#if defined(OS_WIN)
// http://crbug.com/32048
#define Crash FLAKY_Crash
+#elif defined(OS_CHROMEOS)
+// http://crbug.com/43115
+#define Crash DISABLED_Crash
#endif
// Launch the app in renderer crash test mode, then close the app.
TEST_F(RendererCrashTest, Crash) {