[pypy-svn] r46613 - pypy/dist/pypy/translator/jvm/test

antocuni at codespeak.net antocuni at codespeak.net
Sat Sep 15 11:11:36 CEST 2007


Author: antocuni
Date: Sat Sep 15 11:11:35 2007
New Revision: 46613

Modified:
   pypy/dist/pypy/translator/jvm/test/test_backendopt.py
Log:
skip these failing tests



Modified: pypy/dist/pypy/translator/jvm/test/test_backendopt.py
==============================================================================
--- pypy/dist/pypy/translator/jvm/test/test_backendopt.py	(original)
+++ pypy/dist/pypy/translator/jvm/test/test_backendopt.py	Sat Sep 15 11:11:35 2007
@@ -6,3 +6,9 @@
     def getcompiled(self, fn, annotation):
         t = JvmTest()
         return t._compile(fn, None, annotation, backendopt=True)
+
+    def test_longlong_switch(self):
+        py.test.skip('fixme!')
+
+    def test_ulonglong_switch(self):
+        py.test.skip('fixme!')



More information about the Pypy-commit mailing list