[pypy-dev] ctypes tests

holger krekel holger at merlinux.eu
Wed Dec 14 16:54:37 CET 2011


On Wed, Dec 14, 2011 at 14:51 +0100, Armin Rigo wrote:
> Skipped.

Just in case you don't know: you can do

    @xfail(reason="obscure corner case not worth fixing ATM", run=False)

to get the same effect as skipping while more clearly marking
and reporting the tests as expected to fail.  This would be more consistent
with the practise to only use skips for tests where a dependency/wrong
platform etc. prevents the running of a test.

holger


More information about the pypy-dev mailing list