[pypy-svn] r16627 - in pypy/dist/lib-python: . modified-2.4.1/test
ludal at codespeak.net
ludal at codespeak.net
Fri Aug 26 15:05:46 CEST 2005
Author: ludal
Date: Fri Aug 26 15:05:44 2005
New Revision: 16627
Added:
pypy/dist/lib-python/modified-2.4.1/test/test_genexps.py
- copied, changed from r16563, pypy/dist/lib-python/2.4.1/test/test_genexps.py
Modified:
pypy/dist/lib-python/conftest.py
Log:
make test compiler non-core
make test_genexps a bit faster
Modified: pypy/dist/lib-python/conftest.py
==============================================================================
--- pypy/dist/lib-python/conftest.py (original)
+++ pypy/dist/lib-python/conftest.py Fri Aug 26 15:05:44 2005
@@ -440,7 +440,7 @@
RegrTest('test_commands.py', enabled=True),
RegrTest('test_compare.py', enabled=True, oldstyle=True, core=True),
RegrTest('test_compile.py', enabled=True, core=True),
- RegrTest('test_compiler.py', enabled=True, core=True),
+ RegrTest('test_compiler.py', enabled=True, core=False), # this test tests the compiler package from stdlib
RegrTest('test_complex.py', enabled=True, core=True),
RegrTest('test_contains.py', enabled=True, dumbtest=1, core=True),
More information about the Pypy-commit
mailing list