[pypy-commit] pypy default: skip this test here, for now

arigo noreply at buildbot.pypy.org
Mon Mar 23 23:42:12 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r76538:59755d05d223
Date: 2015-03-23 23:42 +0100
http://bitbucket.org/pypy/pypy/changeset/59755d05d223/

Log:	skip this test here, for now

diff --git a/rpython/translator/c/gcc/test/test_asmgcroot.py b/rpython/translator/c/gcc/test/test_asmgcroot.py
--- a/rpython/translator/c/gcc/test/test_asmgcroot.py
+++ b/rpython/translator/c/gcc/test/test_asmgcroot.py
@@ -65,7 +65,9 @@
             t.view()
         exe_name = cbuilder.compile()
 
-        def run(arg0, arg1):
+        def run(arg0, arg1, runner=None):
+            if runner is not None:
+                py.test.skip("unsupported test: runner=%r" % (runner,))
             lines = []
             print >> sys.stderr, 'RUN: starting', exe_name, arg0, arg1
             if sys.platform == 'win32':


More information about the pypy-commit mailing list