[pypy-svn] jitviewer default: skip this test, it's broken and the function is not called from anywhere

antocuni commits-noreply at bitbucket.org
Fri Feb 25 14:59:31 CET 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r86:2e686f8bb32d
Date: 2011-02-25 12:14 +0100
http://bitbucket.org/pypy/jitviewer/changeset/2e686f8bb32d/

Log:	skip this test, it's broken and the function is not called from
	anywhere

diff --git a/_jitviewer/test/test_loops.py b/_jitviewer/test/test_loops.py
--- a/_jitviewer/test/test_loops.py
+++ b/_jitviewer/test/test_loops.py
@@ -195,6 +195,7 @@
 '''.split("\n")
 
 def test_parse_log_count():
+    py.test.skip('fixme')
     class Loop(object):
         pass
     


More information about the Pypy-commit mailing list