[pypy-commit] pypy default: Aaaaaaaaah this skip would skip *the whole file*!!

arigo pypy.commits at gmail.com
Thu Mar 23 07:19:59 EDT 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r90797:011e84c44f76
Date: 2017-03-23 12:19 +0100
http://bitbucket.org/pypy/pypy/changeset/011e84c44f76/

Log:	Aaaaaaaaah this skip would skip *the whole file*!!

diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py
--- a/rpython/jit/metainterp/test/test_ajit.py
+++ b/rpython/jit/metainterp/test/test_ajit.py
@@ -4637,8 +4637,8 @@
 
         self.meta_interp(f, [10])
 
-    @py.test.skip("loops!")
     def test_finalizer_bug(self):
+        py.test.skip("loops!")
         from rpython.rlib import rgc
         driver = JitDriver(greens=[], reds=[])
         class Fin(object):


More information about the pypy-commit mailing list