Author: Armin Rigo <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit