[pypy-svn] r61173 - pypy/trunk/lib-python

fijal at codespeak.net fijal at codespeak.net
Wed Jan 21 00:40:58 CET 2009


Author: fijal
Date: Wed Jan 21 00:40:58 2009
New Revision: 61173

Modified:
   pypy/trunk/lib-python/failure_list.txt
Log:
those are fixed/skipped


Modified: pypy/trunk/lib-python/failure_list.txt
==============================================================================
--- pypy/trunk/lib-python/failure_list.txt	(original)
+++ pypy/trunk/lib-python/failure_list.txt	Wed Jan 21 00:40:58 2009
@@ -2,9 +2,7 @@
 -------------------------------------------------------------------------------------------
 test_builtin                     this is our issue383
 test_cProfile                !   we still need to fix module/cProfile to respect builtin calls
-test_capi                        CPython only
 test_code                        obscure differences in code objects produced by compiler
-test_codeccallbacks          !   unknown
 test_codecs                  !   unknown
 test_coding                  !   hah.  fix buildbot :-/
 test_commands                !   unknown
@@ -48,7 +46,6 @@
 test_quopri                  !   check if test_script{en,de}code() shows a real bug
 test_random                      should probably be fixed, but no hurry i guess
 test_repr                        implementation detail
-test_sax                     !   unknown
 test_sets                    !   is this another CPython implementation detail test?
 test_shelve                  !   unknown
 test_signal                  !   missing signal.alarm(), probably easy to add



More information about the Pypy-commit mailing list