[pypy-svn] r48263 - pypy/dist/pypy/lang/smalltalk/test
cfbolz at codespeak.net
cfbolz at codespeak.net
Fri Nov 2 21:58:23 CET 2007
Author: cfbolz
Date: Fri Nov 2 21:58:23 2007
New Revision: 48263
Modified:
pypy/dist/pypy/lang/smalltalk/test/test_miniimage.py
Log:
should still be skipped
Modified: pypy/dist/pypy/lang/smalltalk/test/test_miniimage.py
==============================================================================
--- pypy/dist/pypy/lang/smalltalk/test/test_miniimage.py (original)
+++ pypy/dist/pypy/lang/smalltalk/test/test_miniimage.py Fri Nov 2 21:58:23 2007
@@ -227,6 +227,7 @@
assert w_false is objtable.w_false
def test_compile_method():
+ py.test.skip("not working")
sourcecode = """fib
^self < 2
ifTrue: [ 1 ]
More information about the pypy-svn
mailing list