diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 17:57:45 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 17:57:45 +0000 |
commit | 9ddc35c7bb746eb974d99377c3c9313289b31eb1 (patch) | |
tree | 995ae93d5d0d275b16a749b757ef74f9cc1805ec /chrome/test | |
parent | 1e819856c41438ebb82f25dee439ce93341b71b9 (diff) | |
download | chromium_src-9ddc35c7bb746eb974d99377c3c9313289b31eb1.zip chromium_src-9ddc35c7bb746eb974d99377c3c9313289b31eb1.tar.gz chromium_src-9ddc35c7bb746eb974d99377c3c9313289b31eb1.tar.bz2 |
The script which verifies whether a crash callstack is known expects the callstack to be in lowercase.
Converting the recently added Flash callstacks to lowercase.
Added a new stack with the associated bug 18083
Review URL: http://codereview.chromium.org/160404
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22065 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/reliability/known_crashes.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/chrome/test/data/reliability/known_crashes.txt b/chrome/test/data/reliability/known_crashes.txt index 5f57336..8c9cefd 100644 --- a/chrome/test/data/reliability/known_crashes.txt +++ b/chrome/test/data/reliability/known_crashes.txt @@ -84,10 +84,14 @@ SUBSTRING : windowdragresponsetask::run___messageloop::runtask___messageloop::do SUBSTRING : masksuperblitter::~masksuperblitter # 18056 -PREFIX : WebPluginDelegateStub::OnMessageReceived___WebPluginDelegateImpl::NativeWndProc___base::MessagePumpForUI::DoRunLoop +PREFIX : webplugindelegatestub::onmessagereceived___webplugindelegateimpl::nativewndproc___base::messagepumpforui::dorunloop # 18058 -PREFIX : malloc___WebPluginDelegateImpl::FlashWindowlessWndProc___NPAPI::PluginInstance::NPP_Write___NPAPI::PluginStream::TryWriteToPlugin +PREFIX : malloc___webplugindelegateimpl::flashwindowlesswndproc___npapi::plugininstance::npp_write___npapi::pluginstream::trywritetoplugin # 18059 -PREFIX : malloc___base::subtle::RefCountedThreadSafeBase::Release___NPN_InvalidateRect___WebPluginDelegateImpl::FlashWindowlessWndProc___NPAPI::PluginInstance::NPP_Write +PREFIX : malloc___base::subtle::refcountedthreadsafebase::release___npn_invalidaterect___webplugindelegateimpl::flashwindowlesswndproc___npapi::plugininstance::npp_write + +# 18083 +PREFIX : webplugindelegateimpl::nativewndproc___npapi::plugininstance::npp_setwindow___webplugindelegateimpl::nativewndproc + |