[Webkit-unassigned] [Bug 82505] http/tests/xmlhttprequest/redirect-cross-origin-post.html is flaky on win, debug, but showing stack traces?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 14:53:31 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=82505





--- Comment #3 from Tony Chang <tony at chromium.org>  2012-03-28 14:53:31 PST ---
It looks like this is because of the call to  logging::SetLogAssertHandler(UnitTestAssertHandler); in webkit_support.cc.  This causes us to not crash when we hit an assert.  I think we're not supposed to set this for DRT or test_shell.

It looks like the code has been this way for a long time (at least 18 months?).  Maybe we've never properly crashed on ASSERTs in debug?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list