[pypy-svn] r63761 - pypy/branch/pyjitpl5-simplify/pypy/jit/backend/x86/test

fijal at codespeak.net fijal at codespeak.net
Tue Apr 7 02:15:49 CEST 2009


Author: fijal
Date: Tue Apr  7 02:15:46 2009
New Revision: 63761

Modified:
   pypy/branch/pyjitpl5-simplify/pypy/jit/backend/x86/test/test_exception.py
Log:
it's bad, but skip this test. I don't see a way to make it work right now


Modified: pypy/branch/pyjitpl5-simplify/pypy/jit/backend/x86/test/test_exception.py
==============================================================================
--- pypy/branch/pyjitpl5-simplify/pypy/jit/backend/x86/test/test_exception.py	(original)
+++ pypy/branch/pyjitpl5-simplify/pypy/jit/backend/x86/test/test_exception.py	Tue Apr  7 02:15:46 2009
@@ -9,3 +9,5 @@
     def test_int_lshift_ovf(self):
         py.test.skip("XXX")
 
+    def test_bridge_from_interpreter_exc(self):
+        py.test.skip("Widening to trash")



More information about the Pypy-commit mailing list