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

antocuni at codespeak.net antocuni at codespeak.net
Mon Sep 3 17:21:48 CEST 2007


Author: antocuni
Date: Mon Sep  3 17:21:48 2007
New Revision: 46283

Modified:
   pypy/dist/pypy/translator/jvm/test/test_string.py
Log:
horray, these tests pass for free! :-)



Modified: pypy/dist/pypy/translator/jvm/test/test_string.py
==============================================================================
--- pypy/dist/pypy/translator/jvm/test/test_string.py	(original)
+++ pypy/dist/pypy/translator/jvm/test/test_string.py	Mon Sep  3 17:21:48 2007
@@ -14,16 +14,10 @@
     test_char_unichar_eq = test_unichar_const
     test_char_unichar_eq_2 = test_unichar_const
 
-    def test_convert_char_to_unichar(self):
-        py.test.skip("Fails with arguments, Expected to find an object/array on the stack")
-
     def test_upper(self):
         py.test.skip("eval has trouble with evaluation of null literals")
     test_lower = test_upper
 
-    def test_float(self):
-        py.test.skip("JVM does not yet support ooparse_float")
-
     def test_getitem_exc(self):
         # This test is supposed to crash in a system specific way;
         # in our case an StringIndexOutOfBounds exception is thrown,



More information about the Pypy-commit mailing list