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

Reid Spencer rspencer at reidspencer.com
Sun Apr 15 03:44:00 PDT 2007


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 passes            1911
# of unexpected failures        10
# 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.




More information about the llvm-commits mailing list