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

            Bug ID: 20955
           Summary: Three LLVM interpreter tests failing on Windows 7 /
                    MSVC 2013, 32 bit
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to