2019-09-26 21:14:12 +02:00
|
|
|
Index: numpy-1.16.4/numpy/f2py/tests/test_return_character.py
|
|
|
|
===================================================================
|
|
|
|
--- numpy-1.16.4.orig/numpy/f2py/tests/test_return_character.py
|
|
|
|
+++ numpy-1.16.4/numpy/f2py/tests/test_return_character.py
|
|
|
|
@@ -32,6 +32,7 @@ class TestReturnCharacter(util.F2PyTest)
|
|
|
|
raise NotImplementedError
|
|
|
|
|
|
|
|
|
|
|
|
+@pytest.mark.skip(reason="Test broken on s390x")
|
|
|
|
class TestF77ReturnCharacter(TestReturnCharacter):
|
|
|
|
code = """
|
|
|
|
function t0(value)
|
|
|
|
@@ -87,6 +88,7 @@ cf2py intent(out) ts
|
2020-07-08 08:57:07 +02:00
|
|
|
self.check_function(getattr(self.module, name), name)
|
2019-09-26 21:14:12 +02:00
|
|
|
|
|
|
|
|
|
|
|
+@pytest.mark.skip(reason="Test broken on s390x")
|
|
|
|
class TestF90ReturnCharacter(TestReturnCharacter):
|
|
|
|
suffix = ".f90"
|
|
|
|
code = """
|