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 >
Justin Holewinski
2013-Feb-08 17:51 UTC
[LLVMdev] check-all is failing on Windows: is it expected?
Alright, that's good news! When was this fixed? On Fri, Feb 8, 2013 at 12:16 PM, Aaron Ballman <aaron at aaronballman.com>wrote:> 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 > > >-- Thanks, Justin Holewinski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130208/79c2799e/attachment.html>
Aaron Ballman
2013-Feb-08 18:07 UTC
[LLVMdev] check-all is failing on Windows: is it expected?
It's been working for me for almost two years now. You do have to have the proper prereqs in place, of course (like GnuWin32, Python, etc). ~Aaron On Fri, Feb 8, 2013 at 12:51 PM, Justin Holewinski <justin.holewinski at gmail.com> wrote:> Alright, that's good news! When was this fixed? > > > On Fri, Feb 8, 2013 at 12:16 PM, Aaron Ballman <aaron at aaronballman.com> > wrote: >> >> 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 >> > > > > > > -- > > Thanks, > > Justin Holewinski
Maybe Matching 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] Using C++'11 language features in LLVM itself