Bug 59719

Summary: fix python printing test
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: New BugsAssignee: Ojan Vafai <ojan>
Status: RESOLVED FIXED    
Severity: Normal CC: dpranke, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch eric: review+

Description Ojan Vafai 2011-04-28 11:34:45 PDT
fix python printing test
Comment 1 Ojan Vafai 2011-04-28 11:35:50 PDT
Created attachment 91527 [details]
Patch
Comment 2 Ojan Vafai 2011-04-28 11:37:23 PDT
Created attachment 91528 [details]
Patch
Comment 3 Eric Seidel (no email) 2011-04-28 11:42:53 PDT
Comment on attachment 91528 [details]
Patch

Interesting... normally we use OutputCapture when we need to track stderr/stdout printing.
Comment 4 Ojan Vafai 2011-04-28 12:11:14 PDT
Committed r85222: <http://trac.webkit.org/changeset/85222>
Comment 5 Dirk Pranke 2011-04-28 12:46:45 PDT
(In reply to comment #3)
> (From update of attachment 91528 [details])
> Interesting... normally we use OutputCapture when we need to track stderr/stdout printing.

Yeah, this was all written before I was aware of OutputCapture.