Since clang tests are still failing even on x86, enable them
unconditionally on all platforms (but don't terminate build on error)
This commit is contained in:
parent
71feaf99c8
commit
851919d69e
@ -196,9 +196,9 @@ make %{_smp_mflags} \
|
|||||||
# http://www.nabble.com/LLVM-2.6-pre1%3A-test-failures-on-Fedora-11.91-%28Rawhide%29-ppc-td25334198.html
|
# http://www.nabble.com/LLVM-2.6-pre1%3A-test-failures-on-Fedora-11.91-%28Rawhide%29-ppc-td25334198.html
|
||||||
%ifnarch ppc
|
%ifnarch ppc
|
||||||
cd obj && make check
|
cd obj && make check
|
||||||
|
%endif
|
||||||
# some clang tests still fail, preserve test results
|
# some clang tests still fail, preserve test results
|
||||||
(cd tools/clang && make test 2>&1) | tee ../testlog.txt || true
|
(cd tools/clang && make test 2>&1) | tee ../testlog.txt || true
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user