Author: fijal
Branch: improve-vmprof-testing
Changeset: r86029:a9fa0458e104
Date: 2016-08-05 15:40 +0200
http://bitbucket.org/pypy/pypy/changeset/a9fa0458e104/

Log:    unskip the broken test on a branch

diff --git a/rpython/jit/backend/test/test_rvmprof.py 
b/rpython/jit/backend/test/test_rvmprof.py
--- a/rpython/jit/backend/test/test_rvmprof.py
+++ b/rpython/jit/backend/test/test_rvmprof.py
@@ -9,8 +9,8 @@
 
 class BaseRVMProfTest(object):
     def test_one(self):
-        py.test.skip("needs thread-locals in the JIT, which is only available "
-                     "after translation")
+#        py.test.skip("needs thread-locals in the JIT, which is only available 
"
+#                     "after translation")
         visited = []
 
         def helper():
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to