diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-16 01:24:22 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-16 01:24:22 +0000 |
commit | 3e100d5abb3bcea7e823debff1d8606984baeb3b (patch) | |
tree | 8db834bb4e713b621de907b9e4a4f1f5e48b8660 /webkit/tools/test_shell/test_shell_switches.cc | |
parent | f1d07b705c8fc1bc2a8bee2977ac8c4dc01879f1 (diff) | |
download | chromium_src-3e100d5abb3bcea7e823debff1d8606984baeb3b.zip chromium_src-3e100d5abb3bcea7e823debff1d8606984baeb3b.tar.gz chromium_src-3e100d5abb3bcea7e823debff1d8606984baeb3b.tar.bz2 |
Fix SupressErrorReporting on the mac and remove --gdb flag from test_shell. The --gdb flag isn't needed with the new way of handling crash reporting. I don't quite understand what the new code is doing, but I tried both a crashing test_shell and stepping past SuppressErrorReporting via gdb in xcode.
In addition to saving developer annoyance with ReportCrash popping up, this should considerably improve the performance of running the webkit tests.
Review URL: http://codereview.chromium.org/67193
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13820 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.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc index 0884929..9bda588 100644 --- a/webkit/tools/test_shell/test_shell_switches.cc +++ b/webkit/tools/test_shell/test_shell_switches.cc @@ -64,10 +64,6 @@ const wchar_t kAllowScriptsToCloseWindows[] = L"allow-scripts-to-close-windows"; extern const wchar_t kCheckLayoutTestSystemDeps[] = L"check-layout-test-sys-deps"; -// If set, we are running under GDB so allow a certain class of errors -// to happen even if in layout test mode. -extern const wchar_t kGDB[] = L"gdb"; - // Make functions of the Profiler class available in javascript extern const wchar_t kProfiler[] = L"profiler"; |