[cfe-dev] Patch to fix 2>&1 > /dev/null tests on Windows

Baptiste Lepilleur baptiste.lepilleur at gmail.com
Tue Aug 11 15:19:21 PDT 2009


This patch fixes failures of test such as:
// RUN: clang-cc -E %s -fno-caret-diagnostics 2>&1 >/dev/null | grep 'file
successfully included' | count 3

when run on Windows with the shell emulation.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090812/602deefd/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stderr_redirection.patch
Type: application/octet-stream
Size: 1912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090812/602deefd/attachment.obj>


More information about the cfe-dev mailing list