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

Unified Diff: chrome/common/logging_chrome_uitest.cc

Issue 9568014: Change the condition for disabling some tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase to current Created 8 years, 10 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 124413)
+++ chrome/common/logging_chrome_uitest.cc (working copy)
@@ -110,7 +110,7 @@
}
#endif // !defined(NDEBUG)
-#if !defined(OFFICIAL_BUILD)
+#if !defined(GOOGLE_CHROME_BUILD)
// Only works on Linux in Release mode with CHROME_HEADLESS=1
class CheckFalseTest : public UITest {
protected:
@@ -135,7 +135,7 @@
expected_errors_ = EXPECTED_ASSERT_ERRORS;
expected_crashes_ = EXPECTED_ASSERT_CRASHES;
}
-#endif // !defined(OFFICIAL_BUILD)
+#endif // !defined(GOOGLE_CHROME_BUILD)
// Tests whether we correctly fail on browser crashes during UI Tests.
class RendererCrashTest : public UITest {
« 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