Author: Armin Rigo <[email protected]>
Branch: cffi-1.0
Changeset: r1827:d1015f99712f
Date: 2015-04-25 15:06 +0200
http://bitbucket.org/cffi/cffi/changeset/d1015f99712f/
Log: skip some tests
diff --git a/_cffi1/test_verify1.py b/_cffi1/test_verify1.py
--- a/_cffi1/test_verify1.py
+++ b/_cffi1/test_verify1.py
@@ -1540,6 +1540,7 @@
py.test.raises(TypeError, lib.sum_coord, res2)
def test_callback_in_thread():
+ py.test.skip("adapt or remove")
if sys.platform == 'win32':
py.test.skip("pthread only")
import os, subprocess, imp
@@ -1550,6 +1551,7 @@
assert result == 0
def test_keepalive_lib():
+ py.test.skip("adapt or remove")
ffi = FFI()
ffi.cdef("int foobar(void);")
lib = ffi.verify("int foobar(void) { return 42; }")
@@ -1563,6 +1565,7 @@
assert func() == 42
def test_keepalive_ffi():
+ py.test.skip("adapt or remove")
ffi = FFI()
ffi.cdef("int foobar(void);")
lib = ffi.verify("int foobar(void) { return 42; }")
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit