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

ac at codespeak.net ac at codespeak.net
Wed Aug 24 15:53:08 CEST 2005


Author: ac
Date: Wed Aug 24 15:53:08 2005
New Revision: 16386

Modified:
   pypy/dist/lib-python/conftest.py
   pypy/dist/lib-python/failure_list.txt
Log:
More analysis.

Modified: pypy/dist/lib-python/conftest.py
==============================================================================
--- pypy/dist/lib-python/conftest.py	(original)
+++ pypy/dist/lib-python/conftest.py	Wed Aug 24 15:53:08 2005
@@ -577,7 +577,7 @@
         # XXX this test is _also_ an output test, damn it 
         #     seems to be the only one that invokes run_unittest 
         #     and is an unittest 
-    RegrTest('test_pep292.py', enabled=True, core=True),
+    RegrTest('test_pep292.py', enabled=True),
     RegrTest('test_pickle.py', enabled=True, core=True),
     RegrTest('test_pickletools.py', enabled=True, dumbtest=1, core=True),
     RegrTest('test_pkg.py', enabled=True, core=True),

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 15:53:08 2005
@@ -96,3 +96,6 @@
 test_trace
     Fails because of our compiler generating different linenumber information
     than CPythons.
+
+test_pep292
+    Depends on a working re module.



More information about the Pypy-commit mailing list