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-07-21 23:00:18 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-21 23:00:18 +0000
commit55c468f4a50d5c3568818d761c67e61181731445 (patch)
treede2c5e341b04a9469968561307cd1a61a1312ee7 /chrome/common/logging_chrome_uitest.cc
parent90899c8d100ad80653bafe1bae618495b1f8720e (diff)
downloadchromium_src-55c468f4a50d5c3568818d761c67e61181731445.zip
chromium_src-55c468f4a50d5c3568818d761c67e61181731445.tar.gz
chromium_src-55c468f4a50d5c3568818d761c67e61181731445.tar.bz2
Linux: Mark CheckFalseTest.CheckFails as FAILS.
BUG=49838 TEST=none Review URL: http://codereview.chromium.org/2870063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53257 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 648aace..f92525e 100644
--- a/chrome/common/logging_chrome_uitest.cc
+++ b/chrome/common/logging_chrome_uitest.cc
@@ -130,6 +130,9 @@ class CheckFalseTest : public UITest {
#elif defined(OS_MACOSX)
// Crash service doesn't exist for the Mac yet: http://crbug.com/45243
#define CheckFails DISABLED_CheckFails
+#elif defined(OS_LINUX)
+// TODO(phajdan) Fix this - http://crbug.com/49838
+#define CheckFails FAILS_CheckFails
#endif
// Launch the app in assertion test mode, then close the app.
TEST_F(CheckFalseTest, CheckFails) {