Bug 24631 - run-webkit-tests shows "I/O warnings" from libxml
Summary: run-webkit-tests shows "I/O warnings" from libxml
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-16 16:22 PDT by Eric Seidel (no email)
Modified: 2010-06-10 16:48 PDT (History)
1 user (show)

See Also:


Attachments
Get rid of some error noise from DRT stderr output (2.00 KB, patch)
2009-03-16 16:23 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff
test cpp file for libxml2 (does not repro the warnings) (3.42 KB, text/plain)
2009-03-16 16:23 PDT, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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)