[pypy-svn] r66088 - pypy/branch/pyjitpl5/pypy

arigo at codespeak.net arigo at codespeak.net
Tue Jun 30 23:12:01 CEST 2009


Author: arigo
Date: Tue Jun 30 23:12:00 2009
New Revision: 66088

Modified:
   pypy/branch/pyjitpl5/pypy/testrunner_cfg.py
Log:
This directory is also slow to run.


Modified: pypy/branch/pyjitpl5/pypy/testrunner_cfg.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/testrunner_cfg.py	(original)
+++ pypy/branch/pyjitpl5/pypy/testrunner_cfg.py	Tue Jun 30 23:12:00 2009
@@ -4,7 +4,8 @@
     if (reldir.startswith('translator/c/') or 
         reldir.startswith('rlib/test') or
         reldir.startswith('rpython/memory/') or
-        reldir.startswith('jit/backend/x86')):
+        reldir.startswith('jit/backend/x86/') or
+        reldir.startswith('jit/backend/minimal/')):
         testdirs.extend(tests)
     else:
         testdirs.append(reldir)



More information about the Pypy-commit mailing list