<br><br><div class="gmail_quote">2009/8/12 John Thompson <span dir="ltr"><<a href="mailto:john.thompson.jtsoftware@gmail.com">john.thompson.jtsoftware@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Baptiste,</div>
<div> </div>
<div>Having found I forgot to fix the paths in the count.bat and not.bat files, I tried your patches again, but still had the following results:</div>
<div> </div>
<div>After add_python_exe_path.patch, no change:  64 failures (no change)<br>After stderr_redirection.patch: 106 failures<br></div>
<div>...assuming I applied the patch correctly.  I had to do it manually because of differences in our versions.</div>
<div><br><font color="#888888">-John<br></font></div><div><div></div><br></div></blockquote></div><br>I also needed to create a directory e:\dev to allow /dev/null file to be created.<br><br>Have a look at your failure, if you see some error such as header "stdio.h" or "wchar.h" missing, then you need to change InitHeaderSearch::AddDefaultSystemIncludePaths (in tools\clang\lib\Frontend\InitHeaderSearch.cpp).<br>
<br>I've pushed my change on <a href="https://code.launchpad.net/llvm">https://code.launchpad.net/llvm</a> mirror. Checks the win32 branches.<br><br>I currently have the following failures:<br><br>Failing Tests (45):<br>
        .\Analysis\casts.c<br>        .\Analysis\complex.c<br>        .\Analysis\null-deref-ps.c<br>        .\CodeGenCXX\new.cpp<br>        .\CodeGenCXX\references.cpp<br>        .\CodeGen\address-space-field1.c<br>        .\CodeGen\address-space-field2.c<br>
        .\CodeGen\address-space-field3.c<br>        .\CodeGen\address-space-field4.c<br>        .\CodeGen\cast-to-union.c<br>        .\CodeGen\const-init.c<br>        .\CodeGen\mandel.c<br>        .\CodeGen\mmintrin-test.c<br>
        .\CodeGen\stack-protector.c<br>        .\Driver\dragonfly.c<br>        .\Driver\freebsd.c<br>        .\Driver\hello.c<br>        .\Driver\openbsd.c<br>        .\Driver\pth.c<br>        .\Frontend\dependency-gen.c<br>
        .\Lexer\11-27-2007-FloatLiterals.c<br>        .\Misc\predefines.c<br>        .\PCH\exprs.c<br>        .\PCH\reloc.c<br>        .\Parser\cxx-template-decl.cpp<br>        .\Preprocessor\header_lookup1.c<br>        .\Preprocessor\line-directive.c<br>
        .\Preprocessor\macro_paste_bcpl_comment.c<br>        .\SemaCXX\implicit-int.cpp<br>        .\SemaCXX\nested-name-spec.cpp<br>        .\SemaCXX\nullptr.cpp<br>        .\SemaCXX\typedef-redecl.cpp<br>        .\SemaTemplate\example-dynarray.cpp<br>
        .\SemaTemplate\nested-name-spec-template.cpp<br>        .\Sema\complex-int.c<br>        .\Sema\complex-promotion.c<br>        .\Sema\const-eval.c<br>        .\Sema\const-ptr-int-ptr-cast.c<br>        .\Sema\exprs.c<br>
        .\Sema\format-strings.c<br>        .\Sema\i-c-e.c<br>        .\Sema\init.c<br>        .\Sema\return.c<br>        .\Sema\static-init.c<br>        .\Sema\wchar.c<br><br>I've checked a few of them and they seems to be real failures. Though, I couldn't figure out where to find the current list of failure on buildbot...<br>