[llvm-commits] [llvm] r122754 - in /llvm/trunk: docs/TestingGuide.html test/lit.cfg utils/lit/lit/TestRunner.py

Francois Pichet pichet2000 at gmail.com
Tue Jan 4 17:30:20 PST 2011


On Tue, Jan 4, 2011 at 10:20 AM, David A. Greene <greened at obbligato.org>wrote:

> Francois Pichet <pichet2000 at gmail.com> writes:
>
> > On Mon, Jan 3, 2011 at 12:30 PM, David Greene <greened at obbligato.org>
> wrote:
> >
> >     Author: greened
> >     Date: Mon Jan  3 11:30:25 2011
> >     New Revision: 122754
> >
> >     URL: http://llvm.org/viewvc/llvm-project?rev=122754&view=rev
> >     Log:
> >
> >     Reapply 122341 to fix PR8199 now that clang changes are in.
> >
> >     Modified:
> >        llvm/trunk/docs/TestingGuide.html
> >        llvm/trunk/test/lit.cfg
> >        llvm/trunk/utils/lit/lit/TestRunner.py
> >
> > Hi,
> >
> > I disabled that fix on Windows. It doesn't work at all and cause all lit
> tests to fail.
> > Any ideas why?
>
> No.  Do you have test output you can post?
>
>                                    -Dave
>

Hi,

example:

1>Exit Code: 1
1>Command Output (stdout):
1>--
1>Command 0: "D:/Dev/llvm/llvm_trunk/bin/Release\clang.EXE" "-cc1"
"-fsyntax-only" "-verify" "D:\Dev\llvm\llvm_trunk" "ools\clang"
"est\CXX\special\class.ctor\p1.cpp"
1>Command 0 Result: 1
1>Command 0 Output:
1>Command 0 Stderr:
1>error: 'error' diagnostics seen but not expected:
1>  (frontend): error reading 'D:\Dev\llvm\llvm_trunk'
1>error: 'error' diagnostics seen but not expected:
1>  (frontend): error reading 'ools\clang'
1>error: 'error' diagnostics seen but not expected:
1>  (frontend): error reading 'est\CXX\special\class.ctor\p1.cpp'
1>3 errors generated.
1>--

Notice how the file to test is cut in 3. I suspect a separator issue
(backslash)?

I currently don't have the time to investigate this problem. But with my
patch r122808 all tests pass. (maybe we are lucky). If you don't know, I'll
try to understand what really happen this weekend.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110104/abeb4c84/attachment.html>


More information about the llvm-commits mailing list