[pypy-svn] r36065 - pypy/dist/pypy/jit/codegen/i386/test

arigo at codespeak.net arigo at codespeak.net
Sat Dec 30 18:24:13 CET 2006


Author: arigo
Date: Sat Dec 30 18:24:12 2006
New Revision: 36065

Modified:
   pypy/dist/pypy/jit/codegen/i386/test/test_interp_ts.py
Log:
These tests take ages and are not really useful.


Modified: pypy/dist/pypy/jit/codegen/i386/test/test_interp_ts.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/i386/test/test_interp_ts.py	(original)
+++ pypy/dist/pypy/jit/codegen/i386/test/test_interp_ts.py	Sat Dec 30 18:24:12 2006
@@ -1,4 +1,5 @@
-import os
+import os, py
+py.test.skip("these tests take ages and are not really useful")
 from pypy.annotation import model as annmodel
 from pypy.jit.timeshifter.test import test_timeshift
 from pypy.jit.codegen.i386.rgenop import RI386GenOp, IntConst



More information about the Pypy-commit mailing list