[pypy-svn] r15854 - pypy/dist/lib-python

nik at codespeak.net nik at codespeak.net
Tue Aug 9 18:54:46 CEST 2005


Author: nik
Date: Tue Aug  9 18:54:45 2005
New Revision: 15854

Modified:
   pypy/dist/lib-python/failure_list.txt
Log:
looked into test_multibytecodec


Modified: pypy/dist/lib-python/failure_list.txt
==============================================================================
--- pypy/dist/lib-python/failure_list.txt	(original)
+++ pypy/dist/lib-python/failure_list.txt	Tue Aug  9 18:54:45 2005
@@ -69,3 +69,7 @@
 
 test_sys (FIXED)
     refcount test disabled (considered implementation detail from CPython)
+
+test_multibytecodec
+    needs the gb18030 codec, part of the CJK codecs. either remove this test
+    from core or maybe fake or reimplement the CJK codecs?



More information about the Pypy-commit mailing list