[pypy-svn] r59169 - pypy/branch/oo-jit/pypy/jit/codegen/cli/test

antocuni at codespeak.net antocuni at codespeak.net
Fri Oct 17 13:31:07 CEST 2008


Author: antocuni
Date: Fri Oct 17 13:31:05 2008
New Revision: 59169

Modified:
   pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_vlist.py
Log:
skip this test for now



Modified: pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_vlist.py
==============================================================================
--- pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_vlist.py	(original)
+++ pypy/branch/oo-jit/pypy/jit/codegen/cli/test/test_gencli_vlist.py	Fri Oct 17 13:31:05 2008
@@ -10,5 +10,5 @@
     def skip(self):
         py.test.skip('in progress')
 
-    test_force_fixed = skip
-    
+    def test_force_fixed(self):
+        py.test.skip("very strange bug, crashes both mono and .NET")



More information about the Pypy-commit mailing list