summaryrefslogtreecommitdiff
path: root/testing/cffi0/test_ownlib.py
Commit message (Expand)AuthorAgeFilesLines
* Replace py.test usage with pytest, explicitly require py for testspy.testMiro HronĨok2022-11-111-25/+26
* musllinux test updates and wheels, py3.11 beta wheelsMatt Davis2022-06-291-2/+2
* ctypes on windows doesn't correctly return 3-bytes structsArmin Rigo2020-07-191-0/+2
* Extra tests for using a 3-bytes struct as a return typeArmin Rigo2020-07-181-0/+30
* Issue #437Armin Rigo2020-01-051-0/+26
* Add a warning when we use in cdef() a global variable without also specifying...Armin Rigo2019-10-141-4/+4
* skip this test with the ctypes backend, for arm64 / pa-risc 64 / risc-v 64 / ...Armin Rigo2019-02-141-0/+2
* CPython 2.x: ``ffi.dlopen()`` failed with non-ascii file names on PosixArmin Rigo2018-10-141-4/+16
* Issue #375Armin Rigo2018-08-081-0/+27
* Trying to fix ffi.dlopen() for unicode filenames on WindowsArmin Rigo2018-02-151-4/+9
* more testsArmin Rigo2017-05-311-0/+25
* ffi.addressof(lib, "name") now also works in in-line modeArmin Rigo2017-02-071-0/+18
* Backed out changeset 0087e2aec9efArmin Rigo2016-09-031-7/+15
* Kill the ctypes backend.Armin Rigo2016-09-031-15/+7
* Issue #271: in the test, call "cc" instead of "gcc", in case gcc isn'tArmin Rigo2016-07-181-1/+1
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+284