[LLVMbugs] [Bug 118] NEW: qmtest suite happily runs all tests even for unsupported features

bugzilla-daemon at zion.cs.uiuc.edu bugzilla-daemon at zion.cs.uiuc.edu
Sun Nov 16 21:52:48 PST 2003


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=118

           Summary: qmtest suite happily runs all tests even for unsupported
                    features
           Product: Test Suite
           Version: unspecified
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: minor
          Priority: P2
         Component: QMTest
        AssignedTo: criswell at uiuc.edu
        ReportedBy: gaeke+bugs at uiuc.edu


I think that if we can determine a priori that there is no native-asm backend
for the current platform (e.g., if the Makefile sees that ARCH != x86 && ARCH !=
Sparc), we should not run Feature.mc.* tests (or automatically XFAIL them all
for the current qmtest run), because they will all fail.

Also, it seems to me that there is no need to specify -force-interpreter=false
for LLITest tests, because class ExecutionEngine will determine for us that
there is no JIT on the current platform, and select the interpreter.

I'm interested in these issues because I have been running the qmtest suite on
Mac OS X a lot lately, and it's easy to get lost in the spam of failed tests
which really don't tell me anything.



------- 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