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

arigo at codespeak.net arigo at codespeak.net
Sat Jan 20 09:17:35 CET 2007


Author: arigo
Date: Sat Jan 20 09:17:33 2007
New Revision: 37051

Modified:
   pypy/dist/pypy/jit/codegen/i386/test/test_genc_exception.py
   pypy/dist/pypy/jit/codegen/i386/test/test_genc_vlist.py
Log:
These tests pass again.


Modified: pypy/dist/pypy/jit/codegen/i386/test/test_genc_exception.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/i386/test/test_genc_exception.py	(original)
+++ pypy/dist/pypy/jit/codegen/i386/test/test_genc_exception.py	Sat Jan 20 09:17:33 2007
@@ -1,5 +1,4 @@
 import py
-py.test.skip("in-progress")
 from pypy.jit.timeshifter.test import test_exception
 from pypy.jit.codegen.i386.test.test_genc_ts import I386TimeshiftingTestMixin
 

Modified: pypy/dist/pypy/jit/codegen/i386/test/test_genc_vlist.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/i386/test/test_genc_vlist.py	(original)
+++ pypy/dist/pypy/jit/codegen/i386/test/test_genc_vlist.py	Sat Jan 20 09:17:33 2007
@@ -1,5 +1,4 @@
 import py
-py.test.skip("in-progress")
 from pypy.jit.timeshifter.test import test_vlist
 from pypy.jit.codegen.i386.test.test_genc_ts import I386TimeshiftingTestMixin
 



More information about the Pypy-commit mailing list