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

John Thompson john.thompson.jtsoftware at gmail.com
Wed Aug 12 08:15:38 PDT 2009


Baptiste,

I'm glad you're helping with the tests.

I've applied your patches (after first applying Daniel's, and using his
command line for running the tests), and saw the following results:

After add_python_exe_path.patch, no change:  251 failures
After clang-win32-path.patch and llvm-win32-path.patch: 230 failures
After stderr_redirection.patch: 250 failures

I then reverted the TestRunner.py patches and am back at 230 failures, which
still is a great improvement.  I'm not sure what the problem was with the
other patches.

-John
On Tue, Aug 11, 2009 at 3:19 PM, Baptiste Lepilleur <
baptiste.lepilleur at gmail.com> wrote:

> 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.
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>


-- 
John Thompson
John.Thompson.JTSoftware at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090812/01df186a/attachment.html>


More information about the cfe-dev mailing list