testsuite: ignore results only for powerpc
Version: 7.2d-4
This commit is contained in:
parent
d1948f43c9
commit
6cfc37e692
8
gc.spec
8
gc.spec
@ -97,7 +97,12 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
make check -C libatomic_ops ||:
|
# ignore results on powerpc - the atomic stack feature is not working correctly
|
||||||
|
# there (#883748)
|
||||||
|
%ifarch ppc ppc64
|
||||||
|
%global arch_ignore ||:
|
||||||
|
%endif
|
||||||
|
make check -C libatomic_ops %{?arch_ignore}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -145,6 +150,7 @@ rm -rf %{buildroot}
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 30 2013 Pavel Raiskup <praiskup@redhat.com> - 7.2d-4
|
* Wed Oct 30 2013 Pavel Raiskup <praiskup@redhat.com> - 7.2d-4
|
||||||
- add support for aarch64 (#969817)
|
- add support for aarch64 (#969817)
|
||||||
|
- ignore testsuite results only for powerpc
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.2d-3
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.2d-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user