[pypy-commit] pypy default: skipped test showing difference

bdkearns noreply at buildbot.pypy.org
Thu May 1 21:39:07 CEST 2014


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r71148:c8d61f60c005
Date: 2014-05-01 15:38 -0400
http://bitbucket.org/pypy/pypy/changeset/c8d61f60c005/

Log:	skipped test showing difference

diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py
--- a/pypy/module/_ast/test/test_ast.py
+++ b/pypy/module/_ast/test/test_ast.py
@@ -19,6 +19,11 @@
         ast = self.ast
         assert isinstance(ast.__version__, str)
 
+    def test_flags(self):
+        skip("broken")
+        from copy_reg import _HEAPTYPE
+        assert self.ast.Module.__flags__ & _HEAPTYPE
+
     def test_build_ast(self):
         ast = self.ast
         mod = self.get_ast("x = 4")


More information about the pypy-commit mailing list