[LLVMbugs] [Bug 6601] New: Generic codegen tests that need -march=x86, and fail on ppc

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Mar 12 12:27:35 PST 2010


http://llvm.org/bugs/show_bug.cgi?id=6601

           Summary: Generic codegen tests that need -march=x86, and fail
                    on ppc
           Product: new-bugs
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: edwintorok at gmail.com
                CC: llvmbugs at cs.uiuc.edu


See
http://launchpadlibrarian.net/40883485/buildlog_ubuntu-lucid-powerpc.clamav_0.96~rc1%2Bdfsg-0ubuntu1_FAILEDTOBUILD.txt.gz

Some are missing a target, and some have X86, which of course won't work if
only the PPC backend is built.
The tests should have proper -march, and XFAIL on anything else than they
target (or moved to their own target dir).

Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/Generic/2007-02-16-BranchFold.ll (380 of 2135)
******************** TEST 'LLVM :: CodeGen/Generic/2007-02-16-BranchFold.ll'
FAILED ********************
Script:
--
llc <
/build/buildd/clamav-0.96~rc1+dfsg/libclamav/c++/llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll
-enable-tail-merge=0 | not grep jmp
--
Exit Code: 1
Command Output (stdout):
--
Command has output on stderr!

--
Command Output (stderr):
--
llc: error auto-selecting target for module 'No available targets are
compatible with this triple, see -version for the available targets.'.  Please
use the -march option to explicitly pick a target.
--

********************
Testing: 0 .. 10.
FAIL: LLVM :: CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll (381 of 2135)
******************** TEST 'LLVM ::
CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll' FAILED ********************
Script:
--
llc <
/build/buildd/clamav-0.96~rc1+dfsg/libclamav/c++/llvm/test/CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll
-O0
--
Exit Code: 1
Command Output (stdout):
--
Command has output on stderr!

--
Command Output (stderr):
--
llc: error auto-selecting target for module 'No available targets are
compatible with this triple, see -version for the available targets.'.  Please
use the -march option to explicitly pick a target.
--

********************
Testing: 0 .. 10..
FAIL: LLVM :: CodeGen/Generic/2007-05-05-Personality.ll (388 of 2135)
******************** TEST 'LLVM :: CodeGen/Generic/2007-05-05-Personality.ll'
FAILED ********************
Script:
--
llc <
/build/buildd/clamav-0.96~rc1+dfsg/libclamav/c++/llvm/test/CodeGen/Generic/2007-05-05-Personality.ll
-mtriple=i686-pc-linux-gnu -enable-eh -o - | grep zPL
--
Exit Code: 1
Command Output (stdout):
--
Command has output on stderr!

--
Command Output (stderr):
--
llc: error auto-selecting target for module 'No available targets are
compatible with this triple, see -version for the available targets.'.  Please
use the -march option to explicitly pick a target.
--

********************
Testing: 0 .. 10..
FAIL: LLVM :: CodeGen/Generic/2007-12-17-InvokeAsm.ll (390 of 2135)
******************** TEST 'LLVM :: CodeGen/Generic/2007-12-17-InvokeAsm.ll'
FAILED ********************
Script:
--
llc <
/build/buildd/clamav-0.96~rc1+dfsg/libclamav/c++/llvm/test/CodeGen/Generic/2007-12-17-InvokeAsm.ll
-enable-eh
--
Exit Code: 1
Command Output (stdout):
--
Command has output on stderr!

--
Command Output (stderr):
--
llc: error auto-selecting target for module 'No available targets are
compatible with this triple, see -version for the available targets.'.  Please
use the -march option to explicitly pick a target.
--

********************
Testing: 0 .. 10..
FAIL: LLVM :: CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll (391 of 2135)
******************** TEST 'LLVM ::
CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll' FAILED ********************
Script:
--
llc <
/build/buildd/clamav-0.96~rc1+dfsg/libclamav/c++/llvm/test/CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll
-o -
--
Exit Code: 1
Command Output (stdout):
--
Command has output on stderr!

--
Command Output (stderr):
--
llc: error auto-selecting target for module 'No available targets are
compatible with this triple, see -version for the available targets.'.  Please
use the -march option to explicitly pick a target.
--

