Exclude test "kwsys.testProcess-5" on S390X
This commit is contained in:
parent
3546dfaf75
commit
3060a641bf
@ -405,6 +405,12 @@ pushd build
|
|||||||
# CTestTestUpload require internet access
|
# CTestTestUpload require internet access
|
||||||
# CPackComponentsForAll-RPM-IgnoreGroup failing wih rpm 4.15 - https://gitlab.kitware.com/cmake/cmake/issues/19983
|
# CPackComponentsForAll-RPM-IgnoreGroup failing wih rpm 4.15 - https://gitlab.kitware.com/cmake/cmake/issues/19983
|
||||||
NO_TEST="CTestTestUpload|CPackComponentsForAll-RPM-IgnoreGroup"
|
NO_TEST="CTestTestUpload|CPackComponentsForAll-RPM-IgnoreGroup"
|
||||||
|
|
||||||
|
# kwsys.testProcess-5 fails on S390X
|
||||||
|
%ifarch s390x
|
||||||
|
NO_TEST="$NO_TEST|kwsys.testProcess-5"
|
||||||
|
%endif
|
||||||
|
|
||||||
bin/ctest%{?name_suffix} %{?_smp_mflags} -V -E "$NO_TEST" --output-on-failure
|
bin/ctest%{?name_suffix} %{?_smp_mflags} -V -E "$NO_TEST" --output-on-failure
|
||||||
# Keep an eye on failing tests
|
# Keep an eye on failing tests
|
||||||
bin/ctest%{?name_suffix} %{?_smp_mflags} -V -R "$NO_TEST" --output-on-failure || :
|
bin/ctest%{?name_suffix} %{?_smp_mflags} -V -R "$NO_TEST" --output-on-failure || :
|
||||||
@ -479,6 +485,7 @@ mv -f Modules/FindLibArchive.disabled Modules/FindLibArchive.cmake
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 26 2019 Björn Esser <besser82@fedoraproject.org> - 3.16.0-1
|
* Tue Nov 26 2019 Björn Esser <besser82@fedoraproject.org> - 3.16.0-1
|
||||||
- Update to 3.16.0
|
- Update to 3.16.0
|
||||||
|
- Exclude test "kwsys.testProcess-5" on S390X
|
||||||
|
|
||||||
* Mon Nov 18 2019 Orion Poplawski <orion@nwra.com> - 3.16.0-0.1.rc4
|
* Mon Nov 18 2019 Orion Poplawski <orion@nwra.com> - 3.16.0-0.1.rc4
|
||||||
- Update to 3.16.0-rc4
|
- Update to 3.16.0-rc4
|
||||||
|
Loading…
Reference in New Issue
Block a user