summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell_switches.cc
diff options
context:
space:
mode:
authorericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-25 23:04:27 +0000
committerericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-25 23:04:27 +0000
commitda4e34b86c37f77dc7027fbc1fd599d319b69bd0 (patch)
tree766bfa4861fc2f6b97701f32849c85dad16313ee /webkit/tools/test_shell/test_shell_switches.cc
parent95ab1553ce02175cf23278d80b8440b27740159c (diff)
downloadchromium_src-da4e34b86c37f77dc7027fbc1fd599d319b69bd0.zip
chromium_src-da4e34b86c37f77dc7027fbc1fd599d319b69bd0.tar.gz
chromium_src-da4e34b86c37f77dc7027fbc1fd599d319b69bd0.tar.bz2
Print a warning when running layout tests with incorrect theme.
Review URL: http://codereview.chromium.org/12631 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell_switches.cc')
-rw-r--r--webkit/tools/test_shell/test_shell_switches.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc
index 9ee7e89..26b53e0 100644
--- a/webkit/tools/test_shell/test_shell_switches.cc
+++ b/webkit/tools/test_shell/test_shell_switches.cc
@@ -61,5 +61,11 @@ const wchar_t kEnableTracing[] = L"enable-tracing";
// Allow scripts to close windows in all cases.
const wchar_t kAllowScriptsToCloseWindows[] = L"allow-scripts-to-close-windows";
+// Test the system dependencies (themes, fonts, ...). When this flag is
+// specified, the test shell will exit immediately with either 0 (success) or
+// 1 (failure). Combining with other flags has no effect.
+extern const wchar_t kCheckLayoutTestSystemDeps[] =
+ L"check-layout-test-sys-deps";
+
} // namespace test_shell