[llvm-commits] PR1319 and current state of dejagnu tests

2007-04-15 Thread Reid Spencer
I have converted most of the test directories. The ones that remain are
ones that use the %llvmgcc and %llvmgxx variables. These aren't working
because they set the path at the start. I need to find a workaround for
that hack. 

So, the current head yields:

===  Summary ===

# of expected passes1911
# of unexpected failures10
# of unexpected successes   1
# of expected failures  19

The XPASS is mine due to the version of my llvm-gcc. For of the FAILs
are due to out-of-date llvm-gcc (CFrontend/C++Frontend for -fno-inline
and some asm stuff).

The remaining six failures are:

test/Assembler/2002-08-19-BytecodeReader.llx - llvm-upgrade assert
test/Assembler/2003-08-21-ConstantExprCast-Fold.llx - llvm-upgrade
assert
test/Assembler/2004-01-11-getelementptrfolding.llx - llvm-upgrade assert

test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll - llvm-upgrade error
test/Transforms/GlobalOpt/memset.ll - llvm-upgrade error
test/Transforms/IndVarsSimplify/exit_value_tests.llx - APInt assert

Amazingly these are all bugs that have been in there for quite some time
but didn't show up. As all of these are in my realm, I'll be looking at
them tomorrow. Please bear with me as I get these resolved and continue
to convert the test cases to the new harness.

Thanks,

REid.

___
llvm-commits mailing list
[EMAIL PROTECTED]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


Re: [llvm-commits] PR1319 and current state of dejagnu tests

2007-04-15 Thread Chris Lattner

On Apr 15, 2007, at 3:44 AM, Reid Spencer wrote:

 I have converted most of the test directories. The ones that remain  
 are
 ones that use the %llvmgcc and %llvmgxx variables. These aren't  
 working
 because they set the path at the start. I need to find a workaround  
 for
 that hack.

Ok, cool.
 The remaining six failures are:

 test/Assembler/2002-08-19-BytecodeReader.llx - llvm-upgrade assert
 test/Assembler/2003-08-21-ConstantExprCast-Fold.llx - llvm-upgrade
 assert
 test/Assembler/2004-01-11-getelementptrfolding.llx - llvm-upgrade  
 assert

 test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll - llvm-upgrade  
 error
 test/Transforms/GlobalOpt/memset.ll - llvm-upgrade error

Please file a bug about these and xfail them.  We don't want  
unexpected failures in the test-suite unless they are unanalyzed and  
unknown.

 test/Transforms/IndVarsSimplify/exit_value_tests.llx - APInt assert

I will investigate this and either fix it or do the same.

-Chris



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits