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

Unified Diff: content/public/test/test_launcher.h

Issue 10825311: Add a MANUAL_ prefix for browser tests. These tests don't run unless --run-manual is specified. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | content/test/content_browser_test.cc » ('j') | content/test/test_launcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_launcher.h
===================================================================
--- content/public/test/test_launcher.h (revision 150808)
+++ content/public/test/test_launcher.h (working copy)
@@ -27,6 +27,7 @@
extern const char kGTestOutputFlag[];
extern const char kSingleProcessTestsFlag[];
extern const char kSingleProcessTestsAndChromeFlag[];
+extern const char kRunManualTestsFlag[];
extern const char kHelpFlag[];
// Flag that causes only the kEmptyTestName test to be run.
« no previous file with comments | « no previous file | content/test/content_browser_test.cc » ('j') | content/test/test_launcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698