[pypy-commit] pypy py3.3: This test was also skipped previously

amauryfa noreply at buildbot.pypy.org
Mon Apr 21 21:31:54 CEST 2014


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: py3.3
Changeset: r70833:5ec636950a44
Date: 2014-04-21 21:29 +0200
http://bitbucket.org/pypy/pypy/changeset/5ec636950a44/

Log:	This test was also skipped previously

diff --git a/lib-python/3/test/test_sys.py b/lib-python/3/test/test_sys.py
--- a/lib-python/3/test/test_sys.py
+++ b/lib-python/3/test/test_sys.py
@@ -307,6 +307,7 @@
         )
 
     # sys._current_frames() is a CPython-only gimmick.
+    @test.support.impl_detail("current_frames")
     def test_current_frames(self):
         have_threads = True
         try:


More information about the pypy-commit mailing list