| Index: chrome/common/logging_chrome_uitest.cc
|
| ===================================================================
|
| --- chrome/common/logging_chrome_uitest.cc (revision 53237)
|
| +++ chrome/common/logging_chrome_uitest.cc (working copy)
|
| @@ -130,6 +130,9 @@
|
| #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) {
|
|
|