[pypy-svn] pypy default: skip this test because of a hotspot bug

antocuni commits-noreply at bitbucket.org
Tue Apr 12 18:30:06 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r43312:1a8f776a2f17
Date: 2011-04-12 16:29 +0000
http://bitbucket.org/pypy/pypy/changeset/1a8f776a2f17/

Log:	skip this test because of a hotspot bug

diff --git a/pypy/translator/jvm/test/test_extreme.py b/pypy/translator/jvm/test/test_extreme.py
--- a/pypy/translator/jvm/test/test_extreme.py
+++ b/pypy/translator/jvm/test/test_extreme.py
@@ -1,5 +1,8 @@
+import py
 from pypy.translator.jvm.test.runtest import JvmTest
 from pypy.translator.oosupport.test_template.extreme import BaseTestExtreme
 
 class TestExtreme(BaseTestExtreme, JvmTest):
-    pass
+
+    def test_runtimeerror_due_to_stack_overflow(self):
+        py.test.skip('hotspot bug')


More information about the Pypy-commit mailing list