********************
Testing: 0 .. 10..
FAIL: LLVM :: CodeGen/Generic/2007-12-31-UnusedSelector.ll (392 of 2135)
******************** TEST 'LLVM ::
CodeGen/Generic/2007-12-31-UnusedSelector.ll' FAILED ********************
Script:
--
llc <
/build/buildd/clamav-0.96~rc1+dfsg/libclamav/c++/llvm/test/CodeGen/Generic/2007-12-31-UnusedSelector.ll
-enable-eh
--
Exit Code: 1
Command Output (stdout):
--
Command has output on stderr!

--
Command Output (stderr):
--
llc: error auto-selecting target for module 'No available targets are
compatible with this triple, see -version for the available targets.'.  Please
use the -march option to explicitly pick a target.
--

********************
Testing: 0 .. 10..
FAIL: LLVM :: CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll (400 of 2135)
******************** TEST 'LLVM ::
CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll' FAILED ********************
Script:
--
llc <
/build/buildd/clamav-0.96~rc1+dfsg/libclamav/c++/llvm/test/CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll
--
Exit Code: 1
Command Output (stdout):
--
Command has output on stderr!

--
Command Output (stderr):
--
llc: error auto-selecting target for module 'No available targets are
compatible with this triple, see -version for the available targets.'.  Please
use the -march option to explicitly pick a target.
--

********************
Testing: 0 .. 10..
FAIL: LLVM :: CodeGen/Generic/2009-11-16-BadKillsCrash.ll (406 of 2135)
******************** TEST 'LLVM :: CodeGen/Generic/2009-11-16-BadKillsCrash.ll'
FAILED ********************
Script:
--
llc <
/build/buildd/clamav-0.96~rc1+dfsg/libclamav/c++/llvm/test/CodeGen/Generic/2009-11-16-BadKillsCrash.ll
--
Exit Code: 1
Command Output (stdout):
--
Command has output on stderr!

--
Command Output (stderr):
--
llc: error auto-selecting target for module 'No available targets are
compatible with this triple, see -version for the available targets.'.  Please
use the -march option to explicitly pick a target.
--

********************
Testing: 0 .. 10..
FAIL: LLVM :: CodeGen/Generic/GC/redundant_init.ll (425 of 2135)
******************** TEST 'LLVM :: CodeGen/Generic/GC/redundant_init.ll' FAILED
********************
Script:
--
llc <
/build/buildd/clamav-0.96~rc1+dfsg/libclamav/c++/llvm/test/CodeGen/Generic/GC/redundant_init.ll
-march=x86 |    ignore grep {movl..0} | count 0
--
Exit Code: 1
Command Output (stdout):
--
Command has output on stderr!

--
Command Output (stderr):
--
llc: error: invalid target 'x86'.
--

********************
Testing: 0 .. 10..
FAIL: LLVM :: CodeGen/Generic/GC/simple_ocaml.ll (426 of 2135)
******************** TEST 'LLVM :: CodeGen/Generic/GC/simple_ocaml.ll' FAILED
********************
Script:
--
llc <
/build/buildd/clamav-0.96~rc1+dfsg/libclamav/c++/llvm/test/CodeGen/Generic/GC/simple_ocaml.ll
| grep caml.*__frametable
llc <
/build/buildd/clamav-0.96~rc1+dfsg/libclamav/c++/llvm/test/CodeGen/Generic/GC/simple_ocaml.ll
-march=x86 | grep {movl    .0}
--
Exit Code: 1
Command Output (stdout):
--
Command has output on stderr!

    .globl    caml<stdin>__frametable
caml<stdin>__frametable:
--
Command Output (stderr):
--
llc: error: invalid target 'x86'.
--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 15.89s
********************
Failing Tests (10):
    LLVM :: CodeGen/Generic/2007-02-16-BranchFold.ll
    LLVM :: CodeGen/Generic/2007-04-13-SwitchLowerBadPhi.ll
    LLVM :: CodeGen/Generic/2007-05-05-Personality.ll
    LLVM :: CodeGen/Generic/2007-11-21-UndeadIllegalNode.ll
    LLVM :: CodeGen/Generic/2007-12-17-InvokeAsm.ll
    LLVM :: CodeGen/Generic/2007-12-31-UnusedSelector.ll
    LLVM :: CodeGen/Generic/2008-08-07-PtrToInt-SmallerInt.ll
    LLVM :: CodeGen/Generic/2009-11-16-BadKillsCrash.ll
    LLVM :: CodeGen/Generic/GC/redundant_init.ll
    LLVM :: CodeGen/Generic/GC/simple_ocaml.ll

  Expected Passes    : 486
  Expected Failures  : 15
  Unsupported Tests  : 1624
  Unexpected Failures: 10

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list