[pypy-commit] pypy default: Skip this test for now.

arigo noreply at buildbot.pypy.org
Tue Jan 21 16:41:12 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r68822:17941d88a490
Date: 2014-01-21 16:40 +0100
http://bitbucket.org/pypy/pypy/changeset/17941d88a490/

Log:	Skip this test for now.

diff --git a/rpython/jit/metainterp/test/test_tracingopts.py b/rpython/jit/metainterp/test/test_tracingopts.py
--- a/rpython/jit/metainterp/test/test_tracingopts.py
+++ b/rpython/jit/metainterp/test/test_tracingopts.py
@@ -1,4 +1,4 @@
-import sys
+import sys, py
 
 from rpython.jit.metainterp.test.support import LLJitMixin
 from rpython.rlib import jit
@@ -647,6 +647,7 @@
         self.check_operations_history(guard_class=0)
 
     def test_dont_record_setfield_gc_zeros(self):
+        py.test.skip("see test_unescaped_write_zero in test_ajit")
         class A(object):
             pass
 


More information about the pypy-commit mailing list