Author: Manuel Jacob
Branch:
Changeset: r66433:1cd220bb6897
Date: 2013-08-30 00:46 +0100
http://bitbucket.org/pypy/pypy/changeset/1cd220bb6897/
Log: After some discussion with Romain and Ronan, my personal opinion is
that this should be marked xfail.
diff --git a/pypy/module/micronumpy/test/test_numarray.py
b/pypy/module/micronumpy/test/test_numarray.py
--- a/pypy/module/micronumpy/test/test_numarray.py
+++ b/pypy/module/micronumpy/test/test_numarray.py
@@ -1939,6 +1939,7 @@
assert (a == [[1., 1., 1.]]).all()
+ @py.test.mark.xfail
def test_boolean_array(self):
import numpypy as np
a = np.ndarray([1], dtype=bool)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit