[pypy-commit] pypy default: After some discussion with Romain and Ronan, my personal opinion is that this should be marked xfail.

Manuel Jacob noreply at buildbot.pypy.org
Fri Aug 30 01:46:00 CEST 2013


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)


More information about the pypy-commit mailing list