<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 --- - Three LLVM interpreter tests failing on Windows 7 / MSVC 2013, 32 bit"
   href="http://llvm.org/bugs/show_bug.cgi?id=20955">20955</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Three LLVM interpreter tests failing on Windows 7 / MSVC 2013, 32 bit
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

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

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

        <tr>
          <th>OS</th>
          <td>Windows NT
          </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>new bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>yaron.keren@gmail.com
          </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>Code from current trunk, r217860

I checked out a new copy of LLVM and built it using MSVC 2013 update 2, 32 bit

cmake -G "Visual Studio 12" -DLLVM_TARGETS_TO_BUILD=X86
-DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=ON
-DLLVM_INCLUDE_DOCS=OFF -DLLVM_ENABLE_THREADS:BOOL=OFF
-DLLVM_USE_CRT_RELWITHDEBINFO=MTd ../../llvm

Ran the tests

\Python27\python msvc/RelWithDebInfo/bin/llvm-lit.py -s test

three tests are failing:

    LLVM :: ExecutionEngine/2008-06-05-APInt-OverAShr.ll
    LLVM :: ExecutionEngine/MCJIT/2008-06-05-APInt-OverAShr.ll
    LLVM :: ExecutionEngine/test-interp-vec-loadstore.ll

Also, the first are duplicated. It seems that most EE tests and EE/MCJIT tests
are duplicated.</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>