diff options
author | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-17 22:34:15 +0000 |
---|---|---|
committer | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-17 22:34:15 +0000 |
commit | 087d04dadc8f8aba2e798af4fea4b33ced9213f7 (patch) | |
tree | 6df5b7d2d014d4bf211967d557b6f37aa4d04d29 /webkit/tools/test_shell/test_shell_switches.h | |
parent | b8b7cfb7f79974550fa76894fa939890604970a4 (diff) | |
download | chromium_src-087d04dadc8f8aba2e798af4fea4b33ced9213f7.zip chromium_src-087d04dadc8f8aba2e798af4fea4b33ced9213f7.tar.gz chromium_src-087d04dadc8f8aba2e798af4fea4b33ced9213f7.tar.bz2 |
Fix error suppressing. It turns out that both the signal handling
and the exception port bits are needed to avoid the crash
reporter. There are still cases we miss. I was able to hit
a TestShell that popped up the crash reporter running the tests,
but I was only able to hit it once.
Review URL: http://codereview.chromium.org/67270
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13972 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell_switches.h')
-rw-r--r-- | webkit/tools/test_shell/test_shell_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_switches.h b/webkit/tools/test_shell/test_shell_switches.h index 597615f..7743aa6 100644 --- a/webkit/tools/test_shell/test_shell_switches.h +++ b/webkit/tools/test_shell/test_shell_switches.h @@ -28,6 +28,7 @@ extern const wchar_t kEnableFileCookies[]; extern const wchar_t kEnableTracing[]; extern const wchar_t kAllowScriptsToCloseWindows[]; extern const wchar_t kCheckLayoutTestSystemDeps[]; +extern const wchar_t kGDB[]; extern const wchar_t kProfiler[]; } // namespace test_shell |