Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r64700:aae73212c3d2
Date: 2013-06-01 12:12 +0200
http://bitbucket.org/pypy/pypy/changeset/aae73212c3d2/

Log:    ah, it doesn't fail on Linux64. that's why it was happily merged in

diff --git a/pypy/module/micronumpy/test/test_scalar.py 
b/pypy/module/micronumpy/test/test_scalar.py
--- a/pypy/module/micronumpy/test/test_scalar.py
+++ b/pypy/module/micronumpy/test/test_scalar.py
@@ -24,4 +24,4 @@
 
     def setup_class(cls):
         import py
-        py.test.xfail("FIXME: dtype('int32') == dtype('int32') fails")
+        py.test.xfail("FIXME: dtype('int32') == dtype('int32') fails (but only 
on 32-bit?)")
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to