Author: Armin Rigo <[email protected]>
Branch:
Changeset: r838:2045b080f553
Date: 2012-08-13 00:04 +0200
http://bitbucket.org/cffi/cffi/changeset/2045b080f553/
Log: Complete for the behavior we get with RTLD_NOW.
diff --git a/testing/test_verify.py b/testing/test_verify.py
--- a/testing/test_verify.py
+++ b/testing/test_verify.py
@@ -35,7 +35,7 @@
ffi.cdef("void some_completely_unknown_function();")
try:
lib = ffi.verify()
- except VerificationError:
+ except (VerificationError, OSError):
pass # expected case: we get a VerificationError
else:
# but depending on compiler and loader details, maybe
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit