[pypy-commit] pypy default: another @inline test to skip

bdkearns noreply at buildbot.pypy.org
Mon Jan 28 12:16:09 CET 2013


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r60604:829c136ca2df
Date: 2013-01-28 06:15 -0500
http://bitbucket.org/pypy/pypy/changeset/829c136ca2df/

Log:	another @inline test to skip

diff --git a/rpython/rlib/test/test_jit.py b/rpython/rlib/test/test_jit.py
--- a/rpython/rlib/test/test_jit.py
+++ b/rpython/rlib/test/test_jit.py
@@ -55,6 +55,7 @@
         ('bar', 40, 2),
         ]
 
+ at py.test.mark.xfail(reason="@inline off: see skipped failures in test_warmspot.")
 def test_jitdriver_clone():
     def bar(): pass
     def foo(): pass


More information about the pypy-commit mailing list