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

arigo at codespeak.net arigo at codespeak.net
Thu Sep 7 19:28:23 CEST 2006


Author: arigo
Date: Thu Sep  7 19:28:22 2006
New Revision: 32070

Added:
   pypy/dist/pypy/jit/codegen/i386/test/test_genc_exception.py   (contents, props changed)
Log:
(pedronis, arigo)

Forgot to check this test in.


Added: pypy/dist/pypy/jit/codegen/i386/test/test_genc_exception.py
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/jit/codegen/i386/test/test_genc_exception.py	Thu Sep  7 19:28:22 2006
@@ -0,0 +1,12 @@
+import py
+from pypy.jit.timeshifter.test import test_exception
+from pypy.jit.codegen.i386.test.test_genc_ts import I386TimeshiftingTestMixin
+
+
+class TestException(I386TimeshiftingTestMixin,
+                    test_exception.TestException):
+
+    # for the individual tests see
+    # ====> ../../../timeshifter/test/test_exception.py
+
+    pass



More information about the Pypy-commit mailing list