[pypy-svn] r61188 - pypy/trunk/lib-python
fijal at codespeak.net
fijal at codespeak.net
Wed Jan 21 14:50:48 CET 2009
Author: fijal
Date: Wed Jan 21 14:50:48 2009
New Revision: 61188
Modified:
pypy/trunk/lib-python/conftest.py
Log:
reenable this test
Modified: pypy/trunk/lib-python/conftest.py
==============================================================================
--- pypy/trunk/lib-python/conftest.py (original)
+++ pypy/trunk/lib-python/conftest.py Wed Jan 21 14:50:48 2009
@@ -328,7 +328,7 @@
RegrTest('test_posixpath.py'),
RegrTest('test_pow.py', core=True),
RegrTest('test_pprint.py', core=True),
- RegrTest('test_profile.py', skip="unsupported module, even by cpython"),
+ RegrTest('test_profile.py'),
RegrTest('test_profilehooks.py', core=True),
RegrTest('test_pty.py', skip="unsupported extension module"),
RegrTest('test_pwd.py'),
More information about the Pypy-commit
mailing list