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

nik at codespeak.net nik at codespeak.net
Tue Aug 23 19:45:02 CEST 2005


Author: nik
Date: Tue Aug 23 19:44:57 2005
New Revision: 16326

Modified:
   pypy/dist/lib-python/failure_list.txt
Log:
examined test_traceback failure. cannot be fixed immediately.


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 23 19:44:57 2005
@@ -88,3 +88,7 @@
 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?
+
+test_traceback
+    test_nocaret fails because the examined SyntaxError doesn't carry a
+    line number



More information about the Pypy-commit mailing list