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

Unified Diff: chrome/common/logging_chrome_uitest.cc

Issue 1072003: Windows: Mark CheckFalseTest.CheckFails as flaky. It's failing on the Vista d... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 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/common/logging_chrome_uitest.cc
===================================================================
--- chrome/common/logging_chrome_uitest.cc (revision 41966)
+++ chrome/common/logging_chrome_uitest.cc (working copy)
@@ -127,6 +127,10 @@
}
};
+#if defined(OS_WIN)
+// http://crbug.com/38497
+#define CheckFails FLAKY_CheckFails
+#endif
// Launch the app in assertion test mode, then close the app.
TEST_F(CheckFalseTest, CheckFails) {
if (UITest::in_process_renderer()) {
« 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