summaryrefslogtreecommitdiff
path: root/testing/test_ownlib.py
Commit message (Expand)AuthorAgeFilesLines
* Keep the loaded libraries alive as long as the 'ffi' object is kept alive.Armin Rigo2012-10-091-1/+38
* hack hack hackArmin Rigo2012-08-121-4/+4
* Bah. Can't put the skip() in setup_method(), because test_ffi_backendArmin Rigo2012-08-111-3/+7
* Test and fix.Armin Rigo2012-08-041-3/+41
* Simplify code, after realizing that the front-end never callsArmin Rigo2012-06-161-0/+6
* Remove 'ffi.rawload(None).errno', which was a hack that made sense atArmin Rigo2012-06-151-5/+3
* Rename ffi.rawload() to ffi.dlopen().Armin Rigo2012-06-141-4/+4
* Fix tests.Armin Rigo2012-06-121-5/+7
* Rename the package from "ffi" to "cffi".Armin Rigo2012-06-051-2/+2
* Don't want to investigate thisArmin Rigo2012-06-011-2/+6
* Import other tests here too.Armin Rigo2012-06-011-26/+30
* errno support, by special-casing "ffi.C.errno" to make it look exactly like i...Armin Rigo2012-05-221-0/+44