Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r58996:915fc220d488
Date: 2012-11-19 10:06 +0100
http://bitbucket.org/pypy/pypy/changeset/915fc220d488/

Log:    Skip a failing test on CLI.

diff --git a/pypy/rlib/parsing/test/test_tree.py 
b/pypy/rlib/parsing/test/test_tree.py
--- a/pypy/rlib/parsing/test/test_tree.py
+++ b/pypy/rlib/parsing/test/test_tree.py
@@ -90,6 +90,7 @@
 class TestTreeTranslatedOOType(BaseTestTreeTranslated):
     
     def compile(self, f):
+        py.test.skip("XXX fix me maybe")
         from pypy.translator.cli.test.runtest import compile_function
         return compile_function(f, [], auto_raise_exc=True, exctrans=True)
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to