Summary: | stderr is read-only on Solaris | ||
---|---|---|---|
Product: | cairo | Reporter: | Damien Carbery <damien.carbery> |
Component: | general | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | high | ||
Version: | 0.9.3 | ||
Hardware: | SPARC | ||
OS: | Solaris | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Remove assignment of stderr in test/cairo-test.c |
Description
Damien Carbery
2005-05-04 01:38:44 UTC
Created attachment 2616 [details] [review] Remove assignment of stderr in test/cairo-test.c That's annoying, (though I did wonder for a moment if writing to stderr was kosher or not). The goal here was to easily get individual test output to log files rather than spewing to the tty. One way to fix it in the face of read-only stderr is to add something like a cairo_test_log function and change all occurrences of fprintf(stder, ...) in cairo/test/*.c to call cairo_test_log instead. I've now committed a change that eliminates the write to stderr and implements cairo_test_log as suggested. Move bugs against "cvs" version to "0.9.3" so we can remove the "cvs" version. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.