Updates: Summary: WebContentsTest.ShowInterstitialProceedMultipleCommands crashes on "XP Test" build bot
Comment #3 on issue 5700 by bugdro...@chromium.org: 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://src.chromium.org/viewvc/chrome?view=rev&revision=7330 ------------------------------------------------------------------------ r7330 | jcam...@chromium.org | 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 chromium-bugs@googlegroups.com To unsubscribe from this group, send email to chromium-bugs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---