[pypy-svn] r36752 - pypy/dist/pypy/jit/codegen/i386

arigo at codespeak.net arigo at codespeak.net
Sun Jan 14 18:12:50 CET 2007


Author: arigo
Date: Sun Jan 14 18:12:49 2007
New Revision: 36752

Modified:
   pypy/dist/pypy/jit/codegen/i386/conftest.py
Log:
By default, skip these tests until they all work again.


Modified: pypy/dist/pypy/jit/codegen/i386/conftest.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/i386/conftest.py	(original)
+++ pypy/dist/pypy/jit/codegen/i386/conftest.py	Sun Jan 14 18:12:49 2007
@@ -13,6 +13,7 @@
             if processor != 'i386':
                 py.test.skip('detected a %r CPU' % (processor,))
 
+        py.test.skip("in-progress")
         return super(Directory, self).run()
 
 Option = py.test.Config.Option



More information about the Pypy-commit mailing list