Re-enable arm tests that used to hang

This commit is contained in:
Tom Stellard 2018-03-27 23:07:43 +00:00
parent 2218119f3a
commit ff279e4625
1 changed files with 4 additions and 8 deletions

View File

@ -12,7 +12,7 @@
Name: llvm
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 10%{?dist}
Release: 11%{?dist}
Summary: The Low Level Virtual Machine
License: NCSA
@ -89,13 +89,6 @@ Static libraries for the LLVM compiler infrastructure.
%prep
%autosetup -n %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src -p1
%ifarch armv7hl
# These tests are marked as XFAIL, but they still run and hang on ARM.
for f in `grep -Rl 'XFAIL.\+arm' test/ExecutionEngine `; do rm $f; done
%endif
%build
mkdir -p _build
cd _build
@ -218,6 +211,9 @@ fi
%{_libdir}/cmake/llvm/LLVMStaticExports.cmake
%changelog
* Tue Mar 27 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-11
- Re-enable arm tests that used to hang
* Thu Mar 22 2018 Tom Stellard <tstellar@redhat.com> - 6.0.0-10
- Fix testcase in backported patch