Author: Brian Kearns <[email protected]>
Branch:
Changeset: r61087:ab09fe08b372
Date: 2013-02-11 07:51 -0500
http://bitbucket.org/pypy/pypy/changeset/ab09fe08b372/
Log: disable these segfaulting tests for now
diff --git a/pypy/module/test_lib_pypy/numpypy/core/test_shape_base.py
b/pypy/module/test_lib_pypy/numpypy/core/test_shape_base.py
--- a/pypy/module/test_lib_pypy/numpypy/core/test_shape_base.py
+++ b/pypy/module/test_lib_pypy/numpypy/core/test_shape_base.py
@@ -88,6 +88,7 @@
np.ones((a.shape[0] + b.shape[0],
a.shape[1])))
+ skip("https://bugs.pypy.org/issue1394")
for shape1, shape2 in [[(3, 2, 4), (7, 2, 4)],
[(0, 2, 7), (10, 2, 7)],
[(0, 2, 7), (0, 2, 7)]]:
@@ -118,6 +119,7 @@
np.ones((a.shape[0],
a.shape[1] + b.shape[1])))
+ skip("https://bugs.pypy.org/issue1394")
for shape1, shape2 in [[(2, 3, 4), (2, 7, 4)],
[(1, 4, 7), (1, 10, 7)],
[(1, 4, 7), (1, 0, 7)],
@@ -140,6 +142,7 @@
c = np.dstack((a, b))
assert np.array_equal(c, [[[1, 2]], [[2, 3]], [[3, 4]]])
+ skip("https://bugs.pypy.org/issue1394")
for shape1, shape2 in [[(4, 2, 3), (4, 2, 7)],
[(7, 2, 0), (7, 2, 10)],
[(7, 2, 0), (7, 2, 0)]]:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit