Updates:
Summary: WebContentsTest.ShowInterstitialProceedMultipleCommands
crashes
on "XP Test" build bot
Comment #2 on issue 5700 by [email protected]:
WebContentsTest.ShowInterstitialProceedMultipleCommands crashes on "XP
Test" build bot
http://code.google.com/p/chromium/issues/detail?id=5700
The following revision refers to this bug:
http://chrome-svn/viewvc/chrome?view=rev&revision=7330
------------------------------------------------------------------------
r7330 | [email protected] | 2008-12-19 15:54:24 -0800 (Fri, 19 Dec 2008)
| 6 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/web_contents_unittest.cc?r1=7330&r2=7329
The unit test WebContentsTest.ShowInterstitialProceedMultipleCommands was
crashing.
This was caused by a class dereferencing a pointer to a local variable out
of the scope of the local var, trashing the stack.
BUG=5700
TEST=Run the unit tests.
Review URL: http://codereview.chromium.org/14909
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---