[Webkit-unassigned] [Bug 85085] [chromium] svg/custom/clip-path-referencing-use2.svg fails in "drt mode" in DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 27 13:13:16 PDT 2012


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





--- Comment #11 from Dirk Pranke <dpranke at chromium.org>  2012-04-27 13:13:16 PST ---
Okay, I figured it out ...

that line of code is getting executed. Although I'm sure it wasn't the other night when I was first testing this, I have no explanation for what I was doing then; probably running the wrong test or something :(

At any rate, this ends up working its way around into WebCore::Console where we call client()->addMessageToConsole().

For whatever reason, that ends up printing the message *after* we've dumped the renderTree. in "drt mode", that means that it shows up after the #EOF signifying the end of the text input (and before the pixel input), so we drop the string on the floor. "test shell mode" is not so lenient, and we get the string included in stdout.

I'm not sure where to go from here. One answer would be to just rebaseline the text and call it a day, but it kinda seems like a bug in DRT that this error message is getting dropped.

Thoughts?

-- 
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