diff options
author | huanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-27 22:41:49 +0000 |
---|---|---|
committer | huanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-27 22:41:49 +0000 |
commit | 5544f39feaa60648ea95c75eefb2a7239ce0f4aa (patch) | |
tree | c6f54fe23e7b1d705642bbccd035efb358f7112c /chrome | |
parent | 4c690c58e30ac10d555731cb94307f1bf323a620 (diff) | |
download | chromium_src-5544f39feaa60648ea95c75eefb2a7239ce0f4aa.zip chromium_src-5544f39feaa60648ea95c75eefb2a7239ce0f4aa.tar.gz chromium_src-5544f39feaa60648ea95c75eefb2a7239ce0f4aa.tar.bz2 |
Update (add back) a few known crash to list.
Review URL: http://codereview.chromium.org/115834
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17033 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/data/reliability/known_crashes.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/test/data/reliability/known_crashes.txt b/chrome/test/data/reliability/known_crashes.txt index f7b47c9..33ba1fc 100644 --- a/chrome/test/data/reliability/known_crashes.txt +++ b/chrome/test/data/reliability/known_crashes.txt @@ -25,7 +25,7 @@ # If the type is not listed, it defaults to PREFIX. # Any crash due to out of memory is ignored. -PREFIX : `anonymous namespace'::onnomemory____callnewh___malloc +PREFIX : `anonymous namespace'::onnomemory # Mysterious crashes. Leave them for now. @@ -45,6 +45,12 @@ SUBSTRING : history::historybackend::~historybackend # 7701 PREFIX : iat_patch::getiatfunction___iat_patch::restoreimportedfunction___iat_patch::iatpatchfunction::unpatch +# 10791 +PREFIX : npapi::plugininstance::npp_destroy___webplugindelegateimpl::destroyinstance___webplugindelegateimpl::~webplugindelegateimpl + +# 5545 +PREFIX : npapi::plugininstance::npp_handleevent___webplugindelegateimpl::windowlesspaint___webpluginproxy::paint___webpluginproxy::onpaint + # 8020 PREFIX : passwordformdommanager::findpasswordformfields___passwordformdommanager::createpasswordform___webframeloaderclient::dispatchdidfinishdocumentload |