Dmitry Babokin
2013-Feb-08 16:29 UTC
[LLVMdev] check-all is failing on Windows: is it expected?
Hello, I'm compiling llvm+clang (both are 3.2) on Windows using CMake + VS2010 (SP1). I have ALL_BUILD successfully passing, but "check-all" fails. Is it expected to pass? Is it expected to pass on Windows with any other toolchain? -Dmitry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130208/841ceab2/attachment.html>
Justin Holewinski
2013-Feb-08 16:44 UTC
[LLVMdev] check-all is failing on Windows: is it expected?
Last time I checked, running the tests on Windows with MSVC was a PITA. The test scripts still expect a UNIX-like environment, so a lot of tests fail. If that has been rectified, someone please let me know! I would imagine it should work much better with cygwin, or mingw with a bash shell and utils. On Fri, Feb 8, 2013 at 11:29 AM, Dmitry Babokin <babokin at gmail.com> wrote:> Hello, > > I'm compiling llvm+clang (both are 3.2) on Windows using CMake + VS2010 > (SP1). I have ALL_BUILD successfully passing, but "check-all" fails. Is it > expected to pass? Is it expected to pass on Windows with any other > toolchain? > > -Dmitry > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-- Thanks, Justin Holewinski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130208/4cd935c8/attachment.html>
Aaron Ballman
2013-Feb-08 17:16 UTC
[LLVMdev] check-all is failing on Windows: is it expected?
The tests have worked fine on Windows for a while now when building with an MSVC environment. As for the tests failing, what tests are failing for you? Can you pastebin the results? I have seen issues with MSVC11, but not MSVC10. Thanks! ~Aaron On Fri, Feb 8, 2013 at 11:44 AM, Justin Holewinski <justin.holewinski at gmail.com> wrote:> Last time I checked, running the tests on Windows with MSVC was a PITA. The > test scripts still expect a UNIX-like environment, so a lot of tests fail. > If that has been rectified, someone please let me know! > > I would imagine it should work much better with cygwin, or mingw with a bash > shell and utils. > > > On Fri, Feb 8, 2013 at 11:29 AM, Dmitry Babokin <babokin at gmail.com> wrote: >> >> Hello, >> >> I'm compiling llvm+clang (both are 3.2) on Windows using CMake + VS2010 >> (SP1). I have ALL_BUILD successfully passing, but "check-all" fails. Is it >> expected to pass? Is it expected to pass on Windows with any other >> toolchain? >> >> -Dmitry >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > > > > -- > > Thanks, > > Justin Holewinski > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Reasonably Related Threads
- [LLVMdev] check-all is failing on Windows: is it expected?
- [LLVMdev] check-all is failing on Windows: is it expected?
- [LLVMdev] check-all is failing on Windows: is it expected?
- [LLVMdev] check-all is failing on Windows: is it expected?
- [LLVMdev] "target-features" and "target-cpu" attributes