[pypy-svn] r53818 - pypy/branch/io-improvements/pypy/rpython/lltypesystem/test

fijal at codespeak.net fijal at codespeak.net
Wed Apr 16 03:49:00 CEST 2008


Author: fijal
Date: Wed Apr 16 03:48:59 2008
New Revision: 53818

Modified:
   pypy/branch/io-improvements/pypy/rpython/lltypesystem/test/test_rffi.py
Log:
skip those guys on top of llvm


Modified: pypy/branch/io-improvements/pypy/rpython/lltypesystem/test/test_rffi.py
==============================================================================
--- pypy/branch/io-improvements/pypy/rpython/lltypesystem/test/test_rffi.py	(original)
+++ pypy/branch/io-improvements/pypy/rpython/lltypesystem/test/test_rffi.py	Wed Apr 16 03:48:59 2008
@@ -702,6 +702,8 @@
     def test_nonmovingbuffer(self):
         py.test.skip("Somewhat buggy...")
 
+    test_nonmoving_hlstr = test_nonmovingbuffer
+
     def test_nonmovingbuffer_semispace(self):
         py.test.skip("LLVM backend error - unsupported operator")
 



More information about the Pypy-commit mailing list