[pypy-commit] pypy stmgc-c7: This test finally passes

arigo noreply at buildbot.pypy.org
Sat Mar 21 17:10:45 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: stmgc-c7
Changeset: r76498:9af0e8881e06
Date: 2015-03-21 17:10 +0100
http://bitbucket.org/pypy/pypy/changeset/9af0e8881e06/

Log:	This test finally passes

diff --git a/pypy/module/pypystm/test_pypy_c/test_no_conflict.py b/pypy/module/pypystm/test_pypy_c/test_no_conflict.py
--- a/pypy/module/pypystm/test_pypy_c/test_no_conflict.py
+++ b/pypy/module/pypystm/test_pypy_c/test_no_conflict.py
@@ -68,7 +68,6 @@
         self.check_almost_no_conflict(f)
 
     def test_weakrefs(self):
-        py.test.skip("next issue")
         def f():
             import weakref
 


More information about the pypy-commit mailing list