[PATCH] D10715: Switch test-release.sh to build with cmake by default (PR21561)

Hans Wennborg hans at chromium.org
Thu Jul 16 07:56:41 PDT 2015


hans added a comment.

In http://reviews.llvm.org/D10715#206227, @dsanders wrote:

> > I'm going to commit this now so we can tag 3.7.0-rc1 and start testing it. Please let me know if you have more concerns.
>
>
> No problem. I was about to say LGTM. My trial build with this patch and http://reviews.llvm.org/D6563 applied finished this morning. I have a few problems but none are directly related to the new build method except in so far as we now build projects we didn't in 3.6.2.
>
> For reference the issues are in 'make check-all' and all except one are for projects that weren't enabled in LLVM 3.6.2.
>  Failing Tests (7):
>
>   AddressSanitizer-mips-linux :: TestCases/Linux/kernel-area.cc
>   AddressSanitizer-mips-linux :: TestCases/Posix/coverage-direct-large.cc
>   Clang :: Driver/cuda-options.cu
>   UBSan-ASan-mips :: TestCases/Float/cast-overflow.cpp
>   UBSan-Standalone-mips :: TestCases/Float/cast-overflow.cpp
>   libc++abi :: backtrace_test.pass.cpp
>   libc++abi :: test_demangle.pass.cpp
>
> I had to kill an excessively long 'llc -march=r600 -mcpu=cypress' process (>500 minutes) to make the tests finish. I assume it's one of those failures.


Great, thanks for testing! And please file bugs for the failing tests :)


Repository:
  rL LLVM

http://reviews.llvm.org/D10715







More information about the llvm-commits mailing list