Author: Armin Rigo <[email protected]>
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():
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to