[llvm-commits] Check output stream opened in binary mode instead of text mode on MinGW
Danil Malyshev
dmalyshev at accesssoftek.com
Wed May 4 13:05:27 PDT 2011
Hello everyone,
Many LLVM tests relies on standard output stream be in the binary mode.
Which is not always the case (on Windows in particular).
The proposed patch adds a test to verify that the standard output stream is actually in the binary mode.
This will save us a lot of troubleshooting time.
Please review.
Thank you,
Danil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110504/3415d5de/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test-archive-binary-output-03.diff
Type: application/octet-stream
Size: 467 bytes
Desc: test-archive-binary-output-03.diff
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110504/3415d5de/attachment.obj>
More information about the llvm-commits
mailing list