[llvm-commits] [llvm] r58232 - in /llvm/trunk: lib/CodeGen/SelectionDAG/ test/CodeGen/Generic/ test/CodeGen/Mips/ test/CodeGen/X86/
Duncan Sands
baldrick at free.fr
Mon Oct 27 02:19:11 PDT 2008
Hi Bill, this is kind of hard to read since it seems to be one long
line. Still, here goes.
> Here's the failures I get:
>
> Running /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/test/
> CodeGen/ARM/dg.exp ... FAIL: /Volumes/Sandbox/Buildbot/llvm/full-llvm/
> build/llvm.src/test/CodeGen/ARM/cse-libcalls.ll Failed with exit(1) at
> line 1 while running: llvm-as < /Volumes/Sandbox/Buildbot/llvm/full-
> llvm/build/llvm.src/test/CodeGen/ARM/cse-libcalls.ll | llc -march=arm
> | /usr/bin/grep {bl.*__ltdf} | count 1 count: expected 1 lines and got
> 2. child process exited abnormally
This is a known failure, mentioned in my email. It is due to a bug
in UpdateNodeOperands exposed by LegalizeTypes and should be fixed shortly.
> Running /Volumes/Sandbox/
> Buildbot/llvm/full-llvm/build/llvm.src/test/CodeGen/PowerPC/dg.exp ...
> FAIL: /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/test/
> CodeGen/PowerPC/vec_spat.ll Failed with exit(1) at line 3 while
> running: grep vspltw vec_spat.ll.tmp | count 2 count: expected 2 lines
> and got 3. child process exited abnormally
This is also a known failure, also mentioned in my email. I'm still
discussing with Chris the best approach to fixing this.
I didn't spot any other failures in the list, so it looks like this
is as expected. Thanks for testing.
Ciao,
Duncan.
More information about the llvm-commits
mailing list