Damien George
9e677114e4
py/mpprint: Fix sign extension when printf'ing %u, %x and %X.
9 years ago
Paul Sokolovsky
54a1d9ecb7
tests/extra_coverage: Update for sys.modules addition.
9 years ago
Damien George
a81539db25
tests: Add further tests for mpz code.
9 years ago
Damien George
25afc7da0d
tests: Add tests to improve coverage of objstr.c.
9 years ago
Paul Sokolovsky
5cb524673e
tests/ffi_float: Split tgammaf() testcase to a separate test.
Some libc's may implement tgammaf as a header macro using tgamma(), so
don't assume it'll be in the library.
9 years ago
Damien George
936e25b164
tests: For unix ffi float test, add libm.so.6 to library search list.
Latest Arch Linux doesn't have libm.so as a proper shared object and so
we need to load libm.so.6.
9 years ago
Damien George
a16715ac62
tests: Add special tests to test mp_printf function to improve coverage.
10 years ago
Damien George
f601390ef8
unix: Add some extra coverage tests for vstr and attrtuple.
10 years ago
Damien George
d792d9e49e
unix: Make extra-coverage function callable from Python scripts.
This allows the output of the extra-coverage tests to be checked using
the normal run-tests script.
10 years ago
Damien George
6bbbb1ab41
unix/modffi: Support passing float/double args.
10 years ago
Paul Sokolovsky
7bfe4b21b9
tests: Make ffi_callback.py be able to run on uclibc and macosx.
Similar to ffi_float.py.
10 years ago
Paul Sokolovsky
7a4765dbeb
tests: Add testcase for ffi callbacks.
10 years ago
Paul Sokolovsky
5dc8f9b28a
tests: Skip ffi_float.py if module ffi is not available.
10 years ago
blmorris
4f449120e1
Change allows tests/unix/ffi_float.py to pass on OSX
10 years ago
Damien George
17598d49e1
unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.
For the sake of older versions of gcc (and other compilers), don't use
the #warning CPP directive, nor the -Wno-error=cpp option.
Also, fix a strict alias warning in modffi.c for older compilers, and
add a test for ffi module.
Addresses issue #847 .
10 years ago