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

ac at codespeak.net ac at codespeak.net
Wed Aug 24 14:30:17 CEST 2005


Author: ac
Date: Wed Aug 24 14:30:17 2005
New Revision: 16373

Modified:
   pypy/dist/lib-python/failure_list.txt
Log:
Add analysis of test_trace

Modified: pypy/dist/lib-python/failure_list.txt
==============================================================================
--- pypy/dist/lib-python/failure_list.txt	(original)
+++ pypy/dist/lib-python/failure_list.txt	Wed Aug 24 14:30:17 2005
@@ -92,3 +92,7 @@
 test_traceback
     test_nocaret fails because the examined SyntaxError doesn't carry a
     line number
+
+test_trace
+    Fails because of our compiler generating different linenumber information
+    than CPythons.



More information about the Pypy-commit mailing list