[pypy-svn] r75085 - pypy/branch/fast-forward/lib-python

benjamin at codespeak.net benjamin at codespeak.net
Thu Jun 3 23:40:49 CEST 2010


Author: benjamin
Date: Thu Jun  3 23:40:47 2010
New Revision: 75085

Modified:
   pypy/branch/fast-forward/lib-python/conftest.py
Log:
remove killed tests

Modified: pypy/branch/fast-forward/lib-python/conftest.py
==============================================================================
--- pypy/branch/fast-forward/lib-python/conftest.py	(original)
+++ pypy/branch/fast-forward/lib-python/conftest.py	Thu Jun  3 23:40:47 2010
@@ -259,7 +259,6 @@
     RegrTest('test_hashlib.py', core=True),
     
     RegrTest('test_heapq.py', core=True),
-    RegrTest('test_hexoct.py', core=True),
     RegrTest('test_hmac.py'),
     RegrTest('test_hotshot.py', skip="unsupported extension module"),
 
@@ -287,7 +286,6 @@
     RegrTest('test_long.py', core=True),
     RegrTest('test_long_future.py', core=True),
     RegrTest('test_longexp.py', core=True),
-    RegrTest('test_macfs.py', skip=True),
     RegrTest('test_macostools.py', skip=True),
     RegrTest('test_macpath.py'),
     RegrTest('test_mailbox.py'),
@@ -312,7 +310,6 @@
     RegrTest('test_ntpath.py'),
     RegrTest('test_opcodes.py', core=True),
     RegrTest('test_openpty.py'),
-    RegrTest('test_operations.py', core=True),
     RegrTest('test_operator.py', core=True),
     RegrTest('test_optparse.py'),
 
@@ -352,7 +349,6 @@
     RegrTest('test_repr.py', core=True),
     RegrTest('test_resource.py', skip=skip_win32),
     RegrTest('test_rfc822.py'),
-    RegrTest('test_rgbimg.py', skip="unsupported extension module"),
     RegrTest('test_richcmp.py', core=True),
 
     RegrTest('test_robotparser.py'),
@@ -372,7 +368,6 @@
     RegrTest('test_slice.py', core=True),
     RegrTest('test_socket.py', usemodules='thread _weakref'),
 
-    RegrTest('test_socket_ssl.py', usemodules='_ssl'),
     RegrTest('test_socketserver.py', usemodules='thread'),
 
     RegrTest('test_softspace.py', core=True),
@@ -458,7 +453,6 @@
 
     RegrTest('test_bigaddrspace.py'),
     RegrTest('test_bigmem.py'),
-    RegrTest('test_cProfile.py'),
     RegrTest('test_cmd_line.py'),
     RegrTest('test_code.py'),
     RegrTest('test_coding.py'),



More information about the Pypy-commit mailing list