[llvm-testresults] ppc ubuntu 6.10: 11 unexpected failures.

Randy MacLeod rwmacleod at gmail.com
Fri Nov 23 18:43:51 PST 2007


Hi,
  I'm testing llvm-2.1 on a ppc32 ubuntu 6.10

I ran make check and was surprised to see 11 errors.
If anyone is interested I can look at the errors more
closely. It's the first time I've used llvm so I'll likely just try it on x86...

I ran the make check again and got 10 errors this time.
See the FAILed cases listed below.

// Randy


                ===  Summary ===

# of expected passes            1924
# of unexpected failures        11
# of expected failures          4
make[1]: *** [check-local] Error 1
make[1]: Leaving directory `/home/macleodr/src/lang/llvm-2.1/test'
make: *** [check] Error 2
macleodr at cubu:~/src/lang/llvm-2.1$

$ gcc --version
gcc (GCC) 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)

$ g++ --version
g++ (GCC) 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)

$ uname -r
2.6.17-10-powerpc

------------------------------------------------------------------

                ===  Summary ===

# of expected passes            1925
# of unexpected failures        10
# of expected failures          4
make[1]: *** [check-local] Error 1
make[1]: Leaving directory `/home/macleodr/src/lang/llvm-2.1/test'
make: *** [check] Error 2
macleodr at cubu:~/src/lang/llvm-2.1$ grep FAIL /tmp/llvm.log
FAIL: /home/macleodr/src/lang/llvm-2.1/test/ExecutionEngine/2002-12-16-ArgTest.ll
FAIL: /home/macleodr/src/lang/llvm-2.1/test/ExecutionEngine/2003-01-04-ArgumentBug.ll
FAIL: /home/macleodr/src/lang/llvm-2.1/test/ExecutionEngine/2003-01-04-LoopTest.ll
FAIL: /home/macleodr/src/lang/llvm-2.1/test/ExecutionEngine/2003-01-15-AlignmentTest.ll
FAIL: /home/macleodr/src/lang/llvm-2.1/test/ExecutionEngine/2003-10-18-PHINode-ConstantExpr-CondCode-Failure.ll
FAIL: /home/macleodr/src/lang/llvm-2.1/test/ExecutionEngine/2005-12-02-TailCallBug.ll
for PR672
FAIL: /home/macleodr/src/lang/llvm-2.1/test/ExecutionEngine/hello2.ll
FAIL: /home/macleodr/src/lang/llvm-2.1/test/ExecutionEngine/test-call.ll
FAIL: /home/macleodr/src/lang/llvm-2.1/test/ExecutionEngine/test-fp.ll
FAIL: /home/macleodr/src/lang/llvm-2.1/test/ExecutionEngine/test-loadstore.ll

$ cat /proc/cpuinfo
processor       : 0
cpu             : 7400, altivec supported
temperature     : 42-44 C (uncalibrated)
clock           : 450.000000MHz
revision        : 2.9 (pvr 000c 0209)
bogomips        : 49.66
timebase        : 24908600
platform        : PowerMac
machine         : PowerMac5,1
motherboard     : PowerMac5,1 MacRISC Power Macintosh
detected as     : 68 (PowerMac G4 Cube)
pmac flags      : 00000014
L2 cache        : 1024K unified
pmac-generation : NewWorld


-- 
// Randy



More information about the llvm-testresults mailing list