[pypy-svn] pypy default: Skip this test. No chance to even import as long as we don't

arigo commits-noreply at bitbucket.org
Wed Feb 16 16:35:38 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r42046:2037e373ba16
Date: 2011-02-16 16:35 +0100
http://bitbucket.org/pypy/pypy/changeset/2037e373ba16/

Log:	Skip this test. No chance to even import as long as we don't have
	'disassembler'.

diff --git a/pypy/module/pypyjit/test/test_pypy_c_new.py b/pypy/module/pypyjit/test/test_pypy_c_new.py
--- a/pypy/module/pypyjit/test/test_pypy_c_new.py
+++ b/pypy/module/pypyjit/test/test_pypy_c_new.py
@@ -1,5 +1,6 @@
 
 import py, sys, re
+py.test.skip("in-progress?")
 import subprocess
 import disassembler
 from pypy.tool.udir import udir


More information about the Pypy-commit mailing list