[LLVMbugs] [Bug 1370] NEW: Make generic CodeGen tests truly generic

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Apr 29 20:31:48 PDT 2007


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

           Summary: Make generic CodeGen tests truly generic
           Product: Test Suite
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: DejaGNU
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rspencer at reidspencer.com


The DejaGnu tests will now avoid running tests for targets that are not
configured. Unfortunately, the Generic test suite contains test cases for
specific targets. This causes false FAIL in test/CodeGen/Generic because the
target specific options are not supported by llc. For example, the -march=ppc32
option is not supported in a test case if PowerPC is not configured to be built. 

This should be rectified by moving or copying the tests that use the -march
option from Generic to the appropriate target directories.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list