diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 18:04:53 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 18:04:53 +0000 |
commit | 64bc6b58cb9a4eab941b0c6263eb6cb6dcad8902 (patch) | |
tree | 93ab695dd1102ef3ec45939f97fee7e2e5cd0e13 /chrome/test | |
parent | 6568a9e384e0f92422c68d4f31fb401df4acbaed (diff) | |
download | chromium_src-64bc6b58cb9a4eab941b0c6263eb6cb6dcad8902.zip chromium_src-64bc6b58cb9a4eab941b0c6263eb6cb6dcad8902.tar.gz chromium_src-64bc6b58cb9a4eab941b0c6263eb6cb6dcad8902.tar.bz2 |
Addressing Huan's comments for the following CL
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
Please review this at http://codereview.chromium.org/160404
Review URL: http://codereview.chromium.org/160405
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22068 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/reliability/known_crashes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/data/reliability/known_crashes.txt b/chrome/test/data/reliability/known_crashes.txt index 8c9cefd..712e4d8 100644 --- a/chrome/test/data/reliability/known_crashes.txt +++ b/chrome/test/data/reliability/known_crashes.txt @@ -87,10 +87,10 @@ SUBSTRING : masksuperblitter::~masksuperblitter PREFIX : webplugindelegatestub::onmessagereceived___webplugindelegateimpl::nativewndproc___base::messagepumpforui::dorunloop # 18058 -PREFIX : malloc___webplugindelegateimpl::flashwindowlesswndproc___npapi::plugininstance::npp_write___npapi::pluginstream::trywritetoplugin +SUBSTRING : webplugindelegateimpl::flashwindowlesswndproc___npapi::plugininstance::npp_write___npapi::pluginstream::trywritetoplugin # 18059 -PREFIX : malloc___base::subtle::refcountedthreadsafebase::release___npn_invalidaterect___webplugindelegateimpl::flashwindowlesswndproc___npapi::plugininstance::npp_write +SUBSTRING : base::subtle::refcountedthreadsafebase::release___npn_invalidaterect___webplugindelegateimpl::flashwindowlesswndproc___npapi::plugininstance::npp_write # 18083 PREFIX : webplugindelegateimpl::nativewndproc___npapi::plugininstance::npp_setwindow___webplugindelegateimpl::nativewndproc |