[pypy-commit] pypy default: xfail

arigo noreply at buildbot.pypy.org
Tue Aug 7 10:32:26 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r56623:dee5eed6cfab
Date: 2012-08-07 10:32 +0200
http://bitbucket.org/pypy/pypy/changeset/dee5eed6cfab/

Log:	xfail

diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py b/pypy/jit/backend/x86/test/test_ztranslation.py
--- a/pypy/jit/backend/x86/test/test_ztranslation.py
+++ b/pypy/jit/backend/x86/test/test_ztranslation.py
@@ -172,6 +172,7 @@
         assert bound & (bound-1) == 0       # a power of two
 
     def test_jit_get_stats(self):
+        py.test.xfail()
         driver = JitDriver(greens = [], reds = ['i'])
         
         def f():


More information about the pypy-commit mailing list