Maybe I'm screwing something up, but with the current CVS build on x86 Linux, I get the following output when I execute "make" in the test directory: === Summary == # of expected passes 978 # of unexpected failures 15 # of expected failures 32 Are these 15 failures known failures, or am I doing something wrong? I have a clean CVS checkout, and I've done "make clean; ./configure; make" to verify that I have built the most recent version. I do get the following output at the beginning: WARNING: Couldn't find the global config file. WARNING: No tool specified WARNING: Couldn't find tool config file for unix, using default. Thanks, Evan Jones
On Mar 16, 2005, at 22:13, Chris Lattner wrote:> Which 15 failures are those? Are they dated tests for the C/C++ > front-end whose date is later than the CFE build you are using?Ah ha! Of course. That makes perfect sense. 12 of the failures are in "CFrontend" and are dated 2005-01-02 through 2005-03-11. The remaining three are: FAIL: /home/ejones/llvm/llvm/test/Regression/Archive/ranlib_GNU.ll: FAIL: /home/ejones/llvm/llvm/test/Regression/Archive/ranlib_SVR4.ll: FAIL: /home/ejones/llvm/llvm/test/Regression/Archive/ranlib_xpg4.ll: Which I am guessing are also related, since the linker I am using is also old. Thanks, Evan Jones
On Wed, 16 Mar 2005, Evan Jones wrote:> Maybe I'm screwing something up, but with the current CVS build on x86 Linux, > I get the following output when I execute "make" in the test directory: > > === Summary ==> > # of expected passes 978 > # of unexpected failures 15 > # of expected failures 32 > > > Are these 15 failures known failures, or am I doing something wrong? I have a > clean CVS checkout, and I've done "make clean; ./configure; make" to verify > that I have built the most recent version. I do get the following output at > the beginning:Which 15 failures are those? Are they dated tests for the C/C++ front-end whose date is later than the CFE build you are using?> WARNING: Couldn't find the global config file. > WARNING: No tool specified > WARNING: Couldn't find tool config file for unix, using default.Those are normal. -Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/