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

fijal at codespeak.net fijal at codespeak.net
Wed Jan 14 12:30:02 CET 2009


Author: fijal
Date: Wed Jan 14 12:30:02 2009
New Revision: 60946

Modified:
   pypy/trunk/lib-python/conftest.py
   pypy/trunk/lib-python/failure_list.txt
Log:
update, skip cpython-only test


Modified: pypy/trunk/lib-python/conftest.py
==============================================================================
--- pypy/trunk/lib-python/conftest.py	(original)
+++ pypy/trunk/lib-python/conftest.py	Wed Jan 14 12:30:02 2009
@@ -380,6 +380,7 @@
     RegrTest('test_strptime.py'),
 
     RegrTest('test_struct.py', usemodules='struct'),
+    RegrTest('test_structmembers.py', skip="CPython specific"),
     RegrTest('test_structseq.py'),
     RegrTest('test_subprocess.py', usemodules='signal'),
     RegrTest('test_sunaudiodev.py', skip=True),

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 14 12:30:02 2009
@@ -27,7 +27,7 @@
 test_format                      test checking for exact exception messages
 test_gc                          internal stuff, we may want to provide placeholders
 test_generators              !   I really hate our bytecode compiler :-(
-test_genexps                 !   Fatal RPython error: InternalCompilerError :-(
+test_genexps                 !   failing doctests
 test_gettext                 !   check this use of unicode()
 test_grammar                     implementation detail
 test_hmac                    !   looks bad!                 SHOULD BE FIXED NOW, check the nightly tests
@@ -69,7 +69,6 @@
 test_sort                        implementation detail
 test_sqlite                  !   why no sqlite available?
 test_startfile                   what is os.startfile?
-test_str                 arigo   probably skip, investigate
 test_structmembers               CPython-only
 test_subprocess              !   missing resource.error.  no clue about os.fpathconf().
 test_syntax                      more small hacking here and there in the ast compiler



More information about the Pypy-commit mailing list