[LLVMbugs] [Bug 21429] New: testsuite tries to run SPARC tests on x86 under SunOS (illumos)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Oct 31 03:58:04 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=21429
Bug ID: 21429
Summary: testsuite tries to run SPARC tests on x86 under SunOS
(illumos)
Product: Test Suite
Version: trunk
Hardware: PC
OS: Solaris
Status: NEW
Severity: normal
Priority: P
Component: Programs Tests
Assignee: unassignedbugs at nondot.org
Reporter: richard at NetBSD.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Have clang 3.5 built using 32-bit pkgsrc under x86 SunOS 5.11 (illumos):
>richard at omnis:/home/richard/src/pkgsrc/lang/clang$ uname -a
>SunOS omnis 5.11 illumos-gate-abbb445 i86pc i386 i86pc
>richard at omnis:/home/richard/src/pkgsrc/lang/clang$ clang -v
>clang version 3.5.0 (tags/RELEASE_350/final)
>Target: i386-sun-solaris2.11
>Thread model: posix
Although rather happy with the testsuites results, I do find strange that SPARC
tests are considered on an x86 platform:
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 523.29s
********************
Unexpected Passing Tests (3):
LLVM :: ExecutionEngine/MCJIT/cross-module-sm-pic-a.ll
LLVM :: ExecutionEngine/MCJIT/hello-sm-pic.ll
LLVM :: ExecutionEngine/MCJIT/multi-module-sm-pic-a.ll
********************
Failing Tests (12):
LLVM :: CodeGen/SPARC/2008-10-10-InlineAsmMemoryOperand.ll
LLVM :: CodeGen/SPARC/inlineasm.ll
LLVM :: ExecutionEngine/MCJIT/load-object-a.ll
LLVM-Unit :: ADT/Release/ADTTests/APIntTest.LargeAPIntConstruction
LLVM-Unit :: ADT/Release/ADTTests/APIntTest.nearestLogBase2
LLVM-Unit ::
Transforms/DebugIR/Release/DebugIRTests/TestDebugIR.EmptyNamedModuleWriteFile
LLVM-Unit ::
Transforms/DebugIR/Release/DebugIRTests/TestDebugIR.EmptyNamedModuleWriteNamedFile
LLVM-Unit ::
Transforms/DebugIR/Release/DebugIRTests/TestDebugIR.EmptyUnnamedModuleWriteNamedFile
LLVM-Unit ::
Transforms/DebugIR/Release/DebugIRTests/TestDebugIR.ExistingMetadataRetained
LLVM-Unit ::
Transforms/DebugIR/Release/DebugIRTests/TestDebugIR.NonEmptyNamedModuleNoWrite
LLVM-Unit ::
Transforms/DebugIR/Release/DebugIRTests/TestDebugIR.NonEmptyNamedModuleWriteFile
LLVM-Unit ::
Transforms/DebugIR/Release/DebugIRTests/TestDebugIR.NonEmptyUnnamedModuleWriteToNamedFile
Expected Passes : 10973
Expected Failures : 89
Unsupported Tests : 169
Unexpected Passes : 3
Unexpected Failures: 12
Makefile:102: recipe for target 'check-local' failed
gmake[1]: *** [check-local] Error 1
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141031/d386e5eb/attachment.html>
More information about the llvm-bugs
mailing list