summaryrefslogtreecommitdiff
path: root/testing/cffi1
Commit message (Expand)AuthorAgeFilesLines
* Issue 556Armin Rigo2023-01-091-4/+2
* Drop py.code usage from tests, no longer depend on the deprecated py packageMiro Hrončok2022-11-141-2/+2
* Replace py.test usage with pytest, explicitly require py for testspy.testMiro Hrončok2022-11-1112-301/+305
* musllinux test updates and wheels, py3.11 beta wheelsMatt Davis2022-06-293-6/+10
* #507Armin Rigo2021-09-031-0/+2
* another test fixArmin Rigo2021-06-201-3/+4
* Issue #478Armin Rigo2020-10-291-0/+5
* Revert 58f2e09a4254 and part of 4a15fb9e4aec: it was fixed in CPython after theArmin Rigo2020-07-281-5/+0
* more CPython 3.9b5 fixesArmin Rigo2020-07-272-2/+7
* pff I love Python 3Armin Rigo2020-07-241-1/+2
* more of the same, for win64Armin Rigo2020-07-211-4/+9
* fix this logicArmin Rigo2020-07-211-4/+1
* Skip this test by default. It keeps finding corner cases that are bugs ofArmin Rigo2020-07-211-6/+9
* pff, it seems that "running for more than 0.2 seconds" is also a failure cond...Armin Rigo2020-07-211-2/+2
* A new set of segfaults on Windows using callbacksArmin Rigo2020-07-211-2/+37
* Keep sys.path, otherwise it's testing another version of _cffi_backend.soArmin Rigo2020-07-191-0/+1
* Test the callbacks, tooArmin Rigo2020-07-191-2/+41
* force calls via libffi. shows the problem recently solved on windowsArmin Rigo2020-07-191-4/+7
* Check with the real C compilerArmin Rigo2020-07-191-0/+124
* #453Armin Rigo2020-05-201-0/+34
* copy this from pypyArmin Rigo2020-04-161-0/+3
* Issue #440Armin Rigo2020-01-191-0/+10
* Python 3.9 compatArmin Rigo2020-01-072-9/+14
* fix some gcc warningsArmin Rigo2020-01-051-8/+11
* fix test for b9a98b040bd7Armin Rigo2020-01-051-3/+3
* Issue #437Armin Rigo2020-01-051-0/+21
* Tweak the '-Wno-*' arguments passed to gcc during testsArmin Rigo2019-11-072-15/+4
* Issue #429Armin Rigo2019-10-211-0/+6
* Add a warning when we use in cdef() a global variable without also specifying...Armin Rigo2019-10-145-64/+64
* oopsArmin Rigo2019-09-201-2/+2
* Silence the warningArmin Rigo2019-09-201-1/+1
* Add another testArmin Rigo2019-07-231-0/+12
* Issue #413Armin Rigo2019-07-231-0/+12
* Issue #412Armin Rigo2019-06-121-0/+53
* Support for from_buffer("type *")Armin Rigo2019-05-261-0/+21
* merge headsArmin Rigo2019-04-024-69/+142
|\
| * styleArmin Rigo2019-04-021-1/+1
| * Fix deprecated uses of pytest.raises()Ronan Lamy2019-03-124-69/+142
* | py3.8 fixesArmin Rigo2019-03-161-1/+2
|/
* Tweaks to the pkgconfig supportArmin Rigo2019-01-311-17/+68
* Exception based flowMichal Vyskocil2019-01-091-2/+2
* Real test of a pkgconfig integrationMichal Vyskocil2019-01-081-6/+6
* merge with latest tipMichal Vyskocil2019-01-081-0/+43
|\
| * Increase testing coverage and refactor method namesMichal Vyskocil2019-01-081-16/+29
| * code not compatible with python3Michal Vyskocil2017-05-251-2/+2
| * add test for pkg-config integrationMichal Vyskocil2017-05-251-0/+30
* | Implement ffi.from_buffer("foo[]", x)Armin Rigo2019-01-072-23/+17
* | ffi.release()Armin Rigo2019-01-051-0/+29
* | Issue #394Armin Rigo2018-12-162-0/+20
* | Merged in rlamy/cffi (pull request #94)Armin Rigo2018-11-292-5/+5
|\ \