[pypy-commit] pypy default: ah, it doesn't fail on Linux64. that's why it was happily merged in

arigo noreply at buildbot.pypy.org
Sat Jun 1 12:13:00 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
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?)")


More information about the pypy-commit mailing list