Accepting request 1095237 from devel:languages:python:numeric
Forwarded request #1094889 from StefanBruens - Adapt test exceptions for PPC64 etc., TestFReturnCharacter instead of TestF77ReturnCharacter, TestF90ReturnCharacter OBS-URL: https://build.opensuse.org/request/show/1095237 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=118
This commit is contained in:
commit
92b96662f9
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 23 12:23:14 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
- Adapt test exceptions for PPC64 etc., TestFReturnCharacter
|
||||||
|
instead of TestF77ReturnCharacter, TestF90ReturnCharacter
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 12 04:22:36 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
Fri May 12 04:22:36 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@ -296,8 +296,7 @@ test_failok+=" or test_ppc64_ibm_double_double128"
|
|||||||
%endif
|
%endif
|
||||||
# these tests fail on big endian gh#numpy/numpy#11831
|
# these tests fail on big endian gh#numpy/numpy#11831
|
||||||
%ifarch s390x ppc ppc64
|
%ifarch s390x ppc ppc64
|
||||||
test_failok+=" or TestF77ReturnCharacter"
|
test_failok+=" or TestFReturnCharacter"
|
||||||
test_failok+=" or TestF90ReturnCharacter"
|
|
||||||
%endif
|
%endif
|
||||||
# missing instruction set
|
# missing instruction set
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
|
Loading…
Reference in New Issue
Block a user