Author: Armin Rigo <[email protected]>
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':
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to