[LLVMdev] Regression tests in 2.9

Damien Vincent damien.llvm at gmail.com
Tue Apr 26 18:06:25 PDT 2011


I tried on a different machine x86_64 ( vs x86 ) and I don't have these
issues anymore (the tests are failing on the x86 machine because of a
segmentation fault)
Both builds were done using: g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
Something should be wrong with my environment...

The only differences I noticed during the compilation are the following
warnings (which appear several times, but each time in ilist.h):
llvm-2.9/include/llvm/ADT/ilist.h: In member function ‘virtual
bool<unnamed>::AAEval::runOnFunction(llvm::Function&)’:
llvm-2.9/include/llvm/ADT/ilist.h:175: warning: ‘this.581’ is used
uninitialized in this function
llvm-2.9/include/llvm/ADT/ilist.h:175: note: ‘this.581’ was declared here
llvm-2.9/include/llvm/ADT/ilist.h:175: warning: ‘this.581’ is used
uninitialized in this function
llvm-2.9/include/llvm/ADT/ilist.h:175: note: ‘this.581’ was declared here

Damien.


On Tue, Apr 26, 2011 at 4:46 PM, Eric Christopher <echristo at apple.com>wrote:

>
> On Apr 26, 2011, at 4:44 PM, Damien Vincent wrote:
>
> >
> > I am testing the latest LLVM release (2.9).
> > When I run the regression tests, I get many failures:
> >
> > cd llvm-2.9.build/test
> > make
> >   Expected Passes    : 2605
> >   Expected Failures  : 46
> >   Unsupported Tests  : 542
> > >>>  Unexpected Failures: 2658
> >
> > For info:
> > - I was working with 2.8 so far and I didn't have these issues.
> > - LLVM was build using:  ../llvm-2.9/configure --enable-assertions
> >
> >   What is the status of these regression tests ? Did I do sth wrong when
> building llvm 2.9 ?
>
> Works for me so you probably did something wrong.
>
> -eric
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110426/46d8d179/attachment.html>


More information about the llvm-dev mailing list