[pypy-svn] r47246 - pypy/branch/kill-keepalives-again/pypy/translator/c/test

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Oct 6 20:35:53 CEST 2007


Author: cfbolz
Date: Sat Oct  6 20:35:52 2007
New Revision: 47246

Modified:
   pypy/branch/kill-keepalives-again/pypy/translator/c/test/test_lltyped.py
Log:
this one fails on the trunk as well, won't fix before merging, I guess.


Modified: pypy/branch/kill-keepalives-again/pypy/translator/c/test/test_lltyped.py
==============================================================================
--- pypy/branch/kill-keepalives-again/pypy/translator/c/test/test_lltyped.py	(original)
+++ pypy/branch/kill-keepalives-again/pypy/translator/c/test/test_lltyped.py	Sat Oct  6 20:35:52 2007
@@ -652,7 +652,7 @@
         fn()
 
     def test_prebuilt_nolength_char_array(self):
-        py.test.skip("XXX fix this!")
+        py.test.skip("fails on the trunk too")
         for lastchar in ('\x00', 'X'):
             A = Array(Char, hints={'nolength': True})
             a = malloc(A, 5, immortal=True)



More information about the Pypy-commit mailing list