<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - testsuite tries to run SPARC tests on x86 under SunOS (illumos)"
   href="http://llvm.org/bugs/show_bug.cgi?id=21429">21429</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>testsuite tries to run SPARC tests on x86 under SunOS (illumos)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Test Suite
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Solaris
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Programs Tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>richard@NetBSD.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Have clang 3.5 built using 32-bit pkgsrc under x86 SunOS 5.11 (illumos):
<span class="quote">>richard@omnis:/home/richard/src/pkgsrc/lang/clang$ uname -a
>SunOS omnis 5.11 illumos-gate-abbb445 i86pc i386 i86pc
>richard@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</span >

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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>