Bug 24631

Summary: run-webkit-tests shows "I/O warnings" from libxml
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Get rid of some error noise from DRT stderr output
none
test cpp file for libxml2 (does not repro the warnings) none

Description Eric Seidel (no email) 2009-03-16 16:22:38 PDT
run-webkit-tests shows "I/O warnings" from libxml

I think these "i/o warnings" are bogus.  But I can't be 100% sure.

I'm attaching a patch I wrote to filter them out of the stderr output.  I'm also attaching a test program I wrote for libxml2 to try and reproduce the warnings, (but failed to do so!).

For now, I'm just putting the stuff up here and moving on to other (more important) webkit issues.
Comment 1 Eric Seidel (no email) 2009-03-16 16:23:16 PDT
Created attachment 28664 [details]
Get rid of some error noise from DRT stderr output

 WebKitTools/ChangeLog                |   10 ++++++++++
 WebKitTools/Scripts/run-webkit-tests |   12 ++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)
Comment 2 Eric Seidel (no email) 2009-03-16 16:23:52 PDT
Created attachment 28665 [details]
test cpp file for libxml2 (does not repro the warnings